Install
openclaw skills install @changhui123456/test-publish-chA comprehensive test skill for verifying ClawHub publish pipeline functionality
openclaw skills install @changhui123456/test-publish-chThis skill provides comprehensive testing and validation capabilities for the ClawHub skill publishing pipeline. It verifies API connectivity, token authentication, multipart upload format, and license acceptance status.
The skill operates in three phases:
clawhub whoami
clawhub skill publish ./my-skill \
--slug my-skill \
--name "My Skill" \
--version 1.0.0 \
--changelog "Initial release"
clawhub login --device --no-browser
| Variable | Description | Default |
|---|---|---|
CLAWHUB_REGISTRY | Registry API base URL | https://clawhub.ai |
CLAWHUB_CONFIG_PATH | Token config file path | ~/.config/clawhub/config.json |
CLAWHUB_DISABLE_TELEMETRY | Disable install telemetry | unset |
| Error | Cause | Resolution |
|---|---|---|
401 Unauthorized | Invalid or revoked token | Run clawhub login |
license terms must be accepted | Account has not accepted MIT-0 | Complete browser login at clawhub.ai |
skillId: invalid value | API response parsing issue | Check CLI version and API compatibility |