workbuddy

workbuddy is an agent for coding agents from cxtx/finance-copilot-skills. It costs 0 tokens per session (520 once invoked), scanned A, original, MIT.

Platform-specific instructions for installing and running a financial-data reconciliation skill in WorkBuddy. Reconciliation means checking that two sets of records agree.

In plain words
What is it for?
It is for configuring WorkBuddy to run `reconcile.py` on selected input files while keeping source files read-only and showing a data-processing notice before writing results.
Why use it?
It explains where the skill goes, which Python environment and packages it needs, and what files and network access it may use.

Agent

Install

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.

agentmods
npx agentmods add agents/cxtx/finance-copilot-skills/workbuddy
Clone the repo
git clone --depth 1 https://github.com/cxtx/finance-copilot-skills

Wrote 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.

agentmods badge for workbuddy

README.md
[![agentmods](https://agentmods.dev/badge/agents/cxtx/finance-copilot-skills/workbuddy.svg)](https://agentmods.dev/agents/cxtx/finance-copilot-skills/workbuddy)
Your own site
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 520 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash 5eedf4771f3c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

skills/fcs-reconcile/agents/workbuddy.md · 36 lines

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.txtpandas / openpyxl / pyyaml)的那一个。
  • 网络:运行期禁用(guard.block_network());仅安装期装依赖需要网络。
  • 文件访问:仅配置中指定的输入输出路径;源文件只读,运行前后 SHA-256 比对; 输出路径覆盖输入时拒绝执行。
  • 上交给模型的内容:只有 summary;原始明细不越界,终端不打印交易明细。

运行前确认

先展示数据处理声明(读写文件数、原始数据是否进模型、网络状态、源文件是否修改、 输入完整性校验)并等待用户确认,确认前不落盘。声明格式见 SKILL.md「数据处理声明」。

Changes

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.

  1. 4d ago First seen · 36 lines · 0 tokens per session scan A 5eedf4771f3c

Subscribe to this mod's changes

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.

Related

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.

Fu-Jie/openwebui-extensions · 63 tokens

Doc Writer

Handles all documentation for plugin changes in parallel with code implementation. Updates README, READMECN, docs mirrors, and standalone version files.

Fu-Jie/openwebui-extensions · 29 tokens

Plugin Implementer

Implement plugin code changes in parallel with Doc Writer. Follows the approved plan with strict project standards. No sequential handoffs.

Fu-Jie/openwebui-extensions · 29 tokens

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…

dathere/qsv · 77 tokens

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.

dathere/qsv · 79 tokens

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.

rustledger/rustledger · 0 tokens