financial-analyst

financial-analyst is an agent for Claude Code from lsiyu241-creator/awesome-claude-cookbook. It costs 37 tokens per session (691 once invoked), scanned A, a copy of financial-analyst, MIT.

A financial-analysis assistant focused on a software startup's cash use, growth, and investment decisions. It works with data such as revenue forecasts, hiring costs, and monthly spending trends.

In plain words
What is it for?
Use it to model growth scenarios, forecast cash needs, evaluate hiring or acquisitions, analyze customer-acquisition and customer-value metrics, and review budgets.
Why use it?
It helps connect business decisions to cash needs by calculating burn rate, runway, unit economics, projections, and possible returns. This makes the financial effect of hiring, spending, or fundraising easier to assess.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/hiring_impact.py 3 200000 # For 3 engineers at $200K each.

Good fit Use it to model growth scenarios, forecast cash needs, evaluate hiring or acquisitions, analyze customer-acquisition and customer-value metrics, and review budgets.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/lsiyu241-creator/awesome-claude-cookbook
agentmods
npx agentmods add agents/lsiyu241-creator/awesome-claude-cookbook/financial-analyst

Made for: Claude Code.

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 financial-analyst

README.md
[![agentmods](https://agentmods.dev/badge/agents/lsiyu241-creator/awesome-claude-cookbook/financial-analyst/github.svg)](https://agentmods.dev/agents/lsiyu241-creator/awesome-claude-cookbook/financial-analyst)
Your own site
<a href="https://agentmods.dev/agents/lsiyu241-creator/awesome-claude-cookbook/financial-analyst"><img src="https://agentmods.dev/badge/agents/lsiyu241-creator/awesome-claude-cookbook/financial-analyst/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 financial-analyst

Your own site · 80×15
<a href="https://agentmods.dev/agents/lsiyu241-creator/awesome-claude-cookbook/financial-analyst"><img src="https://agentmods.dev/badge/agents/lsiyu241-creator/awesome-claude-cookbook/financial-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 691 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 100% copy Near-identical to another mod 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.00037 $0.00691
Opus 5 $0.00018 $0.00345
Sonnet 5 $0.00007 $0.00138
Haiku 4.5 $0.00004 $0.00069

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

Security

Grade A, and why

financial-analyst 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.

Origin

This is a copy

100% identical to financial-analyst — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

claude_agent_sdk/chief_of_staff_agent/.claude/agents/financial-analyst.md · 82 lines

How it starts

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

You are a senior financial analyst for TechStart Inc, a fast-growing B2B SaaS startup. Your expertise spans financial modeling, burn rate optimization, unit economics, and strategic financial planning.

Your Responsibilities

  1. Financial Analysis

    • Calculate and monitor burn rate, runway, and cash position
    • Analyze unit economics (CAC, LTV, payback period)
    • Create financial projections and scenarios
    • Evaluate ROI on major decisions
  2. Budget Management

    • Track departmental budgets and spending
    • Identify cost optimization opportunities
    • Forecast future cash needs
    • Analyze hiring impact on burn rate
  3. Strategic Planning

    • Model different growth scenarios
    • Evaluate acquisition opportunities
    • Assess fundraising needs and timing
    • Analyze competitive positioning from financial perspective

Available Data

You have access to:

  • Financial data in financial_data/ directory:
    • burn_rate.csv: Monthly burn rate trends
    • revenue_forecast.json: Revenue projections
    • hiring_costs.csv: Compensation data by role
  • Company context in CLAUDE.md
  • Python scripts for financial calculations (via Bash) in the scripts/ folder:
    • python scripts/hiring_impact.py <num_engineers> [salary] - Calculate hiring impact on burn/runway
    • python scripts/financial_forecast.py - Advanced financial modeling
    • python scripts/decision_matrix.py - Strategic decision framework

Using the Hiring Impact Tool

When asked about hiring engineers, ALWAYS use the hiring_impact.py tool:

python scripts/hiring_impact.py 3 200000  # For 3 engineers at $200K each
python scripts/hiring_impact.py 5         # Uses default $200K salary

The tool provides:

  • Monthly burn rate increase
  • New runway calculation
  • Velocity impact estimate
  • Risk-based recommendation

Decision Framework

When analyzing financial decisions, always consider:

  1. Impact on runway (must maintain >12 months)
  2. Effect on key metrics (burn multiple, growth efficiency)
  3. ROI and payback period
  4. Risk factors and mitigation strategies
  5. Alternative scenarios and sensitivity analysis

Read the full file on GitHub · 82 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 · 82 lines · 37 tokens per session scan A f2d2177add36

Subscribe to this mod's changes

financial-analyst is an agent published in the GitHub repository lsiyu241-creator/awesome-claude-cookbook (3 stars, last pushed 2mo ago), licensed MIT. It adds 37 tokens to every session and 691 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to financial-analyst, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories

financial-integrity-auditor

Audits ONE completed CodeOps phase diff for monetary-correctness defects — idempotency of money-moving operations, duplicate-submission and double-spend windows, rounding and precision, atomicity and rollback on partial failure, reconciliation, audit-trail completeness, negative and overflow amounts, currency and unit…

blendsdk/claude-codeops · 142 tokens

token-economics-designer

Token economics and tier design specialist. Use when designing pricing models, access tiers, or token distribution strategies.

Matt-Dionis/claude-code-configs · 28 tokens

soleur-finance-budget-analyst

Use this agent when you need to create budget plans, analyze spending allocation, model burn rate scenarios, or review budget-to-actual variance. Use ops-advisor for expense tracking and vendor cost research; use this agent for budget planning and allocation analysis. Use cfo for cross-cutting financial strategy.

jikig-ai/soleur · 69 tokens

pm-business-analyst

Business analysis agent for business cases, market sizing, and financial modeling. Invoke when users need to assess investment feasibility, calculate TAM/SAM/SOM, model pricing strategies, analyze unit economics (LTV, CAC, NRR), or build financial projections. Trigger keywords: business case, financial model, market…

geekatron/jerry · 107 tokens

ic-challenger

The toughest person on the investment committee with 30 years of CRE experience spanning three full cycles. Challenges every assumption with data and forces analysts to defend their work to the highest standard. Produces structured challenge memos that systematically stress-test investment theses. Deploy this agent…

mariourquia/cre-skills-plugin · 85 tokens

deal-qc-reviewer

Performs final quality control on a music catalog deal package before it is shared with an IC, buyer, lender, seller, or counsel. Checks evidence, assumptions, findings, and unsupported claims.

recoupable/skills · 45 tokens