skill-release-manager
Automates the release lifecycle of OpenClaw skills. Updates version, syncs to GitHub (subtree), creates GitHub Releases, and publishes to ClawHub in one command.
Best use case
skill-release-manager is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Automates the release lifecycle of OpenClaw skills. Updates version, syncs to GitHub (subtree), creates GitHub Releases, and publishes to ClawHub in one command.
Teams using skill-release-manager should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/skill-release-manager/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How skill-release-manager Compares
| Feature / Agent | skill-release-manager | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Automates the release lifecycle of OpenClaw skills. Updates version, syncs to GitHub (subtree), creates GitHub Releases, and publishes to ClawHub in one command.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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 ```bash 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" ``` ## Options * `--path`: Path to the skill directory (required). * `--remote`: Target GitHub repository URL (required). * `--bump`: Version increment (`patch`, `minor`, `major`) or specific version (`1.2.3`). Default: `patch`. * `--notes`: Release notes for GitHub. ## Prerequisites * `skill-publisher` skill must be present. * `clawhub` CLI must be authenticated.
Related Skills
token-manager
Universal LLM Token Manager - Monitor usage and provide cost-saving recommendations for Kimi, OpenAI, Anthropic.
secret-manager
Manage API keys securely via GNOME Keyring and inject them into OpenClaw config.
jpj-memory-manager
Automatic session logging and memory management for infrastructure, projects, and tools.
gitlab-manager
Manage GitLab repositories, merge requests, and issues via API. Use for tasks like creating repos, reviewing code in MRs, or tracking issues.
portable-email-manager
Lightweight email manager with IMAP/SMTP support, advanced search, folder management, and attachment detection. Works with Zoho, Gmail, Outlook, and any IMAP/SMTP provider.
farm-task-manager
*Daily, weekly, and seasonal farm chore management with task scheduling and priorities.*.
release-tracker
Track GitHub repository releases and generate prioritized summaries.
wechat-search-release
Search WeChat Official Account articles using OpenClaw's web search and fetch capabilities with compliance-focused.
og-board-manager
Use when you need to delegate, track, or review work.
universal-skills-manager
The master coordinator for AI skills.
literature-manager
Search, download, convert, organize, and audit academic literature collections.
auto-context-manager
AI-powered automatic project context management.