Profile Distributions
Three Hermes agent profiles ship in profiles/. Each is installable via hermes profile install.

Profiles
| Profile | Directory | Focus |
|---|---|---|
| Sales Ops Agent | profiles/sales-ops-agent/ | Inbound sales, bot QA, conversation review, lead follow-ups |
| Growth Agent | profiles/growth-agent/ | Outbound leads, scoring, segments, outreach batches |
| Ops Lead Agent | profiles/ops-lead-agent/ | Daily briefing, prioritization, approval coordination |
Install
hermes profile install ./profiles/sales-ops-agent -y
hermes profile install ./profiles/growth-agent -y
hermes profile install ./profiles/ops-lead-agent -y
Or install all three via ./scripts/install-hbo.sh (includes profiles).
note
--alias on hermes profile install is a boolean flag (shell wrapper), not a profile name. Names come from each profile's distribution.yaml.
Package contents
Each profile directory includes:
| File | Purpose |
|---|---|
distribution.yaml | Hermes profile manifest |
SOUL.md | Agent identity and behavior |
config.yaml | Model and tool configuration |
README.md | Profile-specific notes |
Role in the operating loop
| Profile | Workflow | Typical outputs |
|---|---|---|
| Sales Ops | inbound_sales | Bot QA signals, conversation review actions, follow-up tasks |
| Growth | outbound_growth | Lead scores, outreach batch, draft outreach proposals |
| Ops Lead | daily_ops_briefing | Priorities, risks, pending approval summary |
All three share the same HBO Plugin workspace state and appear on the dashboard Agents page.
Skills used
Profiles reference HBO bundled skills:
- Sales Ops →
sales-ops - Growth →
growth-ops - Ops Lead →
ops-lead
Add composio-cli when you need live external app execution.
Related
- How it works — how profiles fit the signal loop
- Skills — bundled skill reference