Hermes Agent Skill

Prompts

NousResearch Hermes Agent CLI integration. Core capabilities: - Self-improving skill system - Persistent memory (FTS5 + LLM summaries) - Sub-agent delegation - MCP integration - Browser automation - Code execution

Install

openclaw skills install hermes-agent-v2

Hermes Agent Skill

Call NousResearch Hermes Agent via CLI.

Prerequisites

Hermes CLI must be installed. See https://github.com/NousResearch/hermes-agent for installation.

Usage

Quick Q&A

hermes run "your question" --non-interactive --no-stream

With Context

hermes run "question" --context-file ./ctx.md --non-interactive

Sub-agent Delegation

hermes run "use delegate_task to: research topic" --non-interactive --no-stream

Memory

hermes memory search "keyword"
hermes memory notes list
hermes memory notes add "note content"

Skills

hermes skills list
hermes skills create "name" --description "desc"

Status

hermes status
hermes doctor

Configuration

Edit ~/.hermes/.env to set your LLM provider key. Edit ~/.hermes/config.yaml to set model and provider.

File Access Scope

This skill only invokes hermes CLI commands. No direct file operations. Hermes Agent operates within ~/.hermes/ only.