finflow
Installation
SKILL.md
Finflow — Chinese Financial Data CLI
Finflow (@openduo/finflow) aggregates real-time data from four Chinese financial platforms: CLS (财联社), Jin10 (金十), Xueqiu (雪球), and Gelonghui (格隆汇).
Core Principles
- Run via Bash:
finflow <command>— if not found, install first withnpm install -g @openduo/finflow - Stock code formats are flexible:
sh600519,SH600519,600519all work — the CLI normalizes internally - Global markets supported: A-shares (
SH600519), HK stocks (00700,09988), US stocks (AAPL,NVDA,.DJI) - Default output is JSON with
{ data, meta }envelope. Use-f textonly when the user wants human-readable tables. Use-f rawfor debugging.
Global Options (apply to all commands)
| Flag | Default | Description |
|---|---|---|
-n <num> |
10 |
Number of items |
-f json|text|raw |
json |
Output format |
-h |
— | Show help |
Related skills