Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add vivy-yi/finance-skills --skill kpi-dashboardgit clone --depth 1 https://github.com/vivy-yi/finance-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/vivy-yi/finance-skills/kpi-dashboard)<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/kpi-dashboard"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/kpi-dashboard/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/kpi-dashboard"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/kpi-dashboard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00107 | $0.03530 |
| Opus 5 | $0.00053 | $0.01765 |
| Sonnet 5 | $0.00021 | $0.00706 |
| Haiku 4.5 | $0.00011 | $0.00353 |
Grade A, and why
kpi-dashboard scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 294 lines — stays where its author put it; the contents beside it link to each section on GitHub.
加载上下文
首次使用时: 读取 ../../CLAUDE.md 获取场景级配置(KPI 阈值/预警值/危险值)。
/kpi-dashboard — KPI 仪表盘生成
Examples
→ 示例:用户说"帮我们更新一下财务 KPI 仪表盘,把最新数据填进去",系统应调用本技能,更新 KPI 仪表盘数据。
→ 示例:用户说"管理层要一个财务仪表盘,帮我设计一下应该包含哪些指标",系统应调用本技能,设计财务 KPI 仪表盘框架。
→ 示例:用户说"仪表盘上有个指标显示红色,帮我分析一下是什么问题",系统应调用本技能,诊断 KPI 仪表盘异常指标。
KPI 体系概览
四大类指标:
1. 盈利能力(Profitability)
- 毛利率 / 营业利润率 / 净利率
- 收入增长率
2. 运营效率(Efficiency)
- 存货周转天数 / DSO / DPO
- 总资产周转率
3. 财务健康(Financial Health)
- 资产负债率 / 流动比率 / 速动比率
- 现金比率
4. 成长能力(Growth)
- 收入增长率 / 利润增长率
- 净资产增长率
第一步:获取 KPI 数据
从 [ERP]/[BI] 获取最新 KPI 数据:
□ 截止日期:[YYYY-MM-DD]
□ 上期日期:[YYYY-MM-DD]
□ 去年同期:[YYYY-MM-DD]
□ 获取指标:
盈利能力 | 运营效率 | 财务健康 | 成长能力
第二步:盈利能力 KPI
KPI 现状:
| 指标 | 本期 | 目标 | 预警值 | 危险值 | 状态 |
|------|------|------|--------|--------|------|
毛利率 | [X%] | [X%] | <[X%] | <[X%] | [✅/⚠️/🔴]
营业利润率 | [X%] | [X%] | <[X%] | <[X%] | [✅/⚠️/🔴]
净利率 | [X%] | [X%] | <[X%] | <[X%] | [✅/⚠️/🔴]
收入增长率(同比)| [X%] | [X%] | <[X%] | <[X%] | [✅/⚠️/🔴]
趋势分析(过去 6 个月):
| 指标 | M-6 | M-5 | M-4 | M-3 | M-2 | M-1 | 趋势 |
|------|-----|-----|-----|-----|-----|-----|------|
毛利率 | [X%] | [X%] | [X%] | [X%] | [X%] | [X%] | [↑/↓/→]
营业利润率 | [X%] | [X%] | [X%] | [X%] | [X%] | [X%] | [↑/↓/→]
净利率 | [X%] | [X%] | [X%] | [X%] | [X%] | [X%] | [↑/↓/→]
异常标注:
□ 毛利率连续 [X] 个月下降 → ⚠️
□ 营业利润率低于预警值 → ⚠️
□ 收入同比连续 [X] 个月下降 → 🔴
第三步:运营效率 KPI
KPI 现状:
| 指标 | 本期 | 目标 | 预警值 | 危险值 | 状态 |
|------|------|------|--------|--------|------|
存货周转天数 | [X]天 | [X]天 | >[X]天 | >[X]天 | [✅/⚠️/🔴]
DSO(应收账款周转天数)| [X]天 | [X]天 | >[X]天 | >[X]天 | [✅/⚠️/🔴]
DPO(应付账款周转天数)| [X]天 | [X]天 | <[X]天 | <[X]天 | [✅/⚠️/🔴]
总资产周转率 | [X]次 | [X]次 | <[X]次 | <[X]次 | [✅/⚠️/🔴]
趋势分析(过去 6 个月):
| 指标 | M-6 | M-5 | M-4 | M-3 | M-2 | M-1 | 趋势 |
|------|-----|-----|-----|-----|-----|-----|------|
存货周转天数 | [X] | [X] | [X] | [X] | [X] | [X] | [↑/↓/→]
DSO | [X] | [X] | [X] | [X] | [X] | [X] | [↑/↓/→]
异常标注:
□ DSO 连续 [X] 个月上升 → ⚠️ 回款变慢
□ 存货周转天数持续上升 → ⚠️ 存货积压
□ DPO 持续下降 → ⚠️ 付款太快/供应商议价弱
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 294 lines · 107 tokens per session scan A e18b4596142c
kpi-dashboard is a skill published in the GitHub repository vivy-yi/finance-skills (29 stars, last pushed 2mo ago), licensed MIT. It adds 107 tokens to every session and 3,530 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
wealth-structure
A framework for thinking about wealth through ownership, responsibility, leverage, and avoiding risks that could end your progress.
alpha-vantage
Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash flow), earnings, options data, market…
hedgefundmonitor
Query the OFR (Office of Financial Research) Hedge Fund Monitor API for hedge fund data including SEC Form PF aggregated statistics, CFTC Traders in Financial Futures, FICC Sponsored Repo volumes, and FRB SCOOS dealer financing terms. Access time series data on hedge fund size, leverage, counterparties, liquidity…
edgartools
Python library for accessing, analyzing, and extracting data from SEC EDGAR filings. Use when working with SEC filings, financial statements (income statement, balance sheet, cash flow), XBRL financial data, insider trading (Form 4), institutional holdings (13F), company financials, annual/quarterly reports (10-K…
asc-ppp-pricing
Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.
fred-economic-data
Query FRED (Federal Reserve Economic Data) API for 800,000+ economic time series from 100+ sources. Access GDP, unemployment, inflation, interest rates, exchange rates, housing, and regional data. Use for macroeconomic analysis, financial research, policy studies, economic forecasting, and academic research requiring…