返回顶部
e

exec-clawhub-publish-doctor

Diagnose and mitigate exec-related tooling failures around ClawHub publishing and GitHub CLI queries (auth, browser-login, missing dependencies, pending security-scan visibility errors, wrong profile/skill URLs, and gh JSON-field mismatch errors like Unknown JSON field). Use when publishing skills to ClawHub fails, inspect reports temporary errors, or GitHub CLI search commands fail due to field schema differences.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
562
下载量
0
收藏
概述
安装方式
版本历史

exec-clawhub-publish-doctor

# Exec ClawHub Publish Doctor Stabilize ClawHub publishing with preflight checks, safer publish commands, and post-publish verification that tolerates temporary registry states. ## Quick workflow 1. Run preflight checks: - `scripts/clawhub_preflight.sh` 2. If login/browser issues appear, follow `references/error-map.md`. 3. Publish with retry-aware verification: - `scripts/clawhub_publish_safe.sh <skill_path> <slug> <name> <version> [changelog]` 4. For GitHub search failures like `Unknown JSON field`, use: - `scripts/gh_search_repos_safe.sh "<query>" [limit]` 5. If errors persist, classify with `references/error-map.md` before escalating. ## Standard commands ### Preflight ```bash bash scripts/clawhub_preflight.sh ``` ### Login (token-based, headless-safe) ```bash clawhub login --token <clh_token> clawhub whoami ``` ### Safe publish ```bash bash scripts/clawhub_publish_safe.sh ./my-skill my-skill "My Skill" 1.0.0 "Initial release" ``` ### Manual inspect ```bash clawhub inspect my-skill --json ``` ### Safe GitHub repo search (schema-aware) ```bash bash scripts/gh_search_repos_safe.sh "safe-exec skill" 15 ``` ## 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/<slug>`). - For `gh search repos --json` failures, prefer `fullName` over unsupported aliases like `nameWithOwner`, or run `scripts/gh_search_repos_safe.sh`. - Use canonical URLs: - Skill: `https://clawhub.ai/skills/<slug>` - Owner/slug: `https://clawhub.ai/<handle>/<slug>` - User profile (if available): `https://clawhub.ai/users/<handle>` ## 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. - `scripts/gh_search_repos_safe.sh`: resilient `gh search repos` wrapper with JSON-field mismatch fallback.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 exec-clawhub-publish-doctor-1776420024 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 exec-clawhub-publish-doctor-1776420024 技能

通过命令行安装

skillhub install exec-clawhub-publish-doctor-1776420024

下载 Zip 包

⬇ 下载 exec-clawhub-publish-doctor v1.0.1

文件大小: 5.79 KB | 发布时间: 2026-4-17 18:26

v1.0.1 最新 2026-4-17 18:26
Fix gh search JSON field mismatch (nameWithOwner) with safe fallback wrapper

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部