ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 5/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dalomeve/clawhub-web-publisher
Or

What 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

  1. "OpenClaw, please run the clawhub-web-publisher on my current project directory and ensure my SKILL.md metadata is compliant before uploading."
  2. "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."
  3. "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.md is 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

Author@dalomeve
Stars3376
Views0
Updated2026-03-24
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dalomeve-clawhub-web-publisher": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#publishing#deployment#security#automation#web-tools
Safety Score: 5/5

Flags: file-read