File contents 现金流质量
何时使用
「现金流如何」「利润有没有兑现成现金」「赚的是现金还是纸面利润」「净现比」「营运资金占用」
对比同业之前,先拿本公司经营现金流质量卡片
何时不要用 (When NOT to use)
评估整体债务安全性 / 会不会爆雷 → 使用 wm-debt-safety(资产负债与有息负债卡)
评估分红与现金流覆盖 → 使用 wm-dividend-quality(股息与分红卡)
一站式公司概况摸底 → 使用 wm-company-card(一站式摸底)
前置
Scope:analysis:skills:run;symbol 已确认
调用
优先 用统一门面 wm.sh run(禁止 手搓 curl / 自行拼鉴权 HTTP):
bash .cursor/skills/wm-skillhub/scripts/wm.sh run wm-cashflow-quality \
'{}' --symbol 600519 --result
业务参数进 JSON(即 HTTP args);标的优先 --symbol。
等价 HTTP 由脚本发出,Agent 勿直接拼鉴权。
{"symbol": "600519", "args": {}}
返回要点
扁 MAP。HTTP(双读): data.ncfo_np_ratio 等;兼容 data.result.ncfo_*。无 card 键。
字段
HTTP(推荐)
对用户怎么说(首次)
含义
ncfo_current
data.ncfo_current
经营现金流净额(NCFO)
经营现金流 TTM
ncfo_np_ratio
data.ncfo_np_ratio
净现比(NCFO÷净利润)
利润含金量核心
pcf
data.pcf
市现率(PCF)
股价相对经营现金流
ps_ncfo
data.ps_ncfo
每股经营现金流(元/股)
不是 总量;总量看 ncfo_current
ncfo_3y_min
data.ncfo_3y_min
近 3 年经营现金流最低水平
稳定性
cf_kind
data.cf_kind
现金流类型编码
$CF_KIND_CODE_* 类,非分析 $CF_KIND
annual
data.annual
年序列
NCFO_TTM、净现比序列
sas_last
data.sas_last
最近财报 SAS
口径定位
注意 :勿按 insight 深卡去找 card。不返回 FCF;勿编造。重点解读净现比与 cf_kind。 对用户:禁止只甩 NCFO/PCF 代号 ;遵守管家 output-hygiene。
禁止
用 eval 随手拼现金流勾稽冒充本卡片
把财务金额单位说错(以返回值为准,数量级用「亿」等换算时先确认)
1 --- 2 name: wm-cashflow-quality 3 description: Wm Cashflow Quality 4 --- 5 6 # 现金流质量 7 8 ## 何时使用 9 10 - 「现金流如何」「利润有没有兑现成现金」「赚的是现金还是纸面利润」「净现比」「营运资金占用」 11 - 对比同业之前,先拿本公司经营现金流质量卡片 12 13 ## 何时不要用 (When NOT to use) 14 15 - **评估整体债务安全性 / 会不会爆雷** → 使用 `wm-debt-safety`(资产负债与有息负债卡) 16 - **评估分红与现金流覆盖** → 使用 `wm-dividend-quality`(股息与分红卡) 17 - **一站式公司概况摸底** → 使用 `wm-company-card`(一站式摸底) 18 19 ## 前置 20 21 - Scope:`analysis:skills:run`;symbol 已确认 22 23 ## 调用 24 25 **优先**用统一门面 `wm.sh run`(**禁止**手搓 `curl` / 自行拼鉴权 HTTP): 26 27 ```bash 28 bash .cursor/skills/wm-skillhub/scripts/wm.sh run wm-cashflow-quality \ 29 '{}' --symbol 600519 --result 30 ``` 31 32 业务参数进 JSON(即 HTTP `args`);标的优先 `--symbol`。 33 等价 HTTP 由脚本发出,Agent 勿直接拼鉴权。 34 35 ```json 36 {"symbol": "600519", "args": {}} 37 ``` 38 39 ## 返回要点 40 41 扁 MAP。**HTTP(双读):** `data.ncfo_np_ratio` 等;兼容 `data.result.ncfo_*`。**无 `card` 键。** 42 43 | 字段 | HTTP(推荐) | 对用户怎么说(首次) | 含义 | 44 |------|--------------|----------------------|------| 45 | `ncfo_current` | `data.ncfo_current` | 经营现金流净额(NCFO) | 经营现金流 TTM | 46 | `ncfo_np_ratio` | `data.ncfo_np_ratio` | 净现比(NCFO÷净利润) | 利润含金量核心 | 47 | `pcf` | `data.pcf` | 市现率(PCF) | 股价相对经营现金流 | 48 | `ps_ncfo` | `data.ps_ncfo` | 每股经营现金流(元/股) | **不是**总量;总量看 `ncfo_current` | 49 | `ncfo_3y_min` | `data.ncfo_3y_min` | 近 3 年经营现金流最低水平 | 稳定性 | 50 | `cf_kind` | `data.cf_kind` | 现金流类型编码 | `$CF_KIND_CODE_*` 类,非分析 `$CF_KIND` | 51 | `annual` | `data.annual` | 年序列 | NCFO_TTM、净现比序列 | 52 | `sas_last` | `data.sas_last` | 最近财报 SAS | 口径定位 | 53 54 **注意**:勿按 insight 深卡去找 `card`。不返回 FCF;勿编造。重点解读净现比与 `cf_kind`。 55 对用户:**禁止只甩 NCFO/PCF 代号**;遵守管家 `output-hygiene`。 56 57 ## 禁止 58 59 - 用 eval 随手拼现金流勾稽冒充本卡片 60 - 把财务金额单位说错(以返回值为准,数量级用「亿」等换算时先确认)
open-winmale/agent-skills/tree/main/skills/wm-cashflow-quality commit cb9800172f
Frequently asked questions How do I install the Wm Cashflow Quality skill? Run npx skillmds@latest add open-winmale/wm-cashflow-quality in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Wm Cashflow Quality skill do? Wm Cashflow Quality It is listed under Coding & Dev Tools on SkillMD.
Is Wm Cashflow Quality safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Wm Cashflow Quality? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Wm Cashflow Quality free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Wm Cashflow Quality? open-winmale (@open-winmale) published this skill. Their other Agent Skills are listed on their SkillMD profile.