by asimons81
Field-tested, open-source skills for Hermes Agent.
# Add to your Claude Code skills
git clone https://github.com/asimons81/hermes-field-kitGuides for using ai agents skills like hermes-field-kit.
hermes-field-kit is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by asimons81. Field-tested, open-source skills for Hermes Agent. It has 64 GitHub stars.
hermes-field-kit's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/asimons81/hermes-field-kit" and add it to your Claude Code skills directory (see the Installation section above).
hermes-field-kit is primarily written in Python. It is open-source under asimons81 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh hermes-field-kit against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Field-tested, open-source skills for Hermes Agent.
Tags: hermes-agent · hermes-ai · ai-agents · agent-skills · developer-tools · automation · open-source · tonysimons_
Hermes Field Kit is a curated collection of reusable workflows that have earned their place through real, repeated use. It is intentionally not a bulk skill dump.
Version 1.0.1 is the current corrective release with thirteen field-tested skills.
The catalog includes private-by-default analytics, source-locked writing, and an operational Field Kit organized around:
inspect -> diagnose -> recover -> migrate -> verify
The repository applies the same admission rule to every future skill.
A skill belongs here only when all three statements are true:
Generated filler, speculative prompts, thin wrappers, and untested skill bundles do not qualify.
SKILL.mdskills/<skill-name>/See the skill specification for the complete contract.
skills/<skill-name>/ Published tap-discoverable skills
catalog.json Machine-readable index and category metadata
templates/skill-template/ Nonfunctional authoring scaffold
schemas/ Machine-readable catalog and test schemas
scripts/validate.py Dependency-free repository validator
scripts/validate_release_wave.py Published-skill and public-tree hardening validator
tests/ Validator contract tests
docs/ Installation, design, testing, and release policy
.github/ Contribution forms, dependency updates, and CI
The skills/ directory contains tap-discoverable published skills and its explanatory README.
hermes-environment-migration: Safely migrate Hermes environments with staged archives, integrity manifests, secret separation, selective imports, verification, and rollback.hermes-gateway-doctor: Diagnose gateway failures from real process, adapter, credential-posture, log, delivery, and persistence evidence without automatic repair.hermes-profile-audit: Compare a profile’s declared responsibilities with its actual tools, skills, persistence, access, and observed behavior without rewriting it.hermes-skill-audit: Audit global and profile-local skills for dependencies, frontmatter, usage integrity, cron references, duplicates, and upstream drift.hermes-stack-doctor: Discover the installation architecture, delegate to focused evidence contracts, and report a GREEN, YELLOW, or RED stack verdict without repairs.hermes-token-audit: Audit token usage and cost with live schema discovery, aggregate-first privacy, and clear separation between estimates and provider billing.hermes-update-doctor: Investigate update failures by separating remote drift, repository divergence, process locks, stale caches, partial installs, and runtime mismatches.interview-me: Ask one high-value question at a time, inspect available sources before questioning, and stop when more questions would not change the next action.oss-tool-trust-audit: Read source and release machinery, treat popularity as context rather than proof, and separate technical legitimacy from adoption fit.pre-build-feature-audit: Run a read-only duplicate check across source, history, branches, issues, pull requests, roadmaps, and contributor guidance.repo-readiness-audit: Determine whether a Git repository is ready for development, release, handoff, or contribution using independent evidence from repository and collaboration surfaces.x-analytics-import: Validate, normalize, import, and compare X Analytics CSV exports through a repeatable private-by-default workflow.x-post-writer: Draft, rewrite, and repurpose short-form X content with source fidelity, format routing, and claim verification.Read Design Principles for the reasoning behind these rules.
Install any published skill by its repository-qualified identifier:
hermes skills inspect asimons81/hermes-field-kit/hermes-stack-doctor
hermes skills install asimons81/hermes-field-kit/hermes-stack-doctor --yes
In the Hermes v0.19.0 validation environment, this identifier resolved through the skills.sh registry. Custom tap registration succeeded, but tap-backed search did not return the skill, so tap search is not claimed as supported in this release.
Replace hermes-stack-doctor with any name from the published-skills list. Start a new Hermes session after installation because discovery may be cached for the lifetime of an existing session.
See Installation for inspection, installation, update behavior, removal, manual installation, and platform paths.
python scripts/validate.py
python -m unittest discover -s tests -v
python scripts/validate_release_wave.py
The repository validator checks tap layout, catalog agreement, frontmatter, behavior cases, supporting paths, JSON validity, and common secret patterns. The hardening validator runs contract tests for every published skill, runs bundle validators where supplied, parses every Python file, checks relative Markdown links, rejects generated artifacts, and scans the public tree for private or credential-bearing material.
Start with CONTRIBUTING.md. New skill proposals use the dedicated GitHub issue form and must include evidence of real use without exposing private information.
The repository and catalog use Semantic Versioning. Individual skills carry their own SemVer version in SKILL.md. No release tag will be created solely for the scaffold.
See Release Process and Compatibility.
Never submit API keys, session tokens, private analytics exports, customer data, unpublished credentials, or personal configuration. Report suspected exposure privately as described in SECURITY.md.
This is an independent community repository for skills compatible with Hermes Agent. It is not an official Nous Research repository and does not imply endorsement.
Apache License 2.0. See LICENSE.