@@ -57,21 +57,21 @@ Skills are plain directories containing a `SKILL.md` file. Place them in `~/.ope
5757
5858## Publishing Skills to ClawHub
5959
60- To publish or update skills on [ ClawHub] ( https://clawhub.ai ) , use the ` openclaw ` CLI:
60+ To publish or update skills on [ ClawHub] ( https://clawhub.ai ) , use the ` clawhub ` CLI:
6161
6262### First-time setup
6363
6464``` bash
6565# Authenticate with ClawHub
66- openclaw auth login
66+ clawhub auth login
6767```
6868
6969### Publish a skill
7070
7171``` bash
7272# From the repo root — publish each skill directory
73- openclaw skill publish skills/smartclaws-producer
74- openclaw skill publish skills/smartclaws-reader
73+ clawhub skill publish skills/smartclaws-producer
74+ clawhub skill publish skills/smartclaws-reader
7575```
7676
7777This reads the ` SKILL.md ` frontmatter (` name ` , ` description ` , ` metadata ` ) and uploads the skill to ClawHub under your account.
@@ -80,7 +80,7 @@ This reads the `SKILL.md` frontmatter (`name`, `description`, `metadata`) and up
8080
8181``` bash
8282# Bump the version or edit the SKILL.md, then re-publish
83- openclaw skill publish skills/smartclaws-producer
83+ clawhub skill publish skills/smartclaws-producer
8484```
8585
8686Re-publishing an existing skill name updates it in-place on ClawHub.
@@ -89,8 +89,8 @@ Re-publishing an existing skill name updates it in-place on ClawHub.
8989
9090``` bash
9191# Check that your skills are live
92- openclaw skill info smartclaws-producer
93- openclaw skill info smartclaws-reader
92+ clawhub skill info smartclaws-producer
93+ clawhub skill info smartclaws-reader
9494```
9595
9696Or browse directly at:
@@ -100,8 +100,8 @@ Or browse directly at:
100100### Install from ClawHub (for users)
101101
102102``` bash
103- openclaw skill install smartclaws-producer
104- openclaw skill install smartclaws-reader
103+ clawhub skill install smartclaws-producer
104+ clawhub skill install smartclaws-reader
105105```
106106
107107This downloads the skill into ` ~/.openclaw/skills/ ` automatically.
0 commit comments