accounting

An accounting workflow add-on that guides work from reviewing transactions through journal entries, ledgers, financial statements, and closing the books. The accounting cycle is the repeated process used to record and summarize a business's finances for a period.

In plain words
What is it for?
Analyzing transactions, recording journal entries, posting account balances, checking a trial balance, making adjustments, preparing statements, and closing temporary accounts.
Why use it?
It provides an ordered process for turning transactions into checked financial records. This helps prevent steps from being missed between recording transactions and preparing statements.

Plugin for Claude Code

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.

Claude Code
/plugin marketplace add bromso/metapowers
agentmods
npx agentmods add plugins/bromso/metapowers/accounting
Clone the repo
git clone --depth 1 https://github.com/bromso/metapowers

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

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 2d 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.

plugins/accounting/.claude-plugin/plugin.json · 22 lines

What it actually says

{
	"name": "accounting",
	"version": "0.1.0",
	"description": "Eight-phase accounting cycle — analyze, journal, ledger, trial balance, adjust, statements, close with 5 utility skills",
	"author": { "name": "Jonas Broms" },
	"repository": "https://github.com/bromso/metapowers",
	"homepage": "https://bromso.github.io/metapowers/",
	"license": "MIT",
	"keywords": [
		"accounting",
		"journal-entries",
		"ledger",
		"trial-balance",
		"financial-statements",
		"closing"
	],
	"skills": "../skills/",
	"commands": "../commands/",
	"agents": "../agents/",
	"hooks": "../hooks/hooks.json"
}
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. 2d ago First seen · 22 lines scan A f481e7f5da70

Subscribe to this mod's changes

accounting is a plugin published in the GitHub repository bromso/metapowers (1 stars, last pushed 4mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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 plugins, from other repositories

financial-analysis

Core financial modeling and analysis tools powered by Tushare: A-share market data, financial statements, valuation, and macro data.

cyijun/china-financial-services · not measured

jpm-payments-skills

Conversational agent skills that walk a merchant from J.P. Morgan Payments onboarding through a working API integration. Supports Checkout and Online Payments in the initial release. Generates language-specific OAuth modules (Node/TypeScript, Python, Java idiomatic; other languages via canonical algorithm).

jpmorgan-payments/pdp-skills · not measured

datarails-financeos

Datarails Finance OS integration - analyze financial data, detect anomalies, and generate insights.

Datarails/dr-claude-code-plugins-re · not measured

lendwise

Unified view for lending markets, one standard. Compare and optimize DeFi supply/borrow across Aave, Morpho and Compound. Read-only; it never signs a transaction.

lendwise-fi/lendwise-mcp · not measured

mycelium

A bio-inspired context protocol for DataHub agents: budgeted foraging over the lineage graph, three-level semantic zoom, working memory that prunes itself, and reflex answers that never call a model. Extends the DataHub skills rather than replacing them.

dihannahdi/mycelium · not measured

slow

SLOW protocol on Ethereum mainnet — send, hold, and settle ETH/ERC-20 with a reversible timelock and optional guardian cosigner. Ships a JSON CLI (skills/slow) that prepares transactions safely (nothing submitted without --send).

z0r0z/slow · not measured