/install 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 \x3Cskill_name> [skill_name2] [skill_name3] ...
Steps
Each skill installation follows these steps:
- Get workspace path: Retrieves the workspace directory from OpenClaw config using
openclaw config get agents.defaults.workspace - Download: Downloads the skill package from
https://wry-manatee-359.convex.site/api/v1/download?slug=\x3Cskill_name> - Extract: Unzips the package to
\x3Cworkspace>/skills/\x3Cskill_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 installcommand is rate-limited - Use when installing multiple skills in batch
- Use when direct download is preferred over CLI installation
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawhub-install - After installation, invoke the skill by name or use
/clawhub-install - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 473 downloads so far.
How do I install clawhub-install?
Run "/install clawhub-install" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is clawhub-install free?
Yes, clawhub-install is completely free (open-source). You can download, install and use it at no cost.
Which platforms does clawhub-install support?
clawhub-install is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created clawhub-install?
It is built and maintained by upupc (@upupc); the current version is v1.0.1.