manager-accounting

manager-accounting is a skill for Claude Code, Codex from flumpiey/manager-mcp. It costs 73 tokens per session (1,282 once invoked), scanned A, original, MIT.

Instructions for using Manager.io, an accounting application, through the Manager MCP server. They require checking available resources and permissions before reading or changing records.

In plain words
What is it for?
Use it to inspect balances, customers, invoices, payments, bank activity, taxes, financial statements, and other Manager.io records, or to perform permitted accounting changes.
Why use it?
They reduce the risk of using unavailable collections or making accounting changes without the required access. They also define which sensitive or restricted paths must not be used.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect balances, customers, invoices, payments, bank activity, taxes, financial statements, and other Manager.io records, or to perform permitted accounting changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/flumpiey/manager-mcp/manager-accounting
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.

Any agent
npx skills add flumpiey/manager-mcp --skill manager-accounting
Clone the repo
git clone --depth 1 https://github.com/flumpiey/manager-mcp

Made for: Claude Code, Codex.

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 manager-accounting

README.md
[![agentmods](https://agentmods.dev/badge/skills/flumpiey/manager-mcp/manager-accounting/github.svg)](https://agentmods.dev/skills/flumpiey/manager-mcp/manager-accounting)
Your own site
<a href="https://agentmods.dev/skills/flumpiey/manager-mcp/manager-accounting"><img src="https://agentmods.dev/badge/skills/flumpiey/manager-mcp/manager-accounting/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.

agentmods 80×15 button for manager-accounting

Your own site · 80×15
<a href="https://agentmods.dev/skills/flumpiey/manager-mcp/manager-accounting"><img src="https://agentmods.dev/badge/skills/flumpiey/manager-mcp/manager-accounting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,282 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00073 $0.01282
Opus 5 $0.00036 $0.00641
Sonnet 5 $0.00015 $0.00256
Haiku 4.5 $0.00007 $0.00128

Measured 9d ago against content hash ad9daed90fb2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

manager-accounting 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 9d 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/manager-accounting/SKILL.md · 117 lines

How it starts

The opening of the file, as written. The whole thing — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Manager.io accounting

Pairs with the manager-mcp MCP server.

Discovery first

  1. Call list_resources.
  2. Trust its read_only, write_scopes, delete_scopes, effective_write_scopes, and boundary.
  3. Use only collections named in that response for list_records / get_record.

Boundary

  • Empty scopes → read-only tool set (10 tools).
  • Mutations need MANAGER_MCP_WRITE_SCOPES (create/update) and/or MANAGER_MCP_DELETE_SCOPES (delete). Delete is never implied by write.
  • Recommended write scopes: banking,sales,parties (not all nine domains).
  • Never attempt access-token, chart-of-accounts / control-account forms, tax/currency minting, starting balances, or other denylisted paths.
  • raw in WRITE_SCOPES restores the full CRUD set (advanced escape hatch).

Config

  • MANAGER_API_URL - opaque base URL (include /api2 when required)
  • MANAGER_API_KEY - X-API-KEY; never echo
  • Scope CSVs must match between local .env and the MCP host env block
  • If a tool says Manager is not reachable: tell the user to open Manager (API enabled) and retry. Do not treat it as an MCP server crash.

Precondition responses

When a tool returns status: precondition_failed:

  1. Relay each item's how_to_create text to the user verbatim.
  2. Stop. Do not invent a workaround or skip setup steps.

Task tools (prefer over CRUD)

Registered when required scopes are in effective_write_scopes:

Tool Scopes Bookkeeper sentence
issue_sales_invoice sales Issue a sales invoice
issue_purchase_invoice purchases Issue a purchase invoice
issue_quote quotes Issue a quote
convert_quote_to_invoice quotes + sales Turn this quote into an invoice
record_customer_payment banking Record a customer payment against an invoice
record_supplier_payment banking Pay a supplier invoice
record_expense payroll and/or purchases Record an expense
transfer_between_accounts banking Move money between accounts
post_journal_entry ledger Post a journal entry
void_document matching delete scope Void this document
record_customer_deposit banking Record a customer deposit
issue_deposit_invoice quotes Issue a deposit invoice document
apply_deposit_to_invoice ledger Apply held deposit to an invoice

Read the full file on GitHub · 117 lines

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. 9d ago First seen · 117 lines · 73 tokens per session scan A ad9daed90fb2

Subscribe to this mod's changes

manager-accounting is a skill published in the GitHub repository flumpiey/manager-mcp (1 stars, last pushed 1mo ago), licensed MIT. It adds 73 tokens to every session and 1,282 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-31.

Related

Other skills, from other repositories