/install auto-publish-created-skills
Auto Publish Created Skills
Use this skill when a new local skill has just been created by the assistant and the user wants assistant-created skills uploaded to ClawHub.
Preconditions
Only publish if all are true:
- the user explicitly asked for assistant-created skills to be published to ClawHub
- the skill directory contains a valid
SKILL.md - the skill has already been locally reviewed/committed
- local ClawHub session is authenticated
Workflow
- Identify the new skill folder under
workspace/skills/\x3Cslug>. - Check ClawHub login with
clawhub whoami. - Inspect remote state with
clawhub inspect \x3Cslug>. - Versioning:
- if skill does not exist remotely: publish
0.1.0 - if skill exists remotely: bump patch version
- if skill does not exist remotely: publish
- Publish with
skills/clawhub-publish-flow/scripts/publish_to_clawhub.js. - Verify with
clawhub inspect \x3Cslug>. - Add or update the registry sheet if needed.
Changelog pattern
Use short, operational changelogs such as:
Initial releaseAdd runtime notesRefine trigger descriptionDocument proven workflow
Safety rule
Do not publish vague drafts or half-finished skills just because they were created. Publishing still requires the skill to be coherent and committed.
Output
Report:
- skill
- version
- publish result
- final URL if available
- whether verification succeeded
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install auto-publish-created-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/auto-publish-created-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
auto-publish-created-skills 是什么?
Automatically publish newly created local skills to ClawHub after the skill has been reviewed and committed, when the user has explicitly requested ongoing C... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 262 次。
如何安装 auto-publish-created-skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install auto-publish-created-skills」即可一键安装,无需额外配置。
auto-publish-created-skills 是免费的吗?
是的,auto-publish-created-skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
auto-publish-created-skills 支持哪些平台?
auto-publish-created-skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 auto-publish-created-skills?
由 G-Hanasq(@g-hanasq)开发并维护,当前版本 v0.1.0。