🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Skill Release Pipeline

by @zerozlw

Automate packaging, pushing to GitHub, and publishing OpenClaw skills to ClawHub, managing versions and sync across platforms.

πŸ’‘ Examples

Full Pipeline (package + GitHub + ClawHub)

# From the skill directory
scripts/publish.sh /path/to/skill-folder --repo owner/repo-name --version 1.0.0

Individual Steps

# 1. Validate & package only
scripts/validate.sh /path/to/skill-folder

2. Push to GitHub

scripts/push-github.sh /path/to/skill-folder --repo owner/repo-name

3. Publish to ClawHub

npx clawhub publish /path/to/skill-folder --version 1.0.0 --slug skill-name

βš™οΈ Configuration

  • gh CLI authenticated (gh auth status)
  • npx clawhub CLI authenticated (npx clawhub whoami)
  • A skill folder with a valid SKILL.md
  • πŸ“‹ Tips & Best Practices

    | Error | Fix | |-------|-----| | --version must be valid semver | Add --version x.y.z flag | | Skill is hidden while security scan is pending | Wait a few minutes, then retry inspect | | Not logged in | Run npx clawhub login | | gh: not authenticated | Run gh auth login | | fatal: remote origin already exists | Safe to ignore, or use git remote set-url |

    View on ClawHub
    TERMINAL
    clawhub install skill-release-pipeline

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’