Parse an investor or client onboarding packet into structured KYC fields — identity, ownership, control, source of funds, and document inventory. Use as the first step of KYC screening; output feeds the rules engine.
Apply the firm's KYC/AML rules grid to a parsed onboarding record — assign a risk rating, list every rule outcome with the rule cited, and flag what's missing or escalation-worthy. Use after kyc-doc-parse; this skill decides nothing, it scores and routes.
Produce a .xlsx file on disk (headless) instead of driving a live Excel workbook — for managed-agent sessions with no open Office app.
A collection of Pi agent skills for financial services professionals, adapted from Anthropic's financial-services project.
⚠️ Note: This is not a pure copy. Skills have been adapted for the Pi agent ecosystem with proper
SKILL.mdformatting, pi package manifest, and workspace installation support.
| Category | Skills |
|---|---|
| Investment Banking | Pitch decks, teasers, CIMs, deal tracking, M&A modeling |
| Equity Research | DCF, comps, LBO, sector analysis, earnings reports |
| Fixed Income | Swap curves, bond analysis, FX carry, options vol |
| Private Equity | IC memos, portfolio monitoring, returns analysis |
| Wealth Management | Investment proposals, client reports, rebalancing |
| Accounting | GL reconciliation, accruals, variance commentary |
| Compliance | KYC document parsing, AML rules |
# Install as workspace package (recommended for teams)
pi install npm:@hcchang/pi-financial-services -l
# Or global
pi install npm:@hcchang/pi-financial-services
Simply ask naturally:
Skills are organized in plugins/:
partner-built/ - LSEG, S&P Global data connectorsvertical-plugins/ - Core skills by vertical (IB, ER, PE, WM, etc.)Originally created by Anthropic. Adapted for Pi agent by @hcchang.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub changhochien/pi-financial-services --plugin kyc-screenerBriefing pack before every client meeting
Equity research tools: earnings analysis, initiating coverage reports, and research workflows
Core financial modeling and analysis tools: DCF, comps, LBO, 3-statement models, competitive analysis, and deck QC
Fund administration and finance ops skills: GL reconciliation, break tracing, accruals, roll-forwards, variance commentary, NAV tie-out
Earnings call and filings to model update to note draft
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
Make your AI agent code with your project's architecture, rules, and decisions.