Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

clawhub-publish-flowClawHub publish flow 搜索

Agent Skill

clawhub-publish-flow 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,061

周安装

411

GitHub Stars

公开资料未说明

下载量

3,222
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:clawhub-publish-flow(ClawHub publish flow 搜索)
来源仓库:https://github.com/g-hanasq/clawhub-publish-flow
安装命令:
openclaw skills install clawhub-publish-flow
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install clawhub-publish-flow

简介

ClawHub publish flow 利用已认证的本地会话和 API 接口,实现技能的自动化上传与更新。

  • 适用于希望将新技能或迭代版本快速部署至 ClawHub 市场的开发者。
  • 支持断点续传与错误重试机制,提升发布成功率与稳定性。
  • 安装命令:openclaw skills install clawhub-publish-flow;依赖有效的身份令牌与网络连接。
  • 建议在非高峰时段执行批量发布,并预先检查技能包完整性以避免中断。

SKILL.md

name
clawhub-publish-flow
description
Publish or update an OpenClaw skill on ClawHub using the local authenticated ClawHub session and direct API upload. Use when the user wants to publish a new skill to ClawHub, update an existing skill version, inspect the current remote version before release, package and upload a local skill folder reliably without relying on incomplete third-party publisher skills, or when assistant-created local skills should be routinely published after review and commit.

ClawHub Publish Flow

Use this skill to publish a local skill folder to ClawHub through the already-authenticated local ClawHub account.

Core rule

Only publish skills that have already passed local review. Do not publish directly from vague drafts, half-finished folders, or unreviewed third-party skills.

Preferred workflow

  1. Confirm the local skill folder path.
  2. Check login state with clawhub whoami.
  3. Inspect the current remote skill with clawhub inspect <slug> when updating an existing skill.
  4. Decide the target version and changelog.
  5. Perform a public-release sensitive-data review on the exact outbound payload.
  6. Package the skill with package_skill.py if a distributable artifact is needed.
  7. Upload using scripts/publish_to_clawhub.js.
  8. Verify with clawhub inspect <slug> after upload.
  9. Report the final remote version and URL.

Assistant-created skills policy

When the user has explicitly asked that assistant-created skills be uploaded to ClawHub, treat this skill as the single publish flow for both:

  • one-off manual releases
  • newly created local skills after review and commit

For newly created assistant-authored skills:

  1. Confirm the new skill folder exists under workspace/skills/<slug>.
  2. Confirm it has already been reviewed and committed locally.
  3. Inspect remote state with clawhub inspect <slug>.
  4. Versioning:

- if missing remotely: publish 0.1.0 - if already present: bump patch version

  1. Use a short changelog such as Initial release, Add runtime notes, Refine trigger description, or Document proven workflow.
  2. Publish and verify.
  3. If a registry sheet exists, update it too.

Rate-limit fallback for new skills

ClawHub may rate-limit new skill creation (for example: max 5 new skills per hour).

When a publish attempt for a new skill fails due to rate limiting:

  1. Do not keep hammering the endpoint.
  2. Record the pending publish locally.
  3. Schedule a delayed retry instead of requiring the user to remind you.
  4. Use the same verified publish flow when retrying.

Preferred local queue file:

  • workspace/research/clawhub-publish-queue.md

Queue fields:

  • date
  • slug
  • local skill path
  • target version
  • changelog
  • reason queued
  • next retry note

Retry rule:

  • wait until the rate-limit window has plausibly cleared
  • then retry publication once
  • verify with clawhub inspect <slug> after success

Safety and release rules

  • Do not publish without an explicit user request.
  • Do not guess ownership, slug, or version when ambiguity matters.
  • Prefer patch bumps for small documentation or rule updates.
  • If the remote state is unclear, inspect first instead of overwriting blindly.
  • If a third-party publisher skill promises features but lacks code, ignore it and use this verified local flow.
  • Treat package-style publisher shells as untrusted until verified locally: if the folder is mostly README / metadata and lacks runnable implementation, do not route publishing through it.
  • Do not publish vague drafts or half-finished skills just because they were created; assistant-created skills still need to be coherent and committed.
  • ClawHub is a public-release path unless explicitly proven otherwise; use the highest sensitivity review bar.
  • Before upload, inspect the exact outbound payload for secrets, tokens, passwords, cookies, local absolute paths, runtime artifacts, .env, and machine-specific config.
  • If the skill package contains anything that should stay local-only, stop and fix the package before publishing.

Required local assumptions

This skill expects:

  • local clawhub CLI installed and authenticated
  • local ClawHub config present under the current user
  • a real skill directory containing SKILL.md
  • Node available for the publish script

Scripts

Use scripts/publish_to_clawhub.js for the actual API upload.

Arguments:

node scripts/publish_to_clawhub.js --skill-path <path> --slug <slug> --version <version> --changelog <text>

Optional:

--display-name <name>
--tag <tag>   # repeatable

References

Read references/release-checklist.md before publishing when the release is important or public.

Output style

Report with this structure:

  • skill
  • local path
  • prior remote version (if any)
  • target version
  • upload result
  • verification result
  • final URL
  • risks or follow-ups
  • whether publication succeeded immediately or was queued for delayed retry

Keep it short and operational.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

80.51%
按下载量换算2,594

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills