← 返回 Skills 市场
fwwdn

Skill Publish

作者 Weiwei Fan · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
143
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skills-publish
功能描述
Publish an OpenClaw skill to ClawHub with release checks, version metadata, and command generation. Use when you need to prepare a skill for first publicatio...
安全使用建议
This skill looks coherent for preparing and validating a ClawHub publish. Before using it: (1) inspect scripts/check_publish_ready.py on disk to ensure it is complete and review its logic (the supplied file appears truncated in the prompt); (2) run the checker locally yourself (python3 ./scripts/check_publish_ready.py /path/to/skill) rather than allowing automated execution if you are unsure; (3) confirm you are logged into clawhub (clawhub whoami) and do not paste or store your tokens inside the skill package; (4) when the assistant shows the generated 'clawhub publish' command, review it carefully for correct path, slug, and metadata before consenting to execute it. If any file is missing or the script is incomplete, do not run it until you obtain a verified copy.
功能分析
Type: OpenClaw Skill Name: skills-publish Version: 0.1.0 The skill bundle is a legitimate utility designed to help users validate and publish OpenClaw skills to a registry (ClawHub). The Python script `scripts/check_publish_ready.py` performs helpful pre-flight checks, including a privacy-focused scan for accidental leakage of personal file paths and validation of semantic versioning. The instructions in `SKILL.md` emphasize safety by requiring explicit user confirmation before executing the final publication command and utilize proper shell quoting to mitigate injection risks.
能力评估
Purpose & Capability
Name/description match the actual operations: the skill validates a local skill folder, builds a 'clawhub publish' command, and checks metadata. Required binaries (python3, clawhub) are appropriate and proportional. No unrelated environment variables, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the assistant to read the target skill directory and run the included local checker script, gather publish inputs, and present the exact 'clawhub publish' command. The doc explicitly requires user confirmation before running the actual publish. Note: executing the generated publish command will interact with the user's local clawhub CLI (and its authentication state). Also, the provided script in the prompt is truncated at the end — verify the on-disk scripts/check_publish_ready.py is complete and review it before running.
Install Mechanism
No install spec is present (instruction-only + included helper script). This is low-risk: nothing is downloaded or installed by the skill itself. The only runtime dependencies are standard: python3 to run the checker and clawhub CLI to confirm login or to publish when requested.
Credentials
The skill requests no environment variables or credentials. It does rely on the user's local clawhub CLI login state (checked via 'clawhub whoami'); that is expected for a publish helper and does not require sharing secrets with the skill package itself.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill privileges. disable-model-invocation is false (normal). The skill does not modify other skills or system-wide configurations according to provided materials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skills-publish
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skills-publish 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of clawhub-publish skill. - Publish OpenClaw skills to ClawHub with release checks and metadata validation. - Generates a ready-to-run clawhub publish command after reviewing slug, name, version, changelog, and tags. - Includes local release audits and confirms skill readiness before actual publish. - Enforces semantic versioning recommendations and clear pre-publish checklists. - Prevents unintended uploads by requiring user confirmation before publishing.
元数据
Slug skills-publish
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Publish 是什么?

Publish an OpenClaw skill to ClawHub with release checks, version metadata, and command generation. Use when you need to prepare a skill for first publicatio... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 143 次。

如何安装 Skill Publish?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skills-publish」即可一键安装,无需额外配置。

Skill Publish 是免费的吗?

是的,Skill Publish 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill Publish 支持哪些平台?

Skill Publish 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill Publish?

由 Weiwei Fan(@fwwdn)开发并维护,当前版本 v0.1.0。

💬 留言讨论