hermes-skill-kit
NewCLI to author, validate, and convert skills for the Nous Research Hermes Agent (SKILL.md) — lint, scaffold, and convert agentskills.io/Claude skills.
Summary
md format).
- io or Claude skill formats, streamlining skill development and ensuring compatibility.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/hermes-skill-kit.md https://raw.githubusercontent.com/nord342/hermes-skill-kit/main/SKILL.md/hermes-skill-kitUse Cases
Usage Examples
/hermes-skill-kit scaffold my-skill --description 'A skill for data analysis'
/hermes-skill-kit lint path/to/SKILL.md
/hermes-skill-kit convert --from claude --to hermes path/to/claude-skill.json
Security Audits
Frequently Asked Questions
What is hermes-skill-kit?
The hermes-skill-kit CLI helps developers author, validate, and convert skills for the Nous Research Hermes Agent (SKILL.md format). It provides linting, scaffolding, and conversion from agentskills.io or Claude skill formats, streamlining skill development and ensuring compatibility.
How to install hermes-skill-kit?
To install hermes-skill-kit: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/hermes-skill-kit.md https://raw.githubusercontent.com/nord342/hermes-skill-kit/main/SKILL.md. Finally, /hermes-skill-kit in Claude Code.
What is hermes-skill-kit best for?
hermes-skill-kit is a skill categorized under General. It is designed for: agent. Created by nord342.
What can I use hermes-skill-kit for?
hermes-skill-kit is useful for: Scaffold a new Hermes Agent skill from a template to quickly start development.; Lint an existing SKILL.md file to catch formatting errors and ensure compliance with the Hermes Agent spec.; Convert a Claude Code skill (from agentskills.io or custom) into the Hermes Agent SKILL.md format.; Validate a skill's metadata and structure before publishing or deploying to an agent.; Batch convert multiple skills from one format to another for migration or integration.; Generate a skill manifest automatically from a set of skill definitions..