Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Diagnose and mitigate exec-related tooling failures around ClawHub publishing and GitHub CLI queries (auth, browser-login, missing dependencies, pending secu...
Diagnose and mitigate exec-related tooling failures around ClawHub publishing and GitHub CLI queries (auth, browser-login, missing dependencies, pending secu...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Stabilize ClawHub publishing with preflight checks, safer publish commands, and post-publish verification that tolerates temporary registry states.
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 <skill_path> <slug> <name> <version> [changelog] For GitHub search failures like Unknown JSON field, use: scripts/gh_search_repos_safe.sh "<query>" [limit] If errors persist, classify with references/error-map.md before escalating.
bash scripts/clawhub_preflight.sh
clawhub login --token <clh_token> clawhub whoami
bash scripts/clawhub_publish_safe.sh ./my-skill my-skill "My Skill" 1.0.0 "Initial release"
clawhub inspect my-skill --json
bash scripts/gh_search_repos_safe.sh "safe-exec skill" 15
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>
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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.