Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Diagnose and mitigate ClawHub/ClawDHUB publish failures (auth, browser-login, missing dependencies, pending security-scan visibility errors, and wrong profil...
Diagnose and mitigate ClawHub/ClawDHUB publish failures (auth, browser-login, missing dependencies, pending security-scan visibility errors, and wrong profil...
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] If inspect still fails, classify the error 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
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>). 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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.