capital-flow

capital-flow is a skill for Claude Code, Codex from regen-coordination/org-os-template. It costs 14 tokens per session (1,247 once invoked), scanned A, original, MIT.

A system for monitoring treasury funds, preparing capital transfers, and coordinating multi-signature operations. Multi-signature means several authorized people or approvals are required for a transaction.

In plain words
What is it for?
For checking treasury balances, preparing contributor payouts, reviewing pending Safe transactions, producing grant spending reports, and drafting transactions for operator approval.
Why use it?
It provides financial information and prepares actions while keeping execution under human control. The agent never executes capital transactions by itself.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit For checking treasury balances, preparing contributor payouts, reviewing pending Safe transactions, producing grant spending reports, and drafting transactions for operator approval.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/regen-coordination/org-os-template/capital-flow
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 regen-coordination/org-os-template --skill capital-flow
Clone the repo
git clone --depth 1 https://github.com/regen-coordination/org-os-template

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 capital-flow

README.md
[![agentmods](https://agentmods.dev/badge/skills/regen-coordination/org-os-template/capital-flow/github.svg)](https://agentmods.dev/skills/regen-coordination/org-os-template/capital-flow)
Your own site
<a href="https://agentmods.dev/skills/regen-coordination/org-os-template/capital-flow"><img src="https://agentmods.dev/badge/skills/regen-coordination/org-os-template/capital-flow/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 capital-flow

Your own site · 80×15
<a href="https://agentmods.dev/skills/regen-coordination/org-os-template/capital-flow"><img src="https://agentmods.dev/badge/skills/regen-coordination/org-os-template/capital-flow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,247 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.00014 $0.01247
Opus 5 $0.00007 $0.00624
Sonnet 5 $0.00003 $0.00249
Haiku 4.5 $0.00001 $0.00125

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

Security

Grade A, and why

capital-flow 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/capital-flow/SKILL.md · 173 lines

How it starts

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

Capital Flow

What This Is

Manages capital flow operations: reading treasury state, queuing transactions for human approval, reporting on financial activity, and coordinating multi-sig operations. Organizational interface to on-chain financial infrastructure.

SAFETY: Approval-Required Mode

This skill NEVER executes transactions autonomously.

Every capital action follows:

  1. Draft — agent prepares transaction or report
  2. Present — shows to operator for review
  3. Confirm — operator explicitly confirms
  4. Execute — operator executes (never the agent alone)

If in doubt: draft and present, never act.

When to Use

  • "What's in the treasury?"
  • "Prepare payouts for contributors"
  • "Check pending Safe transactions"
  • "Generate a financial report for the grant"
  • "How much have we spent on [category]?"

When NOT to Use

  • To actually execute transactions → always requires human
  • For on-chain governance actions → use contract-interaction skill
  • For funding applications → use funding-scout skill

Capabilities

Treasury Monitoring (Autonomous)

  • Read Safe balance via Safe Transaction Service API (endpoint in TOOLS.md)
  • Read balances for addresses declared in IDENTITY.md
  • Summarize treasury state

Transaction Queuing (Draft → Present)

  • Prepare Safe transaction batch data
  • Format in human-readable form with amounts and recipients
  • Track pending transaction status

Payout Coordination (Draft → Present)

  • Generate payout list from data/members.yaml and project allocations
  • Format for Safe CSV import or manual multi-sig
  • Track in data/finances.yaml

Financial Reporting (Autonomous)

  • Summarize from data/finances.yaml
  • Budget vs. actual comparisons
  • Grant accountability reports

Configuration

Check IDENTITY.md for treasury addresses:

## Treasury
- **Primary Safe:** 0x... (Gnosis Chain)

Check TOOLS.md for API endpoints:

## Safe Config
- API: https://safe-transaction-gnosis.gateway.gnosis.io

Read the full file on GitHub · 173 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 · 173 lines · 14 tokens per session scan A e96f572b1896

Subscribe to this mod's changes

capital-flow is a skill published in the GitHub repository regen-coordination/org-os-template (5 stars, last pushed 2d ago), licensed MIT. It adds 14 tokens to every session and 1,247 once invoked, about $0.0001 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

fund-flow-analyst

A Chinese-language analysis skill for studying money flows in China’s A-share stock market, including major investors, northbound trading, sectors, and individual stocks. It requires evidence from designated data tools and reports uncertainty.

shaoxing-xie/openclaw-data-china-stock · 31 tokens

Fundraising Strategist

Plan fundraising rounds, target investors, and develop raise strategies.

jmsktm/claude-settings · 16 tokens

sector-rotation

An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.

HKUDS/Vibe-Trading · 39 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.

questflowai/investorskills · 44 tokens