← Back to Skills Marketplace
upupc

clawhub-install

by upupc · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
473
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install clawhub-install
Description
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...
README (SKILL.md)

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:

  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=\x3Cskill_name>
  3. 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 install command is rate-limited
  • Use when installing multiple skills in batch
  • Use when direct download is preferred over CLI installation
Usage Guidance
This script does exactly what it says — it downloads zip files and unpacks them into your agent's skills folder — but the downloads come from an unexpected third‑party host and there are no integrity checks. Before installing, verify the download source is legitimate (confirm the domain is trusted and owned by ClawHub or your organization), inspect the zip contents manually in a sandbox, prefer the official CLI when possible, request/require cryptographic signatures or checksums for packages, and run the installer in an isolated environment if you must use it. If you can't verify the source, treat this as high-risk and avoid running it on production or sensitive agents.
Capability Analysis
Type: OpenClaw Skill Name: clawhub-install Version: 1.0.1 This skill acts as an unofficial downloader/installer that bypasses official OpenClaw CLI rate limits by fetching skill packages from a third-party Convex-hosted URL (wry-manatee-359.convex.site). While the logic in scripts/install.sh is functional for its stated purpose, the practice of redirecting users to an unverified external mirror to download and execute code (skills) represents a significant supply-chain risk and could be used to distribute tampered or malicious packages.
Capability Assessment
Purpose & Capability
The skill's stated purpose (bypass CLI rate limits to download and install skills) aligns with the included script: it queries OpenClaw for the workspace and writes to workspace/skills. However, the download host (https://wry-manatee-359.convex.site) is not an obvious official ClawHub/official domain, which is unexpected for a tool that claims to install ClawHub skills.
Instruction Scope
Instructions and script only perform workspace lookup, download, unzip, and place files under workspace/skills — which is within scope — but they provide no integrity checks (no checksum/signature verification) and no validation of package contents before extraction. The script will overwrite existing skill directories, which is expected for installs but increases risk if the source is untrusted.
Install Mechanism
There is no packaged install spec (instruction-only plus a shell script). The script downloads archives from a third-party HTTPS endpoint (convex.site). Downloading and extracting arbitrary archives from an untrusted URL is a high-risk install mechanism because it can drop arbitrary code into the agent workspace.
Credentials
The skill does not request credentials or environment variables and only requires the presence of curl, unzip, and openclaw (which the script checks). Those requirements are proportionate to the described task.
Persistence & Privilege
The skill is not forced-always and does not modify other skills' configs. It writes into the agent workspace (workspace/skills) and removes/overwrites existing skill directories — appropriate for an installer but a privilege to be cautious about because it can replace installed skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawhub-install
  3. After installation, invoke the skill by name or use /clawhub-install
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Changed extraction path when unzipping skills to <workspace>/skills/<skill_name> (was <workspace>/<skill_name>) - No other functional or usage changes documented
v1.0.0
Initial release: Skill to directly download and install ClawHub skills using curl, bypassing official CLI rate limits. - Installs one or more ClawHub skills by downloading ZIPs directly and unzipping them to the OpenClaw workspace. - Provides error reporting for missing dependencies and shows batch installation results. - Supports usage when the official install command is rate-limited or fails.
Metadata
Slug clawhub-install
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

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.

💬 Comments