From 46cc0345ae8ac2972dc9052bea4a3154013ac00a Mon Sep 17 00:00:00 2001 From: skyc1e Date: Sun, 14 Jun 2026 19:51:08 +0200 Subject: [PATCH] docs(skills): add hermes-agent verification rule --- skills/autonomous-ai-agents/hermes-agent/SKILL.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/skills/autonomous-ai-agents/hermes-agent/SKILL.md b/skills/autonomous-ai-agents/hermes-agent/SKILL.md index d02ac7933cb..c6ef2f81059 100644 --- a/skills/autonomous-ai-agents/hermes-agent/SKILL.md +++ b/skills/autonomous-ai-agents/hermes-agent/SKILL.md @@ -31,6 +31,16 @@ People use Hermes for software development, research, system administration, dat **Docs:** https://hermes-agent.nousresearch.com/docs/ +## Scope & Verification + +This skill is a concise operating guide, not the complete source of truth for every Hermes feature. If a Hermes feature, command, or setting is not mentioned here, do not treat that absence as evidence that it does not exist. Check the live repository and official docs before giving a negative answer. + +Good verification targets: + +- CLI commands: `hermes --help`, `hermes --help`, and `hermes_cli/main.py` +- User documentation: https://hermes-agent.nousresearch.com/docs/ +- Source tree: https://github.com/NousResearch/hermes-agent + ## Quick Start ```bash