← 返回 Skills 市场
473
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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:
- 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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawhub-install - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawhub-install触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 473 次。
如何安装 clawhub-install?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawhub-install」即可一键安装,无需额外配置。
clawhub-install 是免费的吗?
是的,clawhub-install 完全免费(开源免费),可自由下载、安装和使用。
clawhub-install 支持哪些平台?
clawhub-install 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 clawhub-install?
由 upupc(@upupc)开发并维护,当前版本 v1.0.1。
推荐 Skills