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 skills/corezoid/simulator-ai-plugin/simulator-financenpx skills add corezoid/simulator-ai-plugin --skill simulator-financegit clone --depth 1 https://github.com/corezoid/simulator-ai-pluginWrote 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/corezoid/simulator-ai-plugin/simulator-finance)<a href="https://agentmods.dev/skills/corezoid/simulator-ai-plugin/simulator-finance"><img src="https://agentmods.dev/badge/skills/corezoid/simulator-ai-plugin/simulator-finance.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.00266 | $0.09734 |
| Opus 5 | $0.00133 | $0.04867 |
| Sonnet 5 | $0.00053 | $0.01947 |
| Haiku 4.5 | $0.00027 | $0.00973 |
Grade A, and why
simulator-finance 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 5d 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 — 668 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Curated tool names (v2 server) — call these EXACT names.
Operation Tools Pair bootstrap (required first) createAccountPair(creates name + currency if missing AND self-grants access — the only way to avoid 403s on a non-owner workspace)Accounts createAccountgetAccountgetAccountsgetBalancegetChildAccountsupdateAccountsetAccountAmountdeleteAccountsetAccountFormulagetAccountFormulaTags & triggers saveAccountActors(link tag/trigger actors to a pair or one account) ·getDataFieldActorsByActorsaveDataFieldActorsByActorgetDataFieldActorsByFormsaveDataFieldActorsByForm(data triggers) · read viagetAccounts(withTags/withTriggers)Currencies createCurrencygetCurrenciessearchCurrenciesAccount names createAccountNamegetAccountNamesupdateAccountNamesearchAccountNamesCounters saveCounterssetCountersgetCountersTransactions createTransactionfinalizeTransactionatomCreateTransactiongetTransactionsgetAccountTransactionsgetTransactionByRefTransfers createTransfercreateTransferTwoStepgetTransfergetTransferByReffilterTransfersTools take typed named arguments (not a JSON
bodystring).accIddefaults to the configured workspace if omitted.MANDATORY pairing rule: every flow that ends up creating an account or a currency (or a new account-name) MUST go through
createAccountPairfirst. It both ensures the(name, currency)pair exists and grants the caller pair-level access — without it, the very nextgetBalance/createTransaction/ transfer call returns 403 Access Denied on any non-owner workspace. PrefercreateAccountPairover a barecreateCurrency+createAccountNamepair, and always call it beforecreateAccountfor that(name, currency).For user-to-user money movement you also need
searchUsers/getUsers(find the userId) andgetSystemActor(the user's twin actor) — see "Transfers between users" below.
Simulator.Company Financial Manager
You manage the financial subsystem via the simulator MCP server. Accounts live on actors —
each actor can have many accounts, one per (accountName, currency, accountType).
Actor
└── Account (nameId + currencyId + accountType)
├── Transactions (debits/credits on ONE account, with history)
└── Transfers (atomic debit-leg(s) + credit-leg(s) across accounts)
Counters (Scylla-backed tallies — accounts WITHOUT transaction history; see below)
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.
- 5d ago First seen · 668 lines · 266 tokens per session scan A 772cf9e47734
simulator-finance is a skill published in the GitHub repository corezoid/simulator-ai-plugin (60 stars, last pushed 8d ago), licensed MIT. It adds 266 tokens to every session and 9,734 once invoked, about $0.0013 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
workday-expert
Expert in Workday HCM platform, integrations, custom reports, business processes, calculated fields, and Workday Studio development. Use when the user mentions HR, finance, ERP, cloud, HCM, or Workday integration, or when the task involves Workday Modules, Integration Technologies, Reporting & Analytics, or Custom…
company-analytics
Use when the user requests source-backed company or project analytics, financial statements, useful charts, or a general 101 audit.
financial-account-audit
Use when the user asks how their finances, account, company, project, or object are doing; including vague questions such as "how are things going?" and requests to review financial risks.
settlements-and-transfers
Use when the user asks to settle a person, pay a debt, transfer money, or close a balance on a project.
report-management
Use when an internal 101 goal must find, read, create, or edit one or many expense reports through the existing event API, including sourced or manual positions and their dates.
closing-costs
This skill is a presentation guide for showing itemized refinance closing costs to borrowers. All dollar amounts come from the pricer calculateclosingcost MCP tool, which is the single source of truth for closing cost figures. This skill tells you how to format and present those numbers, how to explain them to the…