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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "clawhub-web-publisher" with this command: npx skills add dalomeve/clawhub-web-publisher

ClawHub Web Publisher

Publish a local skill to ClawHub through https://clawhub.ai/dashboard with strict privacy controls.

Hard Rules

  • Never use clawhub login, clawhub login --token, or device flow.
  • Use the already signed-in browser session for dashboard upload.
  • Never include secrets in published files:
    • API keys
    • gateway tokens
    • personal emails and phone numbers
    • local absolute paths pointing to private user directories

Preflight

  1. Confirm target folder contains SKILL.md.
  2. Confirm SKILL.md frontmatter includes:
    • name
    • description
  3. Scan for secret leakage patterns:
    • apiKey
    • token
    • OPENCLAW_
    • sk-
    • Bearer

If any high-risk text appears, stop and sanitize before publish.

Web Publish Procedure

  1. Open https://clawhub.ai/dashboard.
  2. Enter the upload/publish flow.
  3. Select the local skill directory.
  4. Fill listing title and short description:
    • title: clear benefit + audience
    • description: action-oriented and outcome-focused
  5. Submit publish.
  6. Capture outputs:
    • final skill URL
    • skill ID (if shown)
    • version (if shown)

Quality Gate Before Marking Done

  • Listing URL opens successfully.
  • Name matches SKILL.md name.
  • Description does not promise unsupported behavior.
  • No credential-like strings appear in listing or content.

Completion Evidence Format

Return all fields:

PUBLISH_RESULT
- skill_name:
- version:
- url:
- skill_id:
- verification:
  - url_status:
  - privacy_scan:
  - notes:

Failure Recovery (Still Web-Only)

If publish fails:

  1. Refresh dashboard and retry once.
  2. Re-open upload flow in same signed-in browser profile.
  3. Reduce metadata length and retry.
  4. If still blocked, return exact blocker text and a minimal next action for user.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Podcast Show Notes Generator

Turn podcast transcripts or audio files into a complete publishing package — SEO-optimized show notes, chapter timestamps, pull quotes, social clip suggestio...

Registry SourceRecently Updated
Coding

Browser Harness

用 LLM 友好的方式控制用户已登录的真实 Chrome(CDP)。一行命令在当前标签页跑 JS、点击、滚动、截图、读 DOM、填表、上传文件——共享 cookie/session/登录态,跨 Python 与 TypeScript Agent 操作同一个浏览器。基于 browser-use/browser-ha...

Registry SourceRecently Updated
Coding

Block Company

Block Company develops financial technology including Square payment terminals, Cash App peer-to-peer payments, and Bitcoin integration under Jack Dorsey's l...

Registry SourceRecently Updated
Coding

Config Drift Scanner

Detect configuration drift across environments (dev, staging, production). Compare config files, environment variables, feature flags, and secrets across dep...

Registry SourceRecently Updated