ClaudeMap

Claude for Financial Advisors

Anthropic's official Claude Cowork plugin for financial advisors — eight ready-to-run compliance-aware workflows over the firm's own connectors.

Plugins & Agentsofficialpluginfinancecoworkconnectors

A plugin from Anthropic that gives financial advisors ready-to-run workflows for Claude Cowork drawing live data from the tools their firm already uses via third-party connectors. The plugin is a set of skills written as plain instructions (Markdown and JSON); it holds no client data — when an advisor runs a skill, Claude pulls what it needs from the connected systems, and every action that writes back to an external system (CRM updates, client drafts) pauses for explicit advisor approval. Eight skills cover the advisory loop: /onboarding (learns the firm, priorities and tech stack), /pre-meeting (client review prep doc with snapshot, relationship signals, portfolio review and agenda), /post-meeting (turns a transcript into a CRM note), /compliance (pre-checks client-facing material against SEC Marketing Rule, antifraud, books-and-records and Reg BI, producing a findings table, suggested disclosures and a clean redraft), /prospect-intake, /portfolio-rebalance-review, /alts-brief and /estate-and-tax-brief. Nine connectors are live — Addepar, BlackRock, Envestnet Tamarac, iCapital, MoneyGuide, Orion Advisor Solutions, Wealthbox, Wealth.com and Zocks — with Schwab marked coming soon; every skill falls back to paste/upload when a system isn't connected.

What it does

  • Eight slash-command workflows covering onboarding, meeting prep and follow-up, compliance pre-checks, prospect intake, rebalance reviews, alternatives briefs and estate/tax cross-checks
  • Nine live connectors (Addepar, BlackRock, Envestnet Tamarac, iCapital, MoneyGuide, Orion Advisor Solutions, Wealthbox, Wealth.com, Zocks); Schwab coming soon; paste/upload fallback everywhere
  • Structural guardrails: file-parsing subagents are allowlisted to read-only tools; connector-reading subagents are denied shell, file-write and web tools; arithmetic runs in a shell that never sees document text
  • Every write to a client system pauses for advisor approval — Claude gathers, organizes and drafts; the advisor exercises judgment

When to use it

US-registered advisory firms that want Claude over their own portfolio, planning and CRM data without anything leaving the approval loop; also the reference design to fork for other vertical Cowork plugins.

Getting started

claude plugin marketplace add anthropics/claude-for-financial-advisors
claude plugin install claude-for-financial-advisors

Things to know

Apache-2.0. Anthropic labels it a reference implementation: not actively maintained or monitored, not accepting contributions. Some guardrails (advisor approval before writes) are enforced by the model following the instructions, not by the runtime — the README says so explicitly. Third-party content read by subagents should be treated as untrusted. For financial-professional use only; educational and operational support, not investment, legal or tax advice.

Repository

anthropics/claude-for-financial-advisors

Charted

Related on the map

  • CometixCode

    Plugin / Agent

    An unofficial Rust 1:1 reimplementation of the Claude Code terminal UI, ported file-for-file onto an iocraft TUI framework.

    • terminal-ui
    • rust
    • reimplementation
    • unofficial
  • Abide

    Plugin / Agent

    Hook-level enforcement for the natural-language rules in AGENTS.md and CLAUDE.md — every edit is judged and violations are repaired in the same turn.

    • hooks
    • code-review
    • rules
    • agents-md
  • fast-jev-compaction

    Plugin / Agent

    A Claude Code plugin that replaces the lossy compaction summary with Jev-scored pruning: stale tool calls are dropped, and everything kept stays verbatim.

    • plugin
    • context-management
    • compaction
    • function-hooks