#Trying to publish a skill β€” CLI timeout + Web UI "Server Error"

1 messages Β· Page 1 of 1 (latest)

round lodge
#

What I'm trying to do:
Publish my first skill (basecamp-cli-mcp) to ClawHub.

What's happening:

  1. CLI timeout β€” clawhub publish and clawhub whoami both timeout
  2. 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:

GitHub issue opened: https://github.com/openclaw/openclaw/issues/8066

Any ideas? Is there another way to publish (API endpoint?) πŸ™