skill-release-manager

Installation
SKILL.md

Skill Release Manager

Unified release tool for OpenClaw skills.

Features

  1. Version Bump: Automatically increments package.json version (patch/minor/major).
  2. Git Ops: Commits the version bump to the local workspace.
  3. GitHub Release: Uses skill-publisher to sync code to a remote repo and create a GitHub Release.
  4. ClawHub Publish: Pushes the skill to the ClawHub registry.

Usage

node skills/skill-release-manager/index.js \
  --path skills/private-evolver \
  --remote https://github.com/autogame-17/evolver.git \
  --bump patch \
  --notes "Release notes here"
Installs
1
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 4, 2026
skill-release-manager — openclaw/skills