📦 ClawHub Publish Doctor — 技能工具

v1.0.0

[自动翻译] Diagnose and mitigate ClawHub/ClawDHUB publish failures (auth, browser-login, missing dependencies, pending security-scan visibility errors, and wrong...

0· 580·0 当前·0 累计
by @bluebirdback (BlueBirdBack ✨)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/11
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
The skill's files and instructions match its stated purpose (diagnosing and stabilizing ClawHub publishes); it requires the official clawhub CLI and only performs local checks, publishes, and retrying inspects with no unexplained network endpoints or secret exfiltration.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/16

Initial public release

可疑

安装命令

点击复制
官方npx clawhub@latest install clawhub-publish-doctor
🇨🇳 镜像加速npx clawhub@latest install clawhub-publish-doctor --registry https://cn.longxiaskill.com

技能文档

Stabilize ClawHub publishing with preflight checks, safer publish commands, and post-publish verification that tolerates temporary registry states.

Quick workflow

  • Run preflight checks:
- scripts/clawhub_preflight.sh
  • If login/browser issues appear, follow references/error-map.md.
  • Publish with retry-aware verification:
- scripts/clawhub_publish_safe.sh [changelog]
  • If inspect still fails, classify the error with references/error-map.md before escalating.

Standard commands

Preflight

bash scripts/clawhub_preflight.sh

Login (token-based, headless-safe)

clawhub login --token 
clawhub whoami

Safe publish

bash scripts/clawhub_publish_safe.sh ./my-skill my-skill "My Skill" 1.0.0 "Initial release"

Manual inspect

clawhub inspect my-skill --json

Rules

  • Prefer token login in server/headless environments.
  • Treat inspect errors right after publish as potentially transient for a few minutes.
  • Verify with both CLI (clawhub inspect) and web URL (/skills/).
  • Use canonical URLs:
- Skill: https://clawhub.ai/skills/ - Owner/slug: https://clawhub.ai// - User profile (if available): https://clawhub.ai/users/

Resources

  • references/error-map.md: quick diagnosis for common failure signatures.
  • scripts/clawhub_preflight.sh: dependency + environment checks.
  • scripts/clawhub_publish_safe.sh: publish + retry verification wrapper.
数据来源:ClawHub ↗ · 中文优化:龙虾技能库