Install
openclaw skills install hermes-agent-v2NousResearch Hermes Agent CLI integration. Core capabilities: - Self-improving skill system - Persistent memory (FTS5 + LLM summaries) - Sub-agent delegation - MCP integration - Browser automation - Code execution
openclaw skills install hermes-agent-v2Call NousResearch Hermes Agent via CLI.
Hermes CLI must be installed. See https://github.com/NousResearch/hermes-agent for installation.
hermes run "your question" --non-interactive --no-stream
hermes run "question" --context-file ./ctx.md --non-interactive
hermes run "use delegate_task to: research topic" --non-interactive --no-stream
hermes memory search "keyword"
hermes memory notes list
hermes memory notes add "note content"
hermes skills list
hermes skills create "name" --description "desc"
hermes status
hermes doctor
Edit ~/.hermes/.env to set your LLM provider key.
Edit ~/.hermes/config.yaml to set model and provider.
This skill only invokes hermes CLI commands. No direct file operations.
Hermes Agent operates within ~/.hermes/ only.