/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install auto-publish-created-skills - After installation, invoke the skill by name or use
/auto-publish-created-skills - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 262 downloads so far.
How do I install auto-publish-created-skills?
Run "/install auto-publish-created-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is auto-publish-created-skills free?
Yes, auto-publish-created-skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does auto-publish-created-skills support?
auto-publish-created-skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created auto-publish-created-skills?
It is built and maintained by G-Hanasq (@g-hanasq); the current version is v0.1.0.