SkillHub

auto-publish-created-skills

v0.1.0

Automatically publish newly created local skills to ClawHub after the skill has been reviewed and committed, when the user has explicitly requested ongoing ClawHub publication for assistant-created skills. Use after creating a new skill under workspace/skills and after local commit succeeds. Inspect...

Sourced from ClawHub, Authored by G-Hanasq

Installation

Please help me install the skill `auto-publish-created-skills` from SkillHub official store. npx skills add G-Hanasq/auto-publish-created-skills

Auto Publish Created Skills

Use this skill when a new local skill has just been created by the assistant and the user wants assistant-created skills uploaded to ClawHub.

Preconditions

Only publish if all are true: - the user explicitly asked for assistant-created skills to be published to ClawHub - the skill directory contains a valid SKILL.md - the skill has already been locally reviewed/committed - local ClawHub session is authenticated

Workflow

  1. Identify the new skill folder under workspace/skills/<slug>.
  2. Check ClawHub login with clawhub whoami.
  3. Inspect remote state with clawhub inspect <slug>.
  4. Versioning:
  5. if skill does not exist remotely: publish 0.1.0
  6. if skill exists remotely: bump patch version
  7. Publish with skills/clawhub-publish-flow/scripts/publish_to_clawhub.js.
  8. Verify with clawhub inspect <slug>.
  9. Add or update the registry sheet if needed.

Changelog pattern

Use short, operational changelogs such as: - Initial release - Add runtime notes - Refine trigger description - Document proven workflow

Safety rule

Do not publish vague drafts or half-finished skills just because they were created. Publishing still requires the skill to be coherent and committed.

Output

Report: - skill - version - publish result - final URL if available - whether verification succeeded