clawhub-web-only-publish
Publish skills to ClawHub via web dashboard only. No CLI login, no device flow. Reuse existing browser session.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dalomeve/clawhub-web-only-publishWhat This Skill Does
The clawhub-web-only-publish skill provides a simplified, browser-based workflow for deploying your OpenClaw skills to the ClawHub ecosystem. By prioritizing the web dashboard over Command Line Interface (CLI) methods, this skill bypasses common friction points such as auth loops, expired authentication tokens, and complex device flows. It leverages your existing browser session at clawhub.ai to ensure a seamless, reliable publishing process. The workflow requires the user to interact with the web interface to select their local skill directory, ensuring that the necessary metadata files like SKILL.md are captured correctly for the registry.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/dalomeve/clawhub-web-only-publish
This will pull the necessary logic to assist you in managing your local skill deployments without needing to perform a full CLI-based authentication sequence.
Use Cases
- Solving CLI Auth Fatigue: Ideal for developers who constantly run into token expiration or authentication loops when using
clawhub login. - Quick Updates: Perfect for minor version bumps or hotfixes where a manual, browser-based push is faster than debugging local environment variables or CLI configurations.
- One-off Publishing: Best for users who prefer a graphical interface for administrative tasks rather than command-line flags.
- CI/CD Constraints: Useful when operating within environments where CLI logins are restricted or difficult to maintain due to network proxy or permission restrictions.
Example Prompts
- "OpenClaw, guide me through the web-only publishing process for my current skill directory."
- "My CLI login is failing. Can you help me use the web-only publish method for my latest code change?"
- "I have my SKILL.md ready; please list the steps to upload my local directory to ClawHub via the web dashboard."
Tips & Limitations
- Manual Intervention Required: Unlike automated CLI pushes, this skill requires you to physically interact with the browser to select files and click the publish button.
- Security First: Before uploading, ensure that you have sanitized your directory. The skill does not automatically purge sensitive data like API keys or environment secrets; you must verify your files manually.
- Browser Session: Ensure you are actively logged into clawhub.ai in your default browser before initiating the process to avoid session interruption.
- Metadata: Keep your SKILL.md up to date, as the web uploader relies on this file to register your skill correctly in the marketplace.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dalomeve-clawhub-web-only-publish": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read
Related Skills
model-route-guard
Diagnose and fix model routing conflicts. Ensure primary model uses correct provider endpoint without duplicate overrides.
Instruction Anchor Guard
Skill by dalomeve
ui-design-optimizer
Generate practical UI design systems and starter pages using local style/color/typography datasets. Use for landing page or dashboard UI planning and implementation.
Skill Governance Balanced
Skill by dalomeve
evidence-url-verifier
Verify evidence URLs are real and accessible. Check that artifact links resolve to actual content, not placeholders.