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 budget-execution-analysisgit 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/budget-execution-analysis)<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/budget-execution-analysis"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/budget-execution-analysis/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/budget-execution-analysis"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/budget-execution-analysis.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.00109 | $0.02589 |
| Opus 5 | $0.00055 | $0.01295 |
| Sonnet 5 | $0.00022 | $0.00518 |
| Haiku 4.5 | $0.00011 | $0.00259 |
Grade A, and why
budget-execution-analysis 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 — 250 lines — stays where its author put it; the contents beside it link to each section on GitHub.
加载上下文
首次使用时: 读取 ../../CLAUDE.md 获取场景级配置(预算差异标准/可接受偏差/须解释差异阈值)。
/budget-execution-analysis — 预算执行分析
Examples
→ 示例:用户说"帮我们分析一下 Q2 预算执行情况,重点看偏差大的科目",系统应调用本技能,执行预算执行偏差分析。
→ 示例:用户说"预算执行完了,帮我生成一份给 CFO 看的执行分析报告",系统应调用本技能,生成预算执行分析报告。
→ 示例:用户说"研发费用执行率和销售费用差很多,帮我对比一下两者的管控逻辑",系统应调用本技能,执行分类型费用执行率对比分析。
第一步:获取预算执行数据
从 [ERP]/[BK] 获取预算执行数据:
□ 预算数据:[YYYY年]全年预算(收入/成本/费用/利润)
□ 实际数据:截止 [YYYY-MM-DD] 实际发生
□ 预算版本:[初始预算/调整预算]
获取字段:
科目 | 预算 | 实际 | 执行率 | 差异 | 差异率
第二步:整体执行率分析
收入/成本/利润执行率:
| 全年预算 | 1-X月累计 | 执行率 | 序时进度 | 偏差 |
|--------|----------|----------|---------|---------|---------|
收入 | [XXX万] | [XXX万] | [X%] | [X%] | [±X%] |
成本 | [XXX万] | [XXX万] | [X%] | [X%] | [±X%] |
毛利 | [XXX万] | [XXX万] | [X%] | [X%] | [±X%] |
费用 | [XXX万] | [XXX万] | [X%] | [X%] | [±X%] |
营业利润| [XXX万] | [XXX万] | [X%] | [X%] | [±X%] |
序时进度判断:
序时进度 = 已过月份 / 全年月份 = [X]%
□ 执行率 > 序时进度:✅ 超额完成
□ 执行率 ≈ 序时进度(±5%):✅ 正常完成
□ 执行率 < 序时进度:⚠️ 落后进度
□ 执行率 << 序时进度:🔴 严重落后
第三步:重点科目执行分析
收入执行率(TOP 10 科目):
科目 | 预算 | 实际 | 执行率 | 差异 | 差异率 | 风险
-----|------|------|--------|------|--------|----
[科目A] | [XXX万] | [XXX万] | [X%] | [±XXX万] | [±X%] | [高/中/低]
[科目B] | [XXX万] | [XXX万] | [X%] | [±XXX万] | [±X%] | [高/中/低]
...
成本/费用执行率(超支 TOP 10 科目):
科目 | 预算 | 实际 | 执行率 | 超支 | 超支率 | 风险
-----|------|------|--------|------|--------|----
[科目A] | [XXX万] | [XXX万] | [X%] | [+XXX万] | [+X%] | [高/中/低]
[科目B] | [XXX万] | [XXX万] | [X%] | [+XXX万] | [+X%] | [高/中/低]
...
第四步:偏差归因分析
重大偏差识别:
□ 差异率 > [X]% 的科目:[列出]
□ 单笔差异 > [XXX万] 的科目:[列出]
→ 须详细分析的科目:
□ [科目A]:差异 [+/-XXX万] — 归因:[...]
□ [科目B]:差异 [+/-XXX万] — 归因:[...]
偏差归因类型:
合理偏差(外部因素/计划调整):
□ 市场变化(行业整体下行/上行)
□ 客户变化(大客户增减/客户结构调整)
□ 汇率变动(海外业务)
□ 政策变化(税率/补贴政策调整)
□ 计划调整(年中战略调整)
→ 无需过度担心,持续观察
须改善偏差(内部管理问题):
□ 定价失误(定价过高导致丢单/定价过低损失毛利)
□ 成本失控(原材料涨价未传导/生产效率下降)
□ 费用失控(人员扩张过快/费用审批不严)
□ 执行不力(销售目标未达成/项目延期)
→ 须制定改善计划
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 · 250 lines · 109 tokens per session scan A 76ce2f174953
budget-execution-analysis is a skill published in the GitHub repository vivy-yi/finance-skills (29 stars, last pushed 3mo ago), licensed MIT. It adds 109 tokens to every session and 2,589 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…