iiRecord
Agentic AI Atlas · RKiding/Awesome-finance-skills
page:docs-reference-repos-rkiding-awesome-finance-skills-researcha5c.ai
II.
Page JSON

page:docs-reference-repos-rkiding-awesome-finance-skills-research

Structured · live

RKiding/Awesome-finance-skills json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · wiki/docs/reference-repos/rkiding/awesome-finance-skills/research.mdCluster · wiki
Record JSON
{
  "id": "page:docs-reference-repos-rkiding-awesome-finance-skills-research",
  "_kind": "Page",
  "_file": "wiki/docs/reference-repos/rkiding/awesome-finance-skills/research.md",
  "_cluster": "wiki",
  "attributes": {
    "nodeKind": "Page",
    "sourcePath": "docs/reference-repos/RKiding/Awesome-finance-skills/research.md",
    "sourceKind": "repo-docs",
    "title": "RKiding/Awesome-finance-skills",
    "displayName": "RKiding/Awesome-finance-skills",
    "slug": "docs/reference-repos/rkiding/awesome-finance-skills/research",
    "articlePath": "wiki/docs/reference-repos/RKiding/Awesome-finance-skills/research.md",
    "article": "\n# RKiding/Awesome-finance-skills\n\n## Metadata\n- **Stars:** 1,766\n- **License:** Apache-2.0\n- **Last pushed:** 2026-03-29\n- **Topics:** agent, agent-skills, finances, fintech\n- **Fork:** No\n\n## Archetype: domain-skill-pack\n\nA collection of finance-specific SKILL.md-based agent skills for stock analysis, news aggregation, sentiment analysis, and market prediction. Targets OpenClaw, Claude Code, Codex, and other agent frameworks.\n\n## Structure\n- `skills/` directory with 10 skills, each containing SKILL.md:\n  - alphaear-news (real-time financial news from 10+ sources)\n  - alphaear-stock (A-Share, HK, US stock data)\n  - alphaear-sentiment (FinBERT/LLM sentiment scoring)\n  - alphaear-predictor (Kronos time-series forecasting)\n  - alphaear-signal-tracker (investment signal evolution)\n  - alphaear-logic-visualizer (transmission chain diagrams)\n  - alphaear-reporter (professional report generation)\n  - alphaear-search (web search + local RAG)\n  - alphaear-deepear-lite (lite demo)\n  - skill-creator (meta-skill for creating skills)\n- `tests/` directory\n- Compatible with `npx skills add` (Vercel skills CLI)\n\n## Extractable Value\n\n### Processes\n- **Financial analysis workflow** (specializations/business/finance/): The reporter skill describes a Plan->Write->Edit->Chart pipeline that maps well to a babysitter process for structured financial report generation.\n- **Signal tracking methodology** (specializations/business/finance/): The signal-tracker pattern of tracking investment signals through strengthen/weaken/falsify states is a domain-specific state-machine process.\n- **Multi-source aggregation pattern** (specializations/shared/): The news skill's approach of aggregating 10+ sources with deduplication and ranking could generalize to a \"multi-source research\" process.\n\n### Plugin Ideas\n- **Finance data connector plugin:** A babysitter marketplace plugin that wraps the alphaear-stock and alphaear-news APIs as task definitions, providing financial data access within babysitter processes. Install.md would configure API keys for data sources (Cailian, WSJ, Polymarket).\n- **Sentiment analysis plugin:** Wraps FinBERT scoring as a babysitter task kind, useful for any process that needs sentiment-aware decision gates.\n\n### SKIP\n- Individual SKILL.md files (skill-management pattern, not babysitter-native)\n- The skill-creator meta-skill (SDK-covered primitive)\n\n## Library Mapping\n\n| Extractable Process | Library Status | Action | Existing Path | Target Placement |\n|-------------------|----------------|--------|---------------|------------------|\n| Financial Analysis Workflow | NEW | Plan→Write→Edit→Chart pipeline for structured financial report generation | - | specializations/business/finance/financial-analysis-workflow.js |\n| Signal Tracking Methodology | NEW | Investment signal state-machine process through strengthen/weaken/falsify states | - | specializations/business/finance/signal-tracking-methodology.js |\n| Multi-Source Aggregation Pattern | NEW | Aggregating 10+ sources with deduplication and ranking for comprehensive research | - | specializations/shared/multi-source-aggregation-pattern.js |\n\n## Plugin Marketplace Mapping\n\n| Plugin Idea | Marketplace Status | Action | Existing Plugin | Target Placement |\n|-------------|-------------------|--------|-----------------|------------------|\n| Finance Data Connector | NEW | Financial data access via alphaear-stock and alphaear-news APIs with key configuration | - | plugins/a5c/marketplace/blueprints/finance-data-connector/ |\n| Sentiment Analysis Integration | NEW | FinBERT scoring as babysitter task kind for sentiment-aware decision gates | - | plugins/a5c/marketplace/blueprints/sentiment-analysis-integration/ |\n",
    "documents": []
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "page:docs-reference-repos",
      "to": "page:docs-reference-repos-rkiding-awesome-finance-skills-research",
      "kind": "contains_page"
    }
  ]
}