What I'm trying to do:
Publish my first skill (basecamp-cli-mcp) to ClawHub.
What's happening:
- CLI timeout β
clawhub publishandclawhub whoamiboth timeout - Web UI error β Upload via https://www.clawhub.ai returns "Server Error Called by client"
Root cause (CLI):
Redirect from clawhub.ai β www.clawhub.ai drops the Authorization header.
Workaround found:
clawhub whoami --registry "https://www.clawhub.ai/" # works!
But clawhub publish --registry "https://www.clawhub.ai" ... still times out.
Direct API works fine:
curl -H "Authorization: Bearer $TOKEN" https://www.clawhub.ai/api/whoami # :white_check_mark:
Web UI:
- Folder size: 864KB (cleaned, no .git/node_modules)
- SKILL.md present and valid
- Click "Choose folder" β select β "Server Error"
Setup:
- clawhub CLI v0.5.0
- macOS
- Skill: https://github.com/drkraft/basecamp-cli
GitHub issue opened: https://github.com/openclaw/openclaw/issues/8066
Any ideas? Is there another way to publish (API endpoint?) π