clawhub-web-publisher
Publish OpenClaw skills to ClawHub using the web dashboard only (no CLI login). Use when an agent must reliably upload a local skill folder, avoid auth-loop failures, and enforce privacy-safe publishing with verification evidence.
Why use this skill?
Safely publish your OpenClaw skills to ClawHub using a web-based dashboard flow. Includes automatic privacy scans to prevent credential and secret leakage.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dalomeve/clawhub-web-publisherWhat This Skill Does
The clawhub-web-publisher skill provides a robust, browser-based mechanism for developers to deploy their OpenClaw skills to the ClawHub marketplace without relying on volatile CLI authentication flows. By leveraging the user's existing, authenticated browser session, this tool bypasses common authentication loops and token management issues. It serves as a secure bridge between your local development environment and the centralized hub, enforcing mandatory privacy sanitization before any data leaves your machine.
Installation
To add this capability to your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/dalomeve/clawhub-web-publisher
Ensure you have your OpenClaw runtime updated to the latest version to maintain full compatibility with the dashboard automation interfaces.
Use Cases
- Production Deployment: Use this when you are ready to share a stable, tested skill with the community while ensuring no personal credentials or private paths are exposed.
- Avoiding CLI Fatigue: Ideal for users who experience intermittent connectivity issues or authorization errors when using the standard CLI tools.
- Privacy-First Publishing: Use this as a mandatory checklist tool to automatically scan your code and markdown files for accidental leaks of API keys, environment variables, or sensitive configuration data before publishing.
Example Prompts
- "OpenClaw, please run the clawhub-web-publisher on my current project directory and ensure my SKILL.md metadata is compliant before uploading."
- "I need to publish the 'image-processor' skill to ClawHub using the web dashboard; please perform the preflight secret scan and then open the upload flow for me."
- "The previous publish attempt failed; can you trigger the recovery procedure for clawhub-web-publisher and attempt a second upload with optimized metadata?"
Tips & Limitations
- Hard Security Constraints: Never attempt to bypass the secret-scanning phase. The skill is intentionally designed to halt execution if it detects patterns like 'sk-' or 'Bearer' tokens to protect your infrastructure.
- Browser Session: This skill requires an active browser session. If you are logged out of the ClawHub dashboard, the automation will prompt you to authenticate manually within the browser rather than forcing a command-line login.
- Metadata Integrity: Always ensure your
SKILL.mdis descriptive. The quality gate will reject uploads if the description promises functionality that the underlying code cannot deliver. Keep titles concise and benefit-oriented for better visibility in the ClawHub catalog.
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-publisher": {
"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.