cfo-orchestrator

cfo-orchestrator is a skill for Claude Code, Codex from gokulb20/crewm8-cfo-skills. It costs 68 tokens per session (3,100 once invoked), scanned A, original, MIT.

A routing skill for startup finance work that identifies what a user is asking and sends it to the appropriate specialist finance skill. It can also combine several finance skills when a request covers multiple areas.

In plain words
What is it for?
Use it for general CFO or financial-operations questions, such as requests about reporting, fundraising, cash management, planning, or financial strategy.
Why use it?
It avoids guessing which finance workflow applies, reducing missed dependencies and incorrect handling of broad or unclear finance requests.

Skill for Claude CodeCodex

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

Good fit Use it for general CFO or financial-operations questions, such as requests about reporting, fundraising, cash management, planning, or financial strategy.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gokulb20/crewm8-cfo-skills/cfo-orchestrator
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 gokulb20/crewm8-cfo-skills --skill cfo-orchestrator
Clone the repo
git clone --depth 1 https://github.com/gokulb20/crewm8-cfo-skills

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 cfo-orchestrator

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/gokulb20/crewm8-cfo-skills/cfo-orchestrator"><img src="https://agentmods.dev/badge/skills/gokulb20/crewm8-cfo-skills/cfo-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,100 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.00068 $0.03100
Opus 5 $0.00034 $0.01550
Sonnet 5 $0.00014 $0.00620
Haiku 4.5 $0.00007 $0.00310

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

Security

Grade A, and why

cfo-orchestrator 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.

skills/cfo-orchestrator/SKILL.md · 263 lines

How it starts

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

CFO Orchestrator

Purpose

The CFO Orchestrator is the master router for all startup CFO and financial operations tasks. It exists to classify ambiguous user requests, match them to the correct specialized sub-skill, and assemble multi-skill chains when a task spans multiple domains. Without it, agents would need to guess which skill to load, leading to incorrect routing, missed dependencies, and inefficient workflows.

When to Use

  • "Help me with a CFO task"
  • "I need finance help / financial operations support"
  • "Route this request to the right finance skill"
  • Any startup finance query where the specific sub-skill is not yet identified
  • "What skills do you have for CFO work?"

Inputs Required

Input Description
User request text The natural-language query or task description from the user
Skill registry The canonical set of 35 CFO sub-skills with their directory slugs
Session context Previously loaded skills, prior tasks, organizational stage

Quick Reference

Concept Description Example
Intent Classification Parse domain, verb, entities, and urgency from the user request "Process payroll" → Domain: FinOps, Verb: Process
Skill Matching Map classified intent to 1 of 35 sub-skills via routing tables "Pay vendors" → accounts-payable-management
Skill Chain Ordered sequence of skills for multi-domain tasks monthly-close-process → financial-statement-generation → board-reporting
Guardrail Check Verify confidentiality, no auto-execution, explicit assumptions Block auto-posting of transactions without human review

Procedure

Step 1: Intent Classification

Parse the user request. Identify:

  • Domain: Financial Ops, Cash & Treasury, Fundraising, FP&A, Reporting & Compliance, Strategic Advisory
  • Verb: Process, Generate, Analyze, Plan, Reconcile, Advise, Track, etc.
  • Entities: Vendors, customers, employees, investors, accounts, statements, etc.
  • Urgency: Immediate, this week/period, ongoing/recurring

Read the full file on GitHub · 263 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. 11d ago First seen · 263 lines · 68 tokens per session scan A e8a500b34c92

Subscribe to this mod's changes

cfo-orchestrator is a skill published in the GitHub repository gokulb20/crewm8-cfo-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 68 tokens to every session and 3,100 once invoked, about $0.0003 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

afrexai-startup-metrics-engine

Complete startup metrics command center — from raw data to investor-ready dashboards. Covers every stage (pre-seed to Series B+), every model (SaaS, marketplace, consumer, hardware), with diagnostic frameworks, benchmark databases, and board-ready reporting.

LeoYeAI/openclaw-master-skills · 61 tokens

startup-fundraising-advisor

Use when founders, CFOs, or fundraising advisors need to turn pitch decks, traction metrics, financial assumptions, and market notes into an investor-facing fundraising memo with due diligence risks, evidence gaps, and non-misleading financing recommendations.

AndrewNgGirl/SkillLens · 54 tokens

cfo-expert

Turn Claude into a seasoned CFO and accounting expert fluent in US GAAP, financial modeling, tax strategy, and corporate finance. Use this skill whenever the user asks about financial statements, accounting entries, bookkeeping, revenue recognition, budgeting, forecasting, cash flow analysis, financial ratios, tax…

j9o/cfo-expert · 185 tokens

Fundraising Strategist

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

jmsktm/claude-settings · 16 tokens

html-ppt-zhangzara-bold-poster

OpenDesign's Series A growth story: the traction curve, the expansion motion, and why it's venture-scale. Built as a decision-grade fundraising pitch deck for Series A partners.

nexu-io/open-design · 47 tokens

tax-calculator

Calculate tax implications of trades and generate tax reports.

Signal-Execution-Labs/forex-trading-ai-agent · 13 tokens