Automatically install skills from ClawHub with retry logic. Handles rate limits (waits 10s and retries), auto-confirms prompts (--force), and stops after 30...
+explicit retry logic for two known failure modes (rate limit, suspicious flag) with concrete waits and parameters
+timeout guard at 30 minutes prevents infinite loops
weaknesses
~procedure is underspecified: no clear step-by-step contract for what inputs the script expects, what outputs to validate, or how retry state is tracked across invocations
~edge case coverage is shallow: treats other errors as fatal with no escalation path, no handling for network timeouts, cli version mismatches, or disk space limits
~documentation mixes english and chinese, lacks detail on success criteria, failure signal interpretation, and integration with broader skill graph