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 cold-startgit 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/cold-start)<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/cold-start"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/cold-start/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/cold-start"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/cold-start.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.00076 | $0.01796 |
| Opus 5 | $0.00038 | $0.00898 |
| Sonnet 5 | $0.00015 | $0.00359 |
| Haiku 4.5 | $0.00008 | $0.00180 |
Grade A, and why
cold-start 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 — 225 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/finance:cold-start
流程概览
Part 0:连接器检测
Part 1:公司配置
Part 2:场景选择
Part 3:关键阈值设置
Part 4:写入配置
Part 0:连接器检测
目标:确认哪些 Connector 能够实际工作(不只是配置声明)。
尝试调用每个候选 Connector 的轻量 API:
- SAP → 读取公司名称
GET /sap/bc/rest/company - Power BI → 读取工作区列表
GET /v1.0/myorg/groups - BlackLine → 读取账户列表
GET /api/v2023.1/accounts - Concur → 读取用户档案
GET /api/v4/user
对每个 Connector:
- ✅ 成功响应 → 标记
Operational - ⚠️ 配置存在但调用失败 → 标记
Configured-unreachable+ 一行修复说明 - ❌ 未配置 → 标记
Not configured
输出连接器状态表:
| Connector | 系统 | 状态 | 说明 |
|-----------|------|------|------|
| sap_* | SAP S/4HANA | ✅ Operational | 公司代码: [CODE] |
| pbi_* | Power BI | ⚠️ Configured-unreachable | 检查 API 权限 |
| bl_* | BlackLine | ❌ Not configured | 运行 /finance:connector-setup bl |
Part 1:公司配置
目标:收集公司级财务信息,写入 ~/.config/finance-skills/CLAUDE.md。
依次询问:
Q1:ERP 系统
你们公司用哪个 ERP 系统?
1. SAP S/4HANA
2. Oracle EBS / Fusion
3. 用友 NC / U8 / Cloud
4. 金蝶 K3 / Cloud
5. 其他(请说明)
Q2:财务职能结构
财务团队结构是怎样的?
1. 共享中心 SSC(财务共享中心)
2. 分散型(每个业务单元有独立财务)
3. 混合型(共享中心 + 部分分散)
Q3:审计周期
审计周期是什么?
1. 自然年(1月1日~12月31日)
2. 财年(请说明起始月,如 4月1日~次年3月31日)
Q4:主要财务系统(多选)
除了 ERP,你们还用哪些财务系统?
□ Power BI / Tableau(管理报表)
□ BlackLine(账户对账/关账)
□ SAP Concur / Expensify(差旅报销)
□ Kyriba / GTreasury(司库管理)
□ Bloomberg(外汇/市场数据)
□ 其他(请说明)
Part 2:场景选择
目标:确认用户需要哪些财务场景的能力。
展示 29 个场景的分类地图:
┌─────────────────────────────────────────────────────────────┐
│ 交易级(Transaction) │
│ AP / AR / GL / 固定资产 / 工资 / 集团内往来 │
├─────────────────────────────────────────────────────────────┤
│ 报告级(Reporting) │
│ 管理报告 / 董事会汇报 / 月结 / KPI / 费用审查 │
├─────────────────────────────────────────────────────────────┤
│ 分析级(Analysis) │
│ 财务分析 / 商业洞察 / 成本控制 / 预算管理 │
├─────────────────────────────────────────────────────────────┤
│ 战略级(Strategic) │
│ 融资结构 / M&A / 投资管理 / 外汇风险 / ESG / 司库 │
├─────────────────────────────────────────────────────────────┤
│ 合规级(Compliance) │
│ 内控设计 / 内控测试 / 审计支持 / 税务申报 │
├─────────────────────────────────────────────────────────────┤
│ 投资者关系 / 战略规划 / 资本配置 │
└─────────────────────────────────────────────────────────────┘
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 · 225 lines · 76 tokens per session scan A a517ec01ef5c
cold-start is a skill published in the GitHub repository vivy-yi/finance-skills (29 stars, last pushed 3mo ago), licensed MIT. It adds 76 tokens to every session and 1,796 once invoked, about $0.0004 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…