
rkiding/awesome-finance-skills
2 skills2.1k installs4.9k starsGitHub
Install
npx skills add https://github.com/rkiding/awesome-finance-skillsSkills in this repo
1Alphaear NewsAlphaEar News is a finance-focused agent skill that combines headline fetching, cross-source trend synthesis, and Polymarket prediction summaries through Python helpers in scripts/news_tools.py. Solo builders and indie traders use it when they need near-real-time context from sources such as Weibo, Zhihu, and WallstreetCN without manually opening a dozen tabs. The skill documents NewsNowTools for per-source pulls and unified reports plus PolymarketTools for market summaries, with references/sources.md for valid source_id values. A lightweight DatabaseManager backs optional local storage for signals. Journey placement is multi-phase: primary shelf Idea/research for discovery, with Grow and Operate uses for ongoing market scanning. Intermediate complexity reflects Python dependencies (requests, loguru) and external network calls. It is an integration-style skill, not investment advice—outputs are reports agents can cite in memos or alerts.1.1kinstalls2Alphaear StockAlphaear-stock is an agent skill from the awesome-finance-skills collection that wraps a trimmed AlphaEar DatabaseManager for equity market data. Solo and indie builders use it when they want a reproducible local store for daily bars and a ticker directory without standing up a full market-data platform. On init it opens SQLite (default data/signal_flux.db), creates stock_prices and stock_list tables if missing, and adds a ticker-date index for time-series queries agents can drive from Python. It targets Claude Code, Cursor, and similar coding agents building research bots, alert pipelines, or personal finance dashboards where procedural knowledge should say exactly how tables are shaped and where files land. Use it during Build when wiring backend persistence; pair it with fetch/scrape skills in Idea or Validate for sourcing bars, and with monitoring or signal skills in Operate once jobs write into the same DB. It is integration-style procedural knowledge, not a hosted API or brokerage connector by itself.999installs