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 agentmods add agents/cxtx/finance-copilot-skills/workbuddygit clone --depth 1 https://github.com/cxtx/finance-copilot-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/agents/cxtx/finance-copilot-skills/workbuddy)<a href="https://agentmods.dev/agents/cxtx/finance-copilot-skills/workbuddy"><img src="https://agentmods.dev/badge/agents/cxtx/finance-copilot-skills/workbuddy.svg" alt="Measured on agentmods" 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 | $0.00000 | $0.00520 |
| Opus 5 | $0.00000 | $0.00260 |
| Sonnet 5 | $0.00000 | $0.00104 |
| Haiku 4.5 | $0.00000 | $0.00052 |
Grade A, and why
workbuddy 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 4d 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.
What it actually says
WorkBuddy 平台专属配置
平台专属适配说明(安装 / 发现 / 调用 / 权限 / 网络限制),不含对账业务逻辑(NFR-08)。 支持级别:格式兼容(未逐项实测),验证项清单见 docs/governance/agent-install.md §4。
安装位置
| 范围 | 目标目录 |
|---|---|
| 用户级 | ~/.workbuddy/skills/fcs-reconcile/ |
| 项目级 | <项目根>/.codebuddy/skills/fcs-reconcile/ |
⚠ 用户级与项目级目录名不对称:项目级沿用底层 CodeBuddy 内核的 .codebuddy/,
不是 .workbuddy/。写错的表现是技能一个都不出现、且没有任何报错。
⚠ 复制的是 fcs-reconcile 这个目录本身,不要把整个 skills/ 目录套进去——WorkBuddy 按
目录层级给技能命名,多套一层技能名会变成 skills:fcs-reconcile。
安装方式统一走提示词,见 README「安装」。装完须新开会话才加载, 可在「技能」面板核对是否装齐。
运行约定
- 入口:
scripts/reconcile.py --config <config.yaml> - 解释器:必须是装过
requirements.txt(pandas/openpyxl/pyyaml)的那一个。 - 网络:运行期禁用(
guard.block_network());仅安装期装依赖需要网络。 - 文件访问:仅配置中指定的输入输出路径;源文件只读,运行前后 SHA-256 比对; 输出路径覆盖输入时拒绝执行。
- 上交给模型的内容:只有
summary;原始明细不越界,终端不打印交易明细。
运行前确认
先展示数据处理声明(读写文件数、原始数据是否进模型、网络状态、源文件是否修改、
输入完整性校验)并等待用户确认,确认前不落盘。声明格式见 SKILL.md「数据处理声明」。
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.
- 4d ago First seen · 36 lines · 0 tokens per session scan A 5eedf4771f3c
workbuddy is an agent published in the GitHub repository cxtx/finance-copilot-skills (2 stars, last pushed 24d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 520 tokens. 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-31.
Other agents, from other repositories
Plugin Tester
End-to-end plugin testing agent for OpenWebUI. Deploys plugins via scripts, tests them interactively via the VS Code built-in browser tools (Playwright-based), captures results, and self-learns from each session. Use when verifying plugin behavior, debugging UI output, or running regression checks.
Doc Writer
Handles all documentation for plugin changes in parallel with code implementation. Updates README, READMECN, docs mirrors, and standalone version files.
Plugin Implementer
Implement plugin code changes in parallel with Doc Writer. Follows the approved plan with strict project standards. No sequential handoffs.
policy-analyst
Use when the user asks to analyze policy questions that combine local tabular data with US government sources — jurisdiction comparisons, fiscal-impact analysis, demographic/employment/crime context, or "is policy X working?" questions referencing Census, BLS, FBI Crime Data, or Wikidata. Prefer data-analyst for plain…
data-wrangler
Use when the user asks to clean, transform, reshape, dedupe, join, concatenate, sort, replace, or convert tabular data and produce new output files — e.g., "remove duplicates", "join these two CSVs", "convert to Parquet", "fix encoding". Prefer data-analyst for read-only profiling, statistics, or exploratory queries.
agentic-workflows
Agent "agentic-workflows" from rustledger/rustledger, covering github agentic workflows agent, what this agent does, files this applies to, problems this solves and how to use.