Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub chainstart/open-financial-agents --plugin gl-reconcilerAudit a spreadsheet for formula accuracy, errors, and common mistakes. Scopes to a selected range, a single sheet, or the entire model (including financial-model integrity checks like BS balance, cash tie-out, and logic sanity). Triggers on "audit this sheet", "check my formulas", "find formula errors", "QA this spreadsheet", "sanity check this", "debug model", "model check", "model won't balance", "something's off in my model", "model review".
Root-cause a reconciliation break to its source transaction or posting — follow the audit trail from the break row back to the originating entry on each side and state what differs and why. Use after gl-recon has classified a break.
Reconcile general ledger to subledger for a trade date or period — match at the position or transaction level, surface breaks, and classify each break by likely cause. Use for daily or month-end recon runs across asset classes.
Produce a .xlsx file on disk (headless) instead of driving a live Excel workbook — for managed-agent sessions with no open Office app.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
AI image generation Creative Director powered by Google Gemini Nano Banana models. Claude interprets intent, selects domain expertise, constructs optimized prompts, and orchestrates Gemini for best results.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Investment banking productivity tools: client and market insights, deck creation, financial analysis, and transaction management
Equity research tools: earnings analysis, initiating coverage reports, and research workflows
Private equity deal sourcing and workflow tools: company discovery, CRM integration, and founder outreach
Wealth management and financial advisory tools: client reviews, financial planning, portfolio analysis, and client reporting
Core financial modeling and analysis tools: DCF, comps, LBO, 3-statement models, competitive analysis, and deck QC
Reference agents, skills, and data connectors for financial-services workflows: investment banking, equity research, private equity, and wealth management.
This repository is based on Anthropic's Claude financial-services / Claude Code plugin templates. Most of the original agent, plugin, skill, connector, and managed-agent cookbook files are preserved so the Claude-specific workflows still work. This fork adds a model-neutral runtime so the same financial agent templates can also be called through OpenAI-compatible APIs, Anthropic Messages API, or LiteLLM. See UNIVERSAL_LLM.md.
Current delta from upstream anthropics/financial-services:
Add universal LLM financial agents runtime.universal_financial_agents/, scripts/run-universal-agent.py,
scripts/free-finance-mcp.py, requirements-universal.txt, tests, and
example reports.Everything here is available two ways from one source: install it as a Claude Cowork plugin, or deploy it through the Claude Managed Agents API behind your own workflow engine. Same system prompt, same skills — you choose where it runs.
[!IMPORTANT] Nothing in this repository constitutes investment, legal, tax, or accounting advice. These agents draft analyst work product — models, memos, research notes, reconciliations — for review by a qualified professional. They do not make investment recommendations, execute transactions, bind risk, post to a ledger, or approve onboarding; every output is staged for human sign-off. You are responsible for verifying outputs and for compliance with the laws and regulations that apply to your firm.
What's in the repo:
/v1/agents./comps, /dcf, /earnings and the connectors without a full agent.Each agent is named for the workflow it runs. They're starting points: install the ones that match your work, then tune the prompts, skills, and connectors to how your firm does it.
Each agent plugin is self-contained — it bundles the skills it uses, so installing the agent is all you need.
| Function | Agent | What it does |
|---|---|---|
| Coverage & advisory | Pitch Agent | Comps, precedents, LBO → branded pitch deck, end to end |
| Meeting Prep Agent | Briefing pack before every client meeting | |
| Research & modeling | Market Researcher | Sector or theme → industry overview, competitive landscape, peer comps, ideas shortlist |
| Earnings Reviewer | Earnings call + filings → model update → note draft | |
| Model Builder | DCF, LBO, 3-statement, comps — live in Excel | |
| Fund admin & finance ops | Valuation Reviewer | Ingests GP packages, runs valuation template, stages LP reporting |
| GL Reconciler | Finds breaks, traces root cause, routes for sign-off | |
| Month-End Closer | Accruals, roll-forwards, variance commentary | |
| Statement Auditor | Audits LP statements before distribution | |
| Operations & onboarding | KYC Screener | Parses onboarding docs, runs the rules engine, flags gaps |
For Managed Agent deployment — agent.yaml, leaf-worker subagents, steering-event examples, and per-agent security notes — see managed-agent-cookbooks/.