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.

7 stars

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

$curl -o ~/.claude/skills/skill-release-manager/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/autogame-17/skill-release-manager/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/skill-release-manager/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How skill-release-manager Compares

Feature / Agentskill-release-managerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

7
from Demerzels-lab/elsamultiskillagent

Universal LLM Token Manager - Monitor usage and provide cost-saving recommendations for Kimi, OpenAI, Anthropic.

secret-manager

7
from Demerzels-lab/elsamultiskillagent

Manage API keys securely via GNOME Keyring and inject them into OpenClaw config.

jpj-memory-manager

7
from Demerzels-lab/elsamultiskillagent

Automatic session logging and memory management for infrastructure, projects, and tools.

gitlab-manager

7
from Demerzels-lab/elsamultiskillagent

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

7
from Demerzels-lab/elsamultiskillagent

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

7
from Demerzels-lab/elsamultiskillagent

*Daily, weekly, and seasonal farm chore management with task scheduling and priorities.*.

release-tracker

7
from Demerzels-lab/elsamultiskillagent

Track GitHub repository releases and generate prioritized summaries.

wechat-search-release

7
from Demerzels-lab/elsamultiskillagent

Search WeChat Official Account articles using OpenClaw's web search and fetch capabilities with compliance-focused.

og-board-manager

7
from Demerzels-lab/elsamultiskillagent

Use when you need to delegate, track, or review work.

universal-skills-manager

7
from Demerzels-lab/elsamultiskillagent

The master coordinator for AI skills.

literature-manager

7
from Demerzels-lab/elsamultiskillagent

Search, download, convert, organize, and audit academic literature collections.

auto-context-manager

7
from Demerzels-lab/elsamultiskillagent

AI-powered automatic project context management.