Installable Hermes Agent profile distribution for financial-services workflows: investment banking, equity research, private equity, wealth management, fund administration, accounting operations, KYC, GL reconciliation, institutional modeling, and partner-data workflows.
hermes profile install https://github.com/Changhochien/financial-services-hermes --name financial-services --yesStart Hermes with the profile:
hermes -p financial-servicesOr make it your default profile:
hermes profile use financial-services- 66 domain and partner skills converted from
pi-financial-services - 47 command-style Hermes skills converted from Cowork slash commands (
/skill fsi-command-dcf,/skill fsi-command-comps, etc.) - 10 named-agent workflow skills (
pitch-agent,market-researcher,earnings-reviewer, etc.) - Financial-services
SOUL.mdwith data-source priority, compliance guardrails, and output quality standards mcp.jsonplusconfig.yamlentries for institutional data MCP servers- Validation scripts and reference docs
/skill pitch-agent
/skill market-researcher
/skill earnings-reviewer
/skill model-builder
/skill gl-reconciler
/skill fsi-command-dcf
/skill fsi-command-comps
/skill fsi-command-earnings
/skill fsi-command-ic-memo
Natural language works too:
Build a DCF for AAPL using the financial-services profile.
Prepare a market-research briefing for GLP-1 supply chain beneficiaries.
Use the pitch-agent workflow to draft a sponsor sell-side pitch outline.
Run a GL reconciliation workflow on this workbook and stage breaks for review.
The profile installs with MCP servers listed but disabled by default so it works on machines without paid data subscriptions. To enable data connectors:
- Copy the generated profile env example:
cp ~/.hermes/profiles/financial-services/.env.EXAMPLE ~/.hermes/profiles/financial-services/.env
- Fill in the API keys you have.
- Edit
~/.hermes/profiles/financial-services/config.yamland setenabled: truefor the MCP servers you want. - Restart Hermes or run
/reload-mcpin a fresh session.
hermes profile update financial-services --yesHermes preserves user-owned profile data on update: .env, memories, sessions, logs, plans, workspace, auth, and local customizations.
python3 scripts/check.pyThis profile drafts financial-services work product for human review. It does not provide investment, legal, tax, accounting, fiduciary, or compliance advice and must not be used to execute trades, move money, post ledgers, approve onboarding, or contact clients without qualified human authorization.