Skip to main content

Bundled Skills

Skills live in plugin/hbo-plugin/skills/ and register via ctx.register_skill(name, path) in the plugin entry point.

Hermes namespaces them as hbo-plugin:<skill-name>.

15 bundled skills in the plugin. Each profile distribution also ships one profile-local playbook (3 total — see Profiles).

Workflow skills

SkillUsed byGuides Hermes to
sales-opsSales Ops profileRun inbound_sales, detect signals, manage follow-ups
growth-opsGrowth profileRun outbound_growth, score leads, plan outreach
ops-leadOps Lead profileRun daily_ops_briefing, prioritize actions and signals
local-demoAll profilesLocal JSON demo data workflows without external APIs

Typical tool chain

hbo_get_workspace → hbo_detect_signals → hbo_run_workflow → hbo_list_actions
→ hbo_approve_action → hbo_execute_action (external effects only when intended)

Infrastructure

SkillPurpose
plugin-managerInstall, sync, verify, and repair HBO Plugin setup

Bridge skill

SkillPurpose
composioConnect Gmail, Slack, GitHub, CRM, and 1000+ apps via Composio CLI

Live execution requires Composio setup. See Composio CLI.

SkillPurpose
nvidia-nemoclaw-setupDeploy HBO on NemoClaw / NemoHermes runtime
stripe-link-cliMock approved spend demo via Stripe Link CLI

MVP works without these — no credentials required.

Extensibility skills

SkillPurpose
demo-tourGuided onboarding of dashboard pages and approval loop
health-checkWorkspace health audit (signals, bridge, workflows)
export-reportCSV leads export and activity summaries
connect-sourceOnboard Composio data sources into HBO
search-leadsPreview external lead search before import
create-agentScaffold custom profile from profiles/_template/
customizeAdmin guide for MVP customization limits

Profile-local playbooks

Each profile distribution includes a playbook under profiles/*/skills/:

PlaybookProfile
sales-ops-playbookSales Ops Agent
growth-playbookGrowth Agent
ops-lead-playbookOps Lead Agent

Adding skills

  1. Create plugin/hbo-plugin/skills/<name>/SKILL.md
  2. Register in __init__.py with ctx.register_skill
  3. Update plugin/hbo-plugin/package-stats.yaml and run ./scripts/check-doc-counts.sh
  4. Reference from profile distribution.yaml if needed
  • Plugin — tools skills invoke
  • Profiles — which skills each agent uses