Install
openclaw skills install exec-error-doctorDiagnose and mitigate exec-related command failures across tools (OpenClaw exec output, shell errors, GitHub CLI, ClawHub CLI, missing binaries, auth failures, JSON field mismatch, permission errors, timeouts, and transient platform states). Use when a command returns non-zero, signal kill, ENOENT, unknown JSON field, or similar execution failures and you need fast triage + concrete next fixes.
openclaw skills install exec-error-doctorTriage execution failures quickly, classify root cause, and apply targeted fixes instead of random retries.
scripts/exec_error_triage.sh <error_text_or_file>references/error-taxonomy.md.scripts/gh_search_repos_safe.shscripts/clawhub_publish_safe.shbash scripts/exec_error_triage.sh "Unknown JSON field: nameWithOwner"
bash scripts/gh_search_repos_safe.sh "safe-exec skill" 15
bash scripts/clawhub_publish_safe.sh ./my-skill my-skill "My Skill" 1.0.0 "Initial release"
Skill not found right after publish as potentially transient if publish already returned OK.gh search repos --json, prefer fullName (not nameWithOwner).references/error-taxonomy.md: category→fix map.scripts/exec_error_triage.sh: pattern-based classifier.scripts/gh_search_repos_safe.sh: resilient GitHub search wrapper.scripts/clawhub_publish_safe.sh: publish + retry verification wrapper.