publish-clawhub

Automate publishing ClawdWork skills to the ClawHub marketplace via a guided CLI workflow.

2|1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/GBSOSS/clawdwork --skill publish-clawhub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: publish-clawhub
Source: https://github.com/GBSOSS/clawdwork/tree/main/skills/publish-clawhub
Command: npx skills add https://github.com/GBSOSS/clawdwork --skill publish-clawhub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publish ClawdWork skill to ClawHub marketplace by automating the release workflow and reducing manual publishing steps.

Core Features & Use Cases

  • Automated publishing workflow to ClawHub for ClawdWork skill.
  • Validates prerequisites, reads the version, and applies the changelog and tags during publish.
  • Use Case: Release a new skill version to ClawHub from your project root with a simple command.

Quick Start

From the project root, run the publish workflow and follow the prompts to publish your skill to ClawHub.

Frequently Asked Questions about publish-clawhub

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

FAQPage Schema
How do I publish a ClawdWork skill to the ClawHub marketplace?

To publish a ClawdWork skill to ClawHub, run the automated release workflow from your project root to validate prerequisites, apply versioning, and tag your skill with a simple command.

What is the best way to automate skill release management for ClawHub?

Automating skill release management for ClawHub is best handled by a guided CLI workflow that reads your skill version, manages the changelog, and applies tags during the publish step.

Do I need the ClawHub CLI installed to publish ClawdWork skills?

Yes, you need the ClawHub CLI installed and proper authentication configured to validate prerequisites and perform publishes from your local project root.

How does the ClawHub publish workflow handle versioning and changelogs?

The ClawHub publish workflow handles versioning and changelogs by reading the current version from your local project and automatically applying the changelog updates and tags during the release.

Can I release a new skill version to ClawHub from any directory?

No, you must run the publish workflow from the local project root containing the ClawdWork skill so the CLI can accurately read the version and validate the project prerequisites.

Why does my ClawHub publish workflow fail before releasing the skill?

Your ClawHub publish workflow may fail if prerequisite validation detects a missing ClawHub CLI installation, incorrect authentication, or an invalid local project root containing the ClawdWork skill.