Skip to main content

Hermes Plugin

Package: plugin/hbo-plugin/

The plugin registers 19 HBO tools (hbo_*), 15 bundled skills, business rules, and file-backed workspace state. Entry point: register(ctx) in __init__.py.

Canonical counts: plugin/hbo-plugin/package-stats.yaml.

Tool reference

ToolDescription
hbo_get_workspaceWorkspace summary — pending actions, open signals, agent count
hbo_list_agentsConfigured agent profiles and recent activity
hbo_list_workflowsAvailable built-in workflows
hbo_run_workflowRun inbound_sales, outbound_growth, or daily_ops_briefing
hbo_list_leadsLeads and prospects in the workspace
hbo_detect_signalsList open business signals
hbo_list_actionsAction proposals (optional status filter)
hbo_approve_actionApprove a pending action — writes audit event
hbo_reject_actionReject a pending action — writes audit event
hbo_execute_actionExecute an approved action externally (e.g. Composio Gmail)
hbo_generate_briefingGenerate daily ops briefing
hbo_list_audit_eventsAudit log entries
hbo_load_demo_dataReset demo data from bundled seed
hbo_import_leads_from_sheetsImport leads via Composio Google Sheets
hbo_send_approval_emailSend email for approved action or explicit recipient
hbo_get_bridge_statusTool bridge status (local + Composio)
hbo_set_bridge_modeSet bridge mode: local-demo, composio, hybrid
hbo_get_business_contextBusiness context for agent prompts
hbo_sync_sales_sourcesSales source sync (cron-aligned import)

Approval flow

pending → approve → approved → execute → executed | failed
reject → rejected

Approve records intent. Execute triggers external effects only when bridge mode allows.

Workflows

NameOutput
inbound_salesBot QA flags, signals, follow-up action proposals
outbound_growthLead scores, segments, outreach batch, outreach proposals
daily_ops_briefingPriorities, risks, pending approvals, recommended actions

State

state.py reads and writes JSON workspace files under data/business-ops-demo/.

Skills registered

SkillCategoryPurpose
sales-opsWorkflowInbound workflow guidance
growth-opsWorkflowOutbound workflow guidance
ops-leadWorkflowBriefing and coordination
local-demoWorkflowLocal demo data workflows
plugin-managerInfrastructureInstall, sync, verify, repair
composioBridgeExternal app bridge
nvidia-nemoclaw-setupSponsorOptional NemoClaw deployment
stripe-link-cliSponsorOptional mock spend demo
demo-tourExtensibilityDashboard onboarding tour
health-checkExtensibilityWorkspace health audit
export-reportExtensibilityCSV export and summaries
connect-sourceExtensibilityComposio source onboarding
search-leadsExtensibilityExternal lead search preview
create-agentExtensibilityCustom profile scaffold
customizeExtensibilityMVP customization guide

Skills are namespaced as hbo-plugin:<skill> in Hermes. See Skills for full detail.