← 返回 Skills 市场
73
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install publish-guide
功能描述
Prepare and publish an OpenClaw AgentSkill to ClawHub. Use when a skill directory is ready and needs to be published, or when upgrading an already-published...
安全使用建议
This skill is a straightforward publish guide and appears coherent. Before using it: (1) verify the 'clawhub' npm package's publisher and source before running 'npm i -g clawhub' since global npm installs execute code with your user privileges; (2) ensure your skill directory does not contain secrets or private keys (publishing uploads the skill contents to ClawHub); (3) be aware 'clawhub login' opens a browser and will create CLI auth tokens locally—confirm where those tokens are stored and that you trust the authorization flow; and (4) check slug ownership before publishing to avoid unintentionally overwriting someone else's skill. If you want extra safety, inspect the clawhub CLI code or run it in a controlled/dev environment first.
功能分析
Type: OpenClaw Skill
Name: publish-guide
Version: 1.1.0
The skill bundle provides a legitimate workflow for preparing and publishing OpenClaw AgentSkills to ClawHub. The instructions in SKILL.md guide the agent through standard procedures such as checking metadata, authenticating via the 'clawhub' CLI, and executing the publish command. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
The name/description match the actual requirements and actions: the guide uses the clawhub CLI to inspect, login, publish, and verify a skill. Requiring the 'clawhub' binary is appropriate and expected for a publish tool.
Instruction Scope
SKILL.md directs the agent to check the skill directory (e.g., cat <skill-dir>/_meta.json), run clawhub inspect/whoami/login/publish/search, and perform pre-publish checks. These file reads and commands are directly relevant to publishing and do not ask the agent to access unrelated files, environment variables, or external endpoints.
Install Mechanism
No install spec is embedded (instruction-only). The doc instructs users to install the 'clawhub' CLI via 'npm i -g clawhub' if missing — this is a normal way to obtain a CLI but installing npm packages executes code on the host, so users should confirm the package source and publisher before installing.
Credentials
No environment variables, credentials, or config paths are requested by the skill. The guide relies only on the clawhub CLI and the skill directory contents, which is proportionate for publishing.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system changes or cross-skill configuration. It instructs interactive login via 'clawhub login' (which will store auth locally under the CLI's normal storage) — this behavior is expected and scoped to the CLI.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install publish-guide - 安装完成后,直接呼叫该 Skill 的名称或使用
/publish-guide触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1.0: Added 'clawhub' binary requirement in metadata. Removed Chinese/English mixed content. Full English documentation with structured pre-publish checklist.
v1.0.0
Initial release. Pre-publish checks (slug conflict, meta validation, English review), publish execution, and post-publish verification.
元数据
常见问题
Skill Publisher 是什么?
Prepare and publish an OpenClaw AgentSkill to ClawHub. Use when a skill directory is ready and needs to be published, or when upgrading an already-published... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。
如何安装 Skill Publisher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install publish-guide」即可一键安装,无需额外配置。
Skill Publisher 是免费的吗?
是的,Skill Publisher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Publisher 支持哪些平台?
Skill Publisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Publisher?
由 Ham-5on(@ham-5on)开发并维护,当前版本 v1.1.0。
推荐 Skills