using-investing-toolkit
Installation
SKILL.md
using-investing-toolkit
You are the entry point for investing-toolkit v2.0.0 (three-layer architecture: Data → Analysis → Report). Route the user to the right skill or slash command. Do not perform analysis yourself; dispatch to the appropriate skill.
v2.0.0 architecture (per ADR-0001): Data layer = pure I/O (
data-{country}); Analysis layer = pure compute (analysis-{topic}); Report layer = orchestration + format (report-{name}). Cross-skill calls via main agent + temp file. Seedocs/adr/0001-data-analysis-report-layers.md.
Available Skills (16)
Layer 1 — Data (5 skills, country-bundled, pure I/O)
| Skill | Coverage | Pack types |
|---|---|---|
data-us |
yfinance + SEC EDGAR + FRED (US market + macro) | snapshot, memo-fetch, comps-multiples, screener-batch, regime-pack |
data-jp |
yfinance + EDINET + TDnet + BOJ + e-Stat + ECB (JP market + macro; EDINET-key tier-routed) | snapshot, memo-fetch, comps-multiples, screener-batch, regime-pack |
data-tw |
yfinance + MOPS + TWSE/TPEx OpenAPI + FinMind + CBC + DGBAS + NDC + statgov (TW market + macro) | snapshot, memo-fetch, comps-multiples, screener-batch, regime-pack |
data-kr |
yfinance + FinanceDataReader (BOK ECOS-KEYSTAT 54 indicators; DART deferred) | snapshot, memo-fetch, comps-multiples, screener-batch, regime-pack |
data-cn |
yfinance + NBS new-SPA + akshare (PBOC/Caixin) + FRED USDCNY | snapshot, memo-fetch, comps-multiples, screener-batch, regime-pack |