← 返回 Skills 市场
dalomeve

ClawHub Web Publisher

作者 Dalomeve · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
388
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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.
安全使用建议
This skill appears to do what it says: guide a human/agent to upload a local skill via the ClawHub web dashboard while checking for secrets. Before using it, (1) manually confirm the agent or helper will only select the intended skill folder (not broader home directories), (2) run the provided secret search yourself and replace any real keys with placeholders, and (3) ensure the signed-in browser profile is the correct account. If you need fully automated publishing (CLI/API), this skill is not appropriate — look for a CLI- or API-based publisher that explicitly requires and documents necessary credentials.
功能分析
Type: OpenClaw Skill Name: clawhub-web-publisher Version: 1.0.0 The skill is designed to publish OpenClaw skills to ClawHub via a web dashboard. Both `SKILL.md` and `references/privacy-checklist.md` contain explicit instructions for the AI agent to perform security checks, specifically to scan for and prevent the leakage of sensitive information (e.g., API keys, tokens, personal data) before and after publishing. There is no evidence of malicious intent, data exfiltration, unauthorized execution, or prompt injection aiming to subvert the agent for harmful purposes; instead, the instructions are focused on secure publishing practices.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md describes a manual web-dashboard upload flow and privacy checks, and the skill does not request unrelated credentials, binaries, or install steps.
Instruction Scope
Instructions reasonably stay within the publishing task (open dashboard, select folder, run privacy scans, capture results). Note: the procedure assumes the agent/operator can use the signed-in browser session and access the local skill directory for upload — if an automated agent has privileges to open that browser session and pick arbitrary local files, that capability enables uploading any local data, so the user should ensure only the intended folder is selected and that the agent's browser/file access is trusted.
Install Mechanism
Instruction-only skill with no install spec and no downloaded code; nothing is written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The privacy checklist and secret-pattern scan are appropriate for a publisher.
Persistence & Privilege
always:false and agent invocation defaults are normal; the skill does not request permanent presence or system-wide configuration changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawhub-web-publisher
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawhub-web-publisher 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
ClawHub Web Publisher 1.0.0 — initial release - Enables secure, browser-only publishing of OpenClaw skills to ClawHub without CLI or token-based logins. - Enforces strict privacy rules: never publishes secrets or private identifiers. - Automated preflight checks for required metadata and secret leakage patterns. - Step-by-step instructions for using the ClawHub web dashboard with evidence capture. - Robust failure recovery guidance for common web publishing issues.
元数据
Slug clawhub-web-publisher
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 388 次。

如何安装 ClawHub Web Publisher?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawhub-web-publisher」即可一键安装,无需额外配置。

ClawHub Web Publisher 是免费的吗?

是的,ClawHub Web Publisher 完全免费(开源免费),可自由下载、安装和使用。

ClawHub Web Publisher 支持哪些平台?

ClawHub Web Publisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ClawHub Web Publisher?

由 Dalomeve(@dalomeve)开发并维护,当前版本 v1.0.0。

💬 留言讨论