← Back to Skills Marketplace
zerozlw

Skill Release Pipeline

by Zoe Addamssance · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
140
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-release-pipeline
Description
Automate packaging, pushing to GitHub, and publishing OpenClaw skills to ClawHub, managing versions and sync across platforms.
Usage Guidance
This skill appears to do exactly what it says: validate a skill folder, push it to GitHub, and publish to ClawHub. Before running it, confirm you trust the repository/folder being published and review the scripts. Practical cautions: (1) the scripts will initialize a git repo, set or overwrite the 'origin' remote URL, commit, and push to the main/master branch — ensure you intend that and have the correct repo ownership/permissions; (2) authenticate gh and clawhub CLIs beforehand (the scripts check auth); (3) do not run these scripts from a folder that contains secrets or credentials you don't want pushed to a remote; and (4) if you need more conservative behavior, run validate.sh first and run push/publish steps interactively rather than the full pipeline.
Capability Analysis
Type: OpenClaw Skill Name: skill-release-pipeline Version: 1.0.0 The skill bundle provides a legitimate utility for packaging and publishing OpenClaw skills to GitHub and the ClawHub registry. The included shell scripts (publish.sh, push-github.sh, and validate.sh) perform standard operations such as git initialization, committing, pushing to user-defined repositories, and interacting with the official ClawHub CLI (npx clawhub). No evidence of malicious intent, data exfiltration, or unauthorized execution was found; the scripts' behaviors are entirely consistent with their stated purpose as a release pipeline.
Capability Assessment
Purpose & Capability
Name/description match the included scripts and SKILL.md: the bundle validates a skill folder, commits/creates a git repo, pushes to GitHub, and publishes to ClawHub. All required actions are coherent with a release pipeline; there are no unrelated credentials or unexpected external services referenced.
Instruction Scope
SKILL.md instructs running local scripts and standard CLIs (git, gh, npx clawhub) against the target skill folder. Runtime instructions only read and operate on the provided skill folder (validate, list, commit, push, publish). They do not instruct reading arbitrary system files, environment variables, or sending data to unknown endpoints beyond GitHub and ClawHub.
Install Mechanism
No install spec is present; this is instruction-only with helper scripts included. The scripts are plain shell scripts (no downloads or archive extraction) and run locally, so install risk is low.
Credentials
The skill requires no declared env vars or secrets. It expects the user to be authenticated to GitHub (gh/git) and ClawHub (npx clawhub), which is appropriate for pushing and publishing. No extraneous credentials or config paths are requested.
Persistence & Privilege
The skill is not always-enabled and does not attempt to modify system-wide agent settings or other skills. It only performs repo-level git operations and invokes npx clawhub; no persistent privileges are requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-release-pipeline
  3. After installation, invoke the skill by name or use /skill-release-pipeline
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Skill Publisher for OpenClaw: - Automates the full pipeline to package, publish, and distribute OpenClaw skills via GitHub and ClawHub. - Supports validating and packaging skill folders, pushing to GitHub repos, publishing to ClawHub registry, and syncing across both platforms. - Provides scripts and CLI usage for each step, including troubleshooting and best practices. - Includes guidance on folder structure, SKILL.md requirements, naming conventions, and common update/forking workflows.
Metadata
Slug skill-release-pipeline
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Skill Release Pipeline?

Automate packaging, pushing to GitHub, and publishing OpenClaw skills to ClawHub, managing versions and sync across platforms. It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.

How do I install Skill Release Pipeline?

Run "/install skill-release-pipeline" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skill Release Pipeline free?

Yes, Skill Release Pipeline is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skill Release Pipeline support?

Skill Release Pipeline is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill Release Pipeline?

It is built and maintained by Zoe Addamssance (@zerozlw); the current version is v1.0.0.

💬 Comments