report-stock-snapshot
Installation
SKILL.md
report-stock-snapshot
Layer 3 — Report in the investing-toolkit v2.0.0 three-layer architecture
(Data → Analysis → Report). This skill is orchestration + formatting only:
it routes the ticker to the right country data skill, runs the snapshot pack,
then renders a Markdown card. It does not call any analysis-* skill, does
not invoke domain-teams:investing-team, and does not issue verdicts.
Replaces three v1 skills (us-stock-snapshot, japan-stock-snapshot,
taiwan-stock-snapshot) with a single 5-market entry point.
Inputs
| Parameter | Required | Default | Notes |
|---|---|---|---|
ticker |
yes | — | Examples: AAPL, 7203, 7203.T, 2330.TW, 2454.TWO, 005930.KS, 600519.SS, 0700.HK |
output_language |
no | auto | en / zh-TW / ja. Auto-detect: .TW/.TWO/.HK → zh-TW; .T/.TO/4-digit JP code → ja; .KS/.KQ → en (KR has no native renderer yet); .SS/.SZ → zh-TW; default → en. |