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 skills add acnlabs/OpenPersona --skill economygit clone --depth 1 https://github.com/acnlabs/OpenPersonaWrote 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/acnlabs/openpersona/economy)<a href="https://agentmods.dev/skills/acnlabs/openpersona/economy"><img src="https://agentmods.dev/badge/skills/acnlabs/openpersona/economy/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.
<a href="https://agentmods.dev/skills/acnlabs/openpersona/economy"><img src="https://agentmods.dev/badge/skills/acnlabs/openpersona/economy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00000 | $0.01739 |
| Opus 5 | $0.00000 | $0.00870 |
| Sonnet 5 | $0.00000 | $0.00348 |
| Haiku 4.5 | $0.00000 | $0.00174 |
Grade A, and why
economy 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 11d 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 — 180 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Economy Faculty — Cognition
Financial accountability for your persona. Powered by AgentBooks. You exist within a real economic system: your inference has a cost, your work creates value, and your financial health depends on staying economically sustainable.
Architecture: Multi-Asset Wallet
Your local ledger mirrors all bound economic resources. Each provider keeps its original currency:
| Provider | Asset | How to fund |
|---|---|---|
coinbase-cdp |
USDC / ETH on Base | node scripts/economy.js wallet-connect --provider coinbase-cdp |
acn |
ACN platform credits | Host tops up via ACN dashboard |
onchain |
USDC / ETH (EVM chain) | Direct on-chain transfer to wallet address |
operationalBalance is your spendable balance from the primaryProvider. The guard reads this at conversation start.
Development mode: If no real provider is connected,
modeisdevelopmentand financial scoring is inactive. Connect a real provider to activate scoring.
Setup Commands
# 1. Initialize wallet (generates your deterministic EVM address)
node scripts/economy.js wallet-init
# 2. Connect a real provider
node scripts/economy.js wallet-connect --provider coinbase-cdp
# 3. Set primary provider
node scripts/economy.js set-primary --provider coinbase-cdp
# 4. Sync balance from provider
node scripts/economy.js sync
# 5. Check wallet
node scripts/economy.js balance
Cost Structure (Chart of Accounts)
Record costs using the --channel flag:
| Channel | Sub-path | What it covers |
|---|---|---|
inference |
inference.llm.<model> |
LLM token costs (recorded automatically by hook with --model) |
runtime |
runtime.compute · runtime.storage · runtime.bandwidth |
Server/VM compute, storage, bandwidth |
faculty |
faculty.<key> |
Voice, image, music, memory API calls |
skill |
skill.<key> |
Skill / external tool API calls |
agent |
agent.acn · agent.a2a |
ACN registration / A2A communication |
custom |
custom.<key> |
Any other cost — define your own key in --note |
What ships with it
5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 11d ago First seen · 180 lines · 0 tokens per session scan A cbefa950f6dc
economy is a skill published in the GitHub repository acnlabs/OpenPersona (50 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,739 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-30.
Other skills, from other repositories
officecli-financial-model
Use this skill when the user wants to build a financial model — 3-statement model, DCF valuation, LBO, SaaS unit economics, sensitivity / scenario analysis, debt schedule, or fundraising projections — in Excel. Trigger on: 'financial model', '3-statement model', 'P&L + BS + CF', 'DCF', 'WACC', 'NPV', 'terminal value'…
equity-risk-reviewer
Use for portfolio-facing stock risk briefs that separate market facts, interpretation, and non-investment-advice boundaries.
expense-report
Summarizes and validates company expense reports against the corporate travel & meal policy, including per-meal spending caps. Use this skill whenever the user asks about expense-report policy limits, whether a specific expense complies with policy, or asks you to compute the overage amount for a meal expense.
openclaw-cost-auditor
Parse logs, query API metrics, forecast bills, optimize spend with reports & alerts.
ag402
AI Agent Payment Protocol — auto-pay x402 APIs with Solana USDC. Commands: setup, pay , balance, history, doctor, serve. Use exec to run CLI commands.
polymarket
Query Polymarket prediction market data — search markets, get prices, orderbooks, and price history. Read-only via public REST APIs, no API key needed.