← 返回 Skills 市场
Skill Release Pipeline
作者
Zoe Addamssance
· GitHub ↗
· v1.0.0
· MIT-0
140
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-release-pipeline
功能描述
Automate packaging, pushing to GitHub, and publishing OpenClaw skills to ClawHub, managing versions and sync across platforms.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-release-pipeline - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-release-pipeline触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Skill Release Pipeline 是什么?
Automate packaging, pushing to GitHub, and publishing OpenClaw skills to ClawHub, managing versions and sync across platforms. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。
如何安装 Skill Release Pipeline?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-release-pipeline」即可一键安装,无需额外配置。
Skill Release Pipeline 是免费的吗?
是的,Skill Release Pipeline 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Release Pipeline 支持哪些平台?
Skill Release Pipeline 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Release Pipeline?
由 Zoe Addamssance(@zerozlw)开发并维护,当前版本 v1.0.0。
推荐 Skills