{"id":51091083,"url":"https://github.com/makeev/alphai-claude-skills","last_synced_at":"2026-06-24T02:01:19.217Z","repository":{"id":364980558,"uuid":"1268960788","full_name":"makeev/alphai-claude-skills","owner":"makeev","description":"Claude Code skills for the AlphaAI MCP — relevance-scored financial news, insider data, and market workflows inside your agent.","archived":false,"fork":false,"pushed_at":"2026-06-15T09:54:02.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-15T11:56:35.333Z","etag":null,"topics":["ai-agents","alphai","anthropic","claude-code","claude-skills","financial-news","mcp","model-context-protocol","sec-form-4","stock-market"],"latest_commit_sha":null,"homepage":"https://alphai.io/mcp","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/makeev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-14T06:14:23.000Z","updated_at":"2026-06-15T09:54:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/makeev/alphai-claude-skills","commit_stats":null,"previous_names":["makeev/alphai-claude-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/makeev/alphai-claude-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makeev%2Falphai-claude-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makeev%2Falphai-claude-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makeev%2Falphai-claude-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makeev%2Falphai-claude-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makeev","download_url":"https://codeload.github.com/makeev/alphai-claude-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makeev%2Falphai-claude-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34713791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agents","alphai","anthropic","claude-code","claude-skills","financial-news","mcp","model-context-protocol","sec-form-4","stock-market"],"created_at":"2026-06-24T02:01:17.941Z","updated_at":"2026-06-24T02:01:19.209Z","avatar_url":"https://github.com/makeev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# alphai-claude-skills\n\nReady-to-use [Claude Code](https://docs.anthropic.com/en/docs/claude-code)\n**skills** for the [AlphaAI](https://alphai.io) MCP server — relevance-scored,\nticker-linked financial news plus SEC Form 4 / 13F insider data, straight inside\nyour agent.\n\nEach skill is a small `SKILL.md` that teaches Claude *when* and *how* to call the\nalphai MCP tools for a concrete finance workflow — so you can just ask\n*\"brief me on NVDA\"* or *\"what's moving right now?\"* and get a structured answer\ninstead of a raw tool dump.\n\n| Skill | Use it when you want… | Tools it leans on |\n|---|---|---|\n| **stock-brief** | A situational brief on one ticker — top news, insider activity, what to watch | `alphai_ticker_news`, `alphai_trending`, `alphai_article` |\n| **market-pulse** | \"What's moving *right now* / today?\" across the market | `alphai_actionable_now`, `alphai_trending` |\n| **insider-radar** | A scan of insider buying/selling for a ticker or watchlist | `alphai_insider_news` |\n| **peer-readacross** | A two-ticker comparison and cross-read (e.g. NVDA vs AMD) | `alphai_pair_analysis` |\n| **manage-alerts** | To list / add / remove ticker news-alert subscriptions | `alphai_alerts_*` *(Basic/Pro)* |\n\n---\n\n## 1. Connect the alphai MCP to Claude Code\n\nOne line — the first tool call opens your browser to authorize (OAuth 2.1, no API\nkey to paste):\n\n```bash\nclaude mcp add --transport http alphai https://mcp.alphai.io/mcp\n```\n\nThe **Free** tier is 100 tool calls/day (20/min burst) with no card. The MCP is read-only news\ndata; nothing here places trades or touches your account beyond your own alert\nsubscriptions. See [alphai.io/mcp](https://alphai.io/mcp) for other clients\n(Claude Desktop, Cursor, VS Code, Gemini, …).\n\n## 2. Install the skills\n\nSkills are just folders. Copy the ones you want into a skills directory Claude\nCode reads:\n\n```bash\n# Personal — available in every project on this machine\ncp -r skills/* ~/.claude/skills/\n\n# …or per-project — checked in for your team\nmkdir -p .claude/skills \u0026\u0026 cp -r skills/* .claude/skills/\n```\n\nClaude Code discovers them automatically. Run `/help` or just start a chat — when\nyour request matches a skill's description, Claude invokes it.\n\n## 3. Use them\n\nYou don't call skills explicitly; you describe what you want and Claude picks the\nright one:\n\n- *\"Give me a brief on TSLA.\"* → **stock-brief**\n- *\"What's the big story in the market this morning?\"* → **market-pulse**\n- *\"Any notable insider buying in PLTR lately?\"* → **insider-radar**\n- *\"Compare NVDA and AMD — what's the read-across?\"* → **peer-readacross**\n- *\"Subscribe me to high-relevance AAPL earnings alerts.\"* → **manage-alerts**\n\n---\n\n## Tool reference\n\nAll 11 tools the skills can reach (full schemas at\n[alphai.io/mcp](https://alphai.io/mcp)):\n\n| Tool | What it returns |\n|---|---|\n| `alphai_news_search` | Search the enriched feed (query, tickers, category, dates, `min_relevance`). |\n| `alphai_ticker_news` | Latest news for one ticker (insider included by default). |\n| `alphai_trending` | Top news from the last 48h ranked by relevance. |\n| `alphai_actionable_now` | Breaking, decision-grade news from the last few hours. |\n| `alphai_insider_news` | SEC Form 4 + 13F ownership-change news. |\n| `alphai_pair_analysis` | News naming two tickers, plus each one's own recent news. |\n| `alphai_article` | One article by `uid`, with full enrichment. |\n| `alphai_tickers` | List/search supported tickers — US stocks, ETFs, crypto \u0026 foreign listings. |\n| `alphai_alerts_list` | Your active alert subscriptions *(Basic/Pro)*. |\n| `alphai_alerts_subscribe` | Add/update a ticker alert *(Basic/Pro)*. |\n| `alphai_alerts_unsubscribe` | Disable a ticker alert *(Basic/Pro)*. |\n\n**Relevance score** is the enricher's 1–10 rating of how much a story matters for\nits tickers; most tools default to a floor of 4. **Categories** (14): `earnings`,\n`mergers_acquisitions`, `regulation`, `macro_economy`, `sector_analysis`,\n`market_movers`, `technology`, `commodities`, `crypto`, `ipo`, `geopolitics`,\n`insider`, `corporate_actions`, `other`.\n\n## Links\n\n- MCP setup \u0026 playground — \u003chttps://alphai.io/mcp\u003e\n- AlphaAI MCP on Glama — \u003chttps://glama.ai/mcp/servers/makeev/alphai-mcp\u003e\n- AlphaAI MCP on mcp.so — \u003chttps://mcp.so/server/alphai-news/makeev\u003e\n- REST API \u0026 SDKs — \u003chttps://alphai.io/developers\u003e\n- Changelog — \u003chttps://alphai.io/changelog\u003e\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakeev%2Falphai-claude-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakeev%2Falphai-claude-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakeev%2Falphai-claude-skills/lists"}