clawhub-skill-install

Automatically install skills from ClawHub with retry logic. Handles rate limits (waits 10s and retries), auto-confirms prompts (--force), and stops after 30 minutes if installation fails. Use when user provides a skill name to install.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "clawhub-skill-install" with this command: npx skills add z448577223/clawhub-skill-install

ClawHub Skill 安装工具

使用方式

当用户提供具体 skill 名称时,执行以下脚本:

bash /Users/jaredszhang/.openclaw/workspace/skills/clawhub-install/scripts/install_skill.sh <skill-name>

功能特性

  1. 自动重试: 遇到速率限制(Rate limit)时,等待 10 秒后自动重试
  2. 自动确认: 遇到确认提示(--force)时,自动输入 "yes"
  3. 持续重试: 持续尝试安装,直到成功
  4. 超时保护: 如果连续尝试 30 分钟仍不成功,停止并输出提示信息

脚本逻辑

  • 使用 clawhub install <skill-name> --force 进行安装
  • 捕获输出中的错误信息判断类型:
    • 包含 "Rate limit" → 等待 10 秒后重试
    • 包含 "flagged as suspicious" → 使用 --force 参数重试
    • 其他错误 → 停止并报告
  • 记录尝试次数和耗时
  • 30 分钟(1800 秒)后强制退出

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

handdraw-flowchart

Create hand-drawn workflow diagrams from natural-language process descriptions by generating strictly validated Mermaid flowchart, sequenceDiagram, or classD...

Registry SourceRecently Updated
Automation

Find Agent

OceanBus-powered agent and service discovery via Yellow Pages. Use when users want to find someone, look for a service, reach out to an expert, discover anot...

Registry SourceRecently Updated
Automation

Qwen Web Agent

Browser automation for 通义千问 (Qwen) web interface at qianwen.com. Use when the agent needs to ask questions to Qwen AI and get back responses via browser auto...

Registry SourceRecently Updated
Automation

bot File Processor

通用文件处理技能,用于批量重命名和格式转换。当用户需要批量重命名文件(添加前缀/后缀、替换文本、编号重命名、正则表达式重命名)或转换文件格式(图片格式转换、PDF与图片互转、DOCX转PDF、Markdown转PDF)时使用此技能。

Registry SourceRecently Updated