/install clawhub-web-only-publish
ClawHub Web-Only Publish
Publish to ClawHub via web dashboard. No CLI login.
Problem
CLI login causes:
- Auth loop failures
- Token expiration issues
- Device flow complexity
- Session management overhead
Workflow
1. Prerequisites
- Browser already logged in to https://clawhub.ai
- Skill folder contains SKILL.md
- No secrets in skill files
2. Web Publish Steps
- Navigate to https://clawhub.ai/upload
- Verify logged in (username visible)
- Fill form:
- Slug:
skill-name - Display name:
Skill Name - Version:
1.0.0
- Slug:
- Click "Choose folder" -> Select skill directory
- Wait for validation (SKILL.md recognized)
- (Optional) Add changelog
- Click "Publish skill"
- Capture result URL
3. Fallback (No CLI Login)
If browser upload fails:
- Use existing CLI token (if already authenticated)
- Run:
clawhub publish \x3Cpath> --version 1.0.0 - Do NOT run
clawhub login
Executable Completion Criteria
| Criteria | Verification |
|---|---|
| Skill URL accessible | Navigate to URL, 200 OK |
| Name matches SKILL.md | Frontmatter name = listing name |
| Version correct | URL shows v1.0.0 |
| No CLI login used | No clawhub login in history |
Privacy/Safety
- No credentials in skill files
- Scan for apiKey/token/secret before publish
- Use relative paths only
Self-Use Trigger
Use when:
- Publishing any skill to ClawHub
- CLI login fails or unavailable
- Browser session already active
Web first. No login loops.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawhub-web-only-publish - After installation, invoke the skill by name or use
/clawhub-web-only-publish - Provide required inputs per the skill's parameter spec and get structured output
What is ClawHub Web Only Publish?
Publish skills to ClawHub via web dashboard only. No CLI login, no device flow. Reuse existing browser session. It is an AI Agent Skill for Claude Code / OpenClaw, with 418 downloads so far.
How do I install ClawHub Web Only Publish?
Run "/install clawhub-web-only-publish" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ClawHub Web Only Publish free?
Yes, ClawHub Web Only Publish is completely free (open-source). You can download, install and use it at no cost.
Which platforms does ClawHub Web Only Publish support?
ClawHub Web Only Publish is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ClawHub Web Only Publish?
It is built and maintained by Dalomeve (@dalomeve); the current version is v1.0.0.