skill-marketplace

Create, validate, and publish Hermes skills for the marketplace.

1|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/whichguy/hermes-skills-marketplace --skill skill-marketplace-whichguy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-marketplace
Source: https://github.com/whichguy/hermes-skills-marketplace/tree/main/skills/skill-marketplace
Command: npx skills add https://github.com/whichguy/hermes-skills-marketplace --skill skill-marketplace-whichguy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires hermes-agent, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill assists users in creating, validating, and publishing Hermes skills that are ready for the marketplace, ensuring proper config-code separation and adherence to marketplace standards.

Core Features & Use Cases

  • Skill Authoring: Provides a structured approach to creating new Hermes skills.
  • Validation: Offers a suite of tools to validate the quality and adherence to marketplace standards.
  • Publishing: Guides users through the process of publishing their skills to the marketplace.
  • Config-Code Separation: Enforces best practices for separating user-configurable settings from code logic.
  • Use Case: Ideal for developers and users who want to contribute their own skills to the Hermes ecosystem.

Quick Start

To create a new skill, run the following command:

hermes skill-marketplace create

Frequently Asked Questions about skill-marketplace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate a Hermes skill for marketplace publishing?

You can validate a Hermes skill for marketplace publishing by running the built-in validation tools provided by the skill-marketplace, which check for quality and adherence to marketplace standards.

What is config-code separation in Hermes skill authoring?

Config-code separation in Hermes skill authoring is the practice of isolating user-configurable settings from core code logic, enforced by the skill-marketplace to maintain clean architecture and marketplace compliance.

How do I create a new Hermes skill from scratch?

To create a new Hermes skill from scratch, run the command `hermes skill-marketplace create`, which provides a structured approach to authoring skills ready for the marketplace.

Do I need a Python environment to publish skills to the Hermes marketplace?

Yes, you need a Python environment and the Hermes Agent dependency installed to author, validate, and publish skills to the Hermes marketplace using the skill-marketplace tool.

What are the common limitations when authoring Hermes skills?

Limitations when authoring Hermes skills include the strict requirement for config-code separation and mandatory adherence to marketplace validation standards, which may restrict non-compliant code structures.

Can I use skill-marketplace to manage existing Hermes skills?

Yes, skill-marketplace utilizes Hermes built-in commands and tools for skill management, allowing you to validate and guide existing skills through the marketplace publishing process.