clawhub-web-publisher

Publish local OpenClaw skills to ClawHub via web dashboard with secret redaction.

3|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Dalomeve/bot-output --skill clawhub-web-publisher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub-web-publisher
Source: https://github.com/Dalomeve/bot-output/tree/main/skills/clawhub-web-publisher
Command: npx skills add https://github.com/Dalomeve/bot-output --skill clawhub-web-publisher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enables reliable, privacy-safe publishing of a local OpenClaw skill to ClawHub via the web dashboard, eliminating CLI login issues and reducing exposure of secrets.

Core Features & Use Cases

  • Web-based publish flow through clawhub.ai/dashboard with no CLI login required
  • Preflight and secret-redaction checks to prevent leakage of API keys, tokens, and private data
  • Capture and verify publish outputs (URL, skill ID, version) for audit trails

Quick Start

Publish your local skill by navigating to clawhub.ai/dashboard and selecting the skill folder for upload.

Frequently Asked Questions about clawhub-web-publisher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish a local skill to ClawHub without using the CLI?

You can publish a local skill to ClawHub without CLI by navigating to the web dashboard at clawhub.ai/dashboard and selecting your local skill folder for upload. This bypasses CLI login issues and authentication loops entirely.

Does web publishing to ClawHub check for secret leakage in my skill folder?

Yes, web publishing to ClawHub enforces preflight and secret-redaction checks. It identifies secret leakage patterns to prevent the exposure of API keys, tokens, and private data before securely uploading your local skill folder.

What is the best way to verify my skill is live on ClawHub after an upload?

The best way to verify your skill is live on ClawHub is by capturing the final listing data. The web publishing process captures and verifies publish outputs like the URL, skill ID, and version to create a reliable audit trail.

Can I use the ClawHub web dashboard to upload skills if CLI auth loops fail?

Yes, you can use the ClawHub web dashboard to upload skills when CLI auth loops fail. The web-based publish flow at clawhub.ai/dashboard is designed specifically for environments where CLI login fails and secure uploads are required.

Why does web publishing to ClawHub require privacy checks before uploading?

Web publishing to ClawHub requires privacy checks to reduce the exposure of secrets in environments where local skill folders must be uploaded securely. Preflight checks identify secret leakage patterns to ensure no private data leaves your environment.