data-tw
Installation
SKILL.md
data-tw
Layer 1 — Data in the investing-toolkit three-layer architecture (Data → Analysis → Report). This skill is pure I/O: it fetches Taiwan equity disclosures, trade data, and macro indicators, and emits a structured JSON envelope. It does not analyze, score, or compose any report.
Output is consumed by Layer 2 (analysis-*) and Layer 3 (report-*) skills,
typically via main-agent orchestration:
uv run ${CLAUDE_SKILL_DIR}/scripts/pack.py --ticker 2330.TW --pack memo-fetch \
> /tmp/2330-data.json
# main agent then chains analysis-* / report-* against /tmp/2330-data.json