generated: '2026-08-11' method: searched source: https://github.com/makeev/alphai-claude-skills license: MIT description: >- These skills are PROVIDER-PUBLISHED, not generated by this pipeline. AlphaAI ships an open-source pack of five Claude Code Agent Skills that wrap its own MCP tools into complete workflows, and each SKILL.md below is saved verbatim from that repository. That makes AlphaAI one of a small number of providers in the catalog that authors its own agent operating instructions rather than leaving them to be inferred. repository: url: https://github.com/makeev/alphai-claude-skills license: MIT default_branch: main last_pushed: '2026-07-08' install_location: ~/.claude/skills/ companion_files: - CLAUDE.md - README.md note: >- Files were fetched from raw.githubusercontent.com on 2026-08-11 and renamed with the alphaai- prefix for catalog consistency; content is byte-identical to the provider's SKILL.md files. grounding: mcp/alphaai-mcp.yml grounding_note: >- Every step in every skill is grounded in a real, published MCP tool name — all 12 distinct alphai_* tools referenced below appear in the provider's own tool list. No operation is invented. Note the skills exercise MCP tools rather than REST operations, which is consistent: the REST OpenAPI declares no operationIds to ground against (see overlays/alphaai-rest-api-overlay.yaml). skills: - file: alphaai-stock-brief.md name: stock-brief description: >- A situational brief on one ticker — recent high-relevance news, insider activity, and what to watch next. api: mcp/alphaai-mcp.yml operations: [alphai_tickers, alphai_ticker_news, alphai_trending, alphai_article] tier_required: Free - file: alphaai-market-pulse.md name: market-pulse description: What is moving in the market right now, across the whole tape. api: mcp/alphaai-mcp.yml operations: [alphai_trending, alphai_actionable_now, alphai_news_search, alphai_tickers] tier_required: Free - file: alphaai-insider-radar.md name: insider-radar description: >- Scan SEC Form 4 insider trades and ownership moves for a ticker or a watchlist. api: mcp/alphaai-mcp.yml operations: [alphai_insider_news] tier_required: Free - file: alphaai-peer-readacross.md name: peer-readacross description: >- Compare two tickers and surface the cross-read between them. api: mcp/alphaai-mcp.yml operations: [alphai_pair_analysis, alphai_tickers] tier_required: Free - file: alphaai-manage-alerts.md name: manage-alerts description: >- List, add or remove the caller's ticker news-alert subscriptions. api: mcp/alphaai-mcp.yml operations: [alphai_alerts_list, alphai_alerts_subscribe, alphai_alerts_unsubscribe, alphai_tickers] tier_required: Basic or Pro write: true note: >- On the Free tier the alert tools return tier_not_paid; the skill instructs the agent to relay that and point at the pricing page rather than retry. skill_count: 5 quality_notes: - >- Every skill carries explicit guardrails, and they are the right ones for a financial-data product: do not issue buy/sell calls or price targets, say the relevance score so the user can calibrate, and state plainly when the feed is thin rather than padding. stock-brief also tells the agent to stop rather than invent coverage when a ticker comes back unknown. - >- The skills document real tool semantics that the docs alone do not — that alphai_alerts_subscribe is a PARTIAL update preserving omitted fields, that a new subscription defaults min_relevance_score to 6, that collapse_stories adds a sources_count corroboration signal, and that alphai_actionable_now returning empty outside US market hours is expected rather than an error. - >- The pack covers the alert write path but does not cover the REST-only analytics surface (sentiment summaries, insider rollups, per-ticker Form 4 history), because those endpoints have no MCP tool. See mcp/alphaai-tool-crosswalk.yml.