clawhub-install

Download and install skills from ClawHub directly via curl, bypassing official CLI rate limits. Use when the user wants to install one or more ClawHub skills but the official installation command is rate-limited or failing.

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-install" with this command: npx skills add huanggu.ly/clawhub-install

ClawHub Install

Downloads and installs skills from ClawHub by direct URL access, avoiding rate limits that may occur with the official CLI.

Usage

bash {baseDir}/scripts/install.sh <skill_name> [skill_name2] [skill_name3] ...

Steps

Each skill installation follows these steps:

  1. Get workspace path: Retrieves the workspace directory from OpenClaw config using openclaw config get agents.defaults.workspace
  2. Download: Downloads the skill package from https://wry-manatee-359.convex.site/api/v1/download?slug=<skill_name>
  3. Extract: Unzips the package to <workspace>/skills/<skill_name>

Examples

# Install single skill
bash {baseDir}/scripts/install.sh finnhub

# Install multiple skills in one run
bash {baseDir}/scripts/install.sh finnhub massive-api tavily-search

Error Handling

The script will:

  • Report errors if required commands (curl, unzip, openclaw) are missing
  • Skip existing skills after removing them
  • Show success/failure count after batch installation

Use Cases

  • Use when clawhub install command is rate-limited
  • Use when installing multiple skills in batch
  • Use when direct download is preferred over CLI installation

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.

Coding

0Codekit

0codekit integration. Manage Workspaces. Use when the user wants to interact with 0codekit data.

Registry SourceRecently Updated
Coding

django-developer

Expert Django developer mastering Django 4+ with modern Python practices. Specializes in scalable web applications, REST API development, async views, and en...

Registry SourceRecently Updated
Coding

Basecamp

Basecamp integration. Manage Projects, Persons, Clients. Use when the user wants to interact with Basecamp data.

Registry SourceRecently Updated
Coding

Fibek Collections

Interact with the Fibek B2B collections platform API — manage invoices, clients, payment agreements, campaigns, and financial metrics

Registry SourceRecently Updated
clawhub-install | V50.AI