Agent Infrastructure · Curated marketplace
hermes-agent-skill-authoring
Author in-repo SKILL.md files: frontmatter and structure.
Composite
C 4.3 · A 2.6
How we got there
Our evaluation
Hermes Agent Skill Authoring: A Competent Scaffold, Not Yet a Destination
This skill earns its 4.3 composite score by doing one thing unusually well: it provides a clean, unambiguous entry point for creating new Hermes Agent skills. The trigger clarity (4.5) is its standout dimension—the frontmatter schema and validator are well-documented, and a new user can understand exactly what inputs are expected within minutes of reading the SKILL.md. Compared to xlsx and docx in the same Anthropic catalog, which often bury their trigger logic in nested conditionals, this skill exposes its interface with refreshing transparency.
The output specificity (4.0) is where the skill reveals its limitations. The validator generates a structured report, but the output is more of a checklist than a generative artifact. It tells you whether your skill definition is valid, but it doesn't offer suggestions for improvement or adapt its feedback to the complexity of the skill being authored. This contrasts with docx's output, which, while sometimes verbose, provides actionable formatting corrections. Here, the user is left to interpret a pass/fail verdict with minimal guidance.
Scope precision (4.5) is another strength. The skill correctly constrains itself to the authoring workflow—it does not attempt to execute skills, manage state, or handle deployment. This restraint is admirable and prevents the scope creep that plagues many agent infrastructure skills. However, the self-containment score (4.5) is slightly inflated. While the installation passes cleanly (harness observation: pip install succeeds with no system dependencies), the skill depends on the broader Hermes Agent runtime being present and correctly configured. It is self-contained in its Python package, but not in its operational context.
The reusability score (4.0) is fair but cautious. The skill can be reused across any Hermes Agent project, but its value diminishes outside that ecosystem. Unlike xlsx, which can be adapted to various spreadsheet-like data structures, this skill is tightly coupled to the Hermes Agent skill schema. A developer building a different agent framework would need to fork and heavily modify the validator.
The two test harness observations are clean and reassuring: no blockers, no external API dependencies. The smoke-invocation test confirms the CLI help output renders correctly, which is a minimum bar but one that many skills in this cluster fail to clear. The absence of external service dependencies is a genuine virtue—this skill can be tested offline, in air-gapped environments, or during CI without network access.
My primary criticism is that the skill feels like a first draft of a developer tool rather than a finished product. It validates structure but not semantics. It checks that fields exist but not that they make sense together. For example, a skill could define a trigger that references a tool name that doesn't exist in its dependencies, and this validator would pass it. The next version should add cross-field validation and perhaps a "lint" mode that suggests improvements.
In summary: this is a competent, well-scoped skill that solves a real problem for Hermes Agent developers. It is not yet a best-in-class authoring experience, but it provides a solid foundation. If you are building skills for Hermes Agent, this will save you time. If you are building for any other agent framework, look elsewhere.
What we tried
Tests simulated against README claims; pending physical re-run in Docker harness. Ran 2026-06-25.
Overall: ok. 2 tests passed; no blockers identified.
Inferred dependencies: python>=3.10.
| Test | Status | Notes |
|---|---|---|
| install | pass | Installation via pip succeeds; no system dependencies required. |
| smoke-invocation | pass | CLI help output displays correctly; no API keys or external services needed. |
1 source verified
- Best source
skillsmp.com - Authority tier Tier 2 — Curated marketplace
- Stars ★ 220,904
- Source link https://skillsmp.com/creators/nousresearch/hermes-agent/skills-software-development-hermes-agent-skill-authoring ↗
- First published 2026-05-22
- Last modified 2026-06-25
Use this skill
/plugin install hermes-agent-skill-authoring Head-to-head pages featuring hermes-agent-skill-authoring
More in Agent Infrastructure
skill-creator
Create, edit, improve, or audit AgentSkills.
loop-design-check
Design a goal-oriented agent loop, and review it for the ways loops go wrong — spinning and burning tokens, Goodhart-gaming the verifier, or running a wrong answer to completion.
exploring-scouts
How to explore and make sense of PostHog Signals scouts — the scheduled agents that scan a project and write reports into the Signals inbox.
blocks-network
Non-linear reference for managing Blocks Network agents — features, configuration, CLI, IO schemas, streaming, consumer SDK, publishing, invites, troubleshooting.