skills/clawhub.ai/skill-publishing

skill-publishing

Installation
SKILL.md

Hermes Skill Publishing Guide

When to use

  • You are preparing a skill for ClawHub publication.
  • You need to update a published skill version.
  • You want a short checklist for passing the security scan.

Safe login

Prefer reading the token privately instead of pasting it directly into a shared command line history.

read -s CLAWHUB_TOKEN
clawhub login --token "$CLAWHUB_TOKEN" --no-browser
unset CLAWHUB_TOKEN

Publish a skill

Installs
1
First Seen
Aug 21, 2026
skill-publishing from clawhub.ai