📦 ClawHub 发布助手 — 一键发布技能

v2.0.0

本地一键打包校验目录结构,自动生成版本号与 changelog,执行发布并回执结果,让技能上架 ClawHub 市场零门槛。

0· 77·0 当前·0 累计
fslong520 头像by @fslong520 (fslong)
下载技能包
最后更新
2026/4/13
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
NULL
评估建议
This skill is coherent for publishing a local skill via the clawhub CLI, but check a few things before installing/using it: 1) The SKILL.md references a hard-coded path (/home/fslong/.copaw/...), so confirm or update it to your workspace path — otherwise the agent may fail or read the wrong files. 2) The skill expects the clawhub CLI to be installed and will run shell commands and read/write SKILL.md; only allow this if you trust the CLI and the skill's author. 3) The slug naming rules here are ...
详细分析 ▾
用途与能力
The skill's name/description (publish local skill to ClawHub) matches the instructions: it runs clawhub CLI commands, checks local SKILL.md, builds changelog/version, and publishes. Requiring local filesystem access and the clawhub CLI is appropriate for this purpose.
指令范围
Instructions explicitly tell the agent to run shell commands (clawhub whoami/login/publish) and to read/write the local skill file. This is expected, but the SKILL.md uses a hard-coded absolute path (/home/fslong/.copaw/workspaces/default/active_skills/<技能名>/SKILL.md). That will not be correct for many users and implies the agent will try to read a specific user workspace. The doc also promises '自动生成版本号' but gives no deterministic algorithm — most actions require user confirmation, so some claimed automation is underspecified.
安装机制
Instruction-only skill with no install spec and no code files; nothing is downloaded or written by an installer. This is the lowest-risk install model.
凭证需求
No environment variables or external credentials are requested in the manifest. The runtime instructions call the local clawhub CLI and its login flow (browser auth), which is proportional to publishing to ClawHub. There are no unrelated credential requests.
持久化与权限
always is false and the skill is user-invocable. It does request Read/Write/ExecuteShellCommand in allowed-tools (in SKILL.md), which is necessary for its task but does grant the agent permission to run shell commands and edit local files — expected for a publish helper but worth noting.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv2.0.02026/4/13

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install chpublish
镜像加速npx clawhub@latest install chpublish --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库