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

  1. Run via Bash: finflow <command> — if not found, install first with npm install -g @openduo/finflow
  2. Stock code formats are flexible: sh600519, SH600519, 600519 all work — the CLI normalizes internally
  3. Global markets supported: A-shares (SH600519), HK stocks (00700, 09988), US stocks (AAPL, NVDA, .DJI)
  4. Default output is JSON with { data, meta } envelope. Use -f text only when the user wants human-readable tables. Use -f raw for 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
Installs
15
First Seen
Apr 20, 2026