community-skills-marketplace

Design secure Hermes community skills marketplaces with YAML frontmatter discovery and provenance-aware workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you design and run a trustworthy Hermes community skills marketplace without turning the catalog into a confusing dump of files or accidentally exposing unsafe content.

Core Features & Use Cases

  • Curated marketplace UX: Creates a skills.sh-style browsing and installation experience with clear hierarchy and fast discovery.
  • Provenance and attribution discipline: Surfaces proven skills first while keeping creator attribution accurate and visible.
  • Security-first content handling: Treats community skill submissions as untrusted input and validates them for malformed metadata and risky patterns.
  • Community vs Hermes-managed split: Separates community content from Hermes-managed catalog surfaces so the user can reason about origin and trust.
  • Mobile-responsive catalog rendering: Applies a table-to-card pattern using data-label attributes for reliable labels across different catalog schemas.

Quick Start

Use the community-skills-marketplace skill to review and improve your Hermes skills directory workflow so the marketplace UI, provenance rules, and security checks align with a safe public catalog.

Frequently Asked Questions about community-skills-marketplace

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

FAQPage Schema
How do I build a secure skills marketplace with proper provenance and metadata governance?

Build a secure skills marketplace by operationalizing provenance-aware discovery workflows, validating untrusted community submissions for malformed metadata, and enforcing consistent YAML frontmatter-driven schemas to maintain accurate creator attribution.

What's the best way to separate community-submitted skills from managed catalog content?

Separating community content from Hermes-managed catalog surfaces lets users reason about origin and trust, ensuring proven skills are surfaced first while keeping community submissions validated as untrusted input.

How do I make a skills directory render properly on mobile devices?

Make a skills directory mobile-responsive by applying a table-to-card conversion pattern using data-label attributes, ensuring reliable field labels render correctly across different catalog schemas on smaller screens.

How does YAML frontmatter discovery work for skills registry curation?

YAML frontmatter-driven discovery enables consistent metadata schemas across a skills registry, allowing a marketplace to automatically parse, validate, and surface skills based on structured attribution and provenance evidence.

Can I validate untrusted skill submissions for risky patterns before publishing them to a marketplace?

Yes, you can validate untrusted community skill submissions by checking for malformed metadata and risky security patterns before they ever reach the public catalog, preventing exposure of unsafe content.

When should I use a data-label-driven table-to-card pattern for catalog rendering?

Use a data-label-driven table-to-card pattern when you need mobile-responsive catalog rendering that maintains reliable labels across varying marketplace schemas without breaking the visual hierarchy.