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
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill hermes-agent-v2 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hermes Agent V2?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-hermes-agent-v2)More formats (shields.io, HTML) on the badges page.
---
name: hermes-agent-v2
description: |
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
triggers:
- "使用 hermes"
- "调用 hermes"
- "hermes agent"
- "hermes run"
- "hermes delegate"
- "hermes memory"
- "hermes skills"
category: ai-agents
version: 2.1.0
requires_approval: false
security: |
This skill only calls the hermes CLI command. It does not read, write, or modify
any files outside of standard hermes operations (~/.hermes/).
Hermes Agent source: https://github.com/NousResearch/hermes-agent
---
# Hermes Agent Skill
Call [NousResearch Hermes Agent](https://github.com/NousResearch/hermes-agent) via CLI.
## Prerequisites
Hermes CLI must be installed. See https://github.com/NousResearch/hermes-agent for installation.
## Usage
### Quick Q&A
```bash
hermes run "your question" --non-interactive --no-stream
```
### With Context
```bash
hermes run "question" --context-file ./ctx.md --non-interactive
```
### Sub-agent Delegation
```bash
hermes run "use delegate_task to: research topic" --non-interactive --no-stream
```
### Memory
```bash
hermes memory search "keyword"
hermes memory notes list
hermes memory notes add "note content"
```
### Skills
```bash
hermes skills list
hermes skills create "name" --description "desc"
```
### Status
```bash
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.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!