reportify-ai
Installation
SKILL.md
Reportify AI
A CLI toolkit for financial data. All commands follow:
reportify-cli <module> <command> --input '<json params>' --format <json|table|csv>
Shortcuts (if configured): $search = reportify-cli search, $stock = reportify-cli stock, $quant = reportify-cli quant, $agent = reportify-cli agent
Install: pip3 install reportify-cli
API Key: Get your key at https://reportify.cn/skills then set:
export REPORTIFY_API_KEY="your_api_key"