hermes-agent/website/docs/user-guide/features
Teknium 6e0f4e381b
Inspired by Poke: hermes recipe — shareable setup bundles (export/preview/install)
Poke Recipes (poke.com/docs/creating-recipes) let users share their whole
agent setup — automations + integrations + a starter prompt — as one
installable link. This ports the sharing half to Hermes as a CLI command
with a self-hosted, security-first design:

- hermes recipe export: bundles selected cron jobs, remote MCP servers,
  skill references, and a starter prompt into one YAML file. All
  credentials (headers/env/api keys) are stripped and recorded by NAME in
  required_secrets; script-backed jobs and stdio MCP servers are refused.
- hermes recipe show <file|url>: preview without installing.
- hermes recipe install <file|url>: consent-first — full preview +
  confirmation, cron jobs created PAUSED by default (--enable to opt in),
  MCP servers merged without overwriting existing entries and validated
  through the SSRF guard, skills suggested via the normal hub flow.

Zero model-tool footprint (CLI command + docs per the footprint ladder).
20 unit tests + E2E round-trip (export from one HERMES_HOME, install into
a fresh one; secret-leak assertion on the dumped YAML).
2026-08-09 18:12:08 -07:00
..
_category_.json
acp.md
api-server.md fix(api-server): mark replayed tool calls completed in Responses output items 2026-08-08 05:22:02 -07:00
batch-processing.md
browser.md docs: DX sweep — 7 verified-absent documentation items 2026-08-07 08:58:08 -07:00
built-in-plugins.md
code-execution.md
codex-app-server-runtime.md
computer-use.md
context-files.md Port from superagent-ai/grok-cli: directory-chain AGENTS.md loading 2026-08-08 04:31:45 -07:00
context-references.md
credential-pools.md
cron.md
curator.md
delegation.md
deliverable-mode.md
document-extraction.md feat(read_extract): label each unreadable PDF gap with its preceding section text 2026-08-08 05:51:33 -07:00
extending-the-dashboard.md
fallback-providers.md
goals.md
heartbeat.md
honcho.md
hooks.md docs: preserve observer version compatibility 2026-08-09 01:30:33 -07:00
image-generation.md feat(media): default-on upscaling for sub-2MP image models (FAL + Krea) 2026-08-08 14:49:28 -07:00
kanban-tutorial.md
kanban-worker-lanes.md
kanban.md feat(kanban,mcp): orphaned-card reconciliation + per-server MCP identity header 2026-08-07 08:58:20 -07:00
lsp.md
mcp.md Inspired by Cursor: MCP config context variables (${userHome}, ${workspaceFolder}, ...) 2026-08-08 03:57:00 -07:00
memory-providers.md
memory.md
mixture-of-agents.md
overview.md
personality.md fix(personality): single-owner personality state + one-time reset migration 2026-08-09 10:33:58 -07:00
pets.md
plugins.md docs(plugins): catalog shipped hook contracts 2026-08-09 01:30:33 -07:00
provider-routing.md
recipes.md Inspired by Poke: hermes recipe — shareable setup bundles (export/preview/install) 2026-08-09 18:12:08 -07:00
skills.md
skins.md
spotify.md
subscription-proxy.md
tool-gateway.md
tool-search.md
tools.md docs: DX sweep — 7 verified-absent documentation items 2026-08-07 08:58:08 -07:00
tts.md fix(tts): split long speech by provider and platform limits 2026-08-08 22:54:20 +05:30
vision.md
voice-mode.md
wake-word.md
web-dashboard.md fix(sessions): prevent oversized transcripts from exhausting memory 2026-08-08 13:36:08 +05:30
web-search.md
x-search.md