← 返回 Skills 市场
sreejith77

Clawhub

作者 sreejith77 · GitHub ↗ · v1.1.1
cross-platform ✓ 安全检测通过
4545
总下载
2
收藏
45
当前安装
3
版本数
在 OpenClaw 中安装
/install skill-installer
功能描述
Install, search, update, and manage skills from ClawHub (the public OpenClaw skill registry). Use when the user wants to install a skill by slug (e.g. "clawh...
安全使用建议
Install only if you trust ClawHub and the npm `clawhub` CLI. Confirm any global CLI installation yourself, review third-party skills before enabling them, and be careful with `update --all` because installed skills persist and can affect future OpenClaw sessions.
功能分析
Type: OpenClaw Skill Name: skill-installer Version: 1.1.1 The skill is designed to manage other OpenClaw skills using an external `clawhub` CLI tool. It instructs the agent to execute shell commands like `cd`, `which`, `npm i -g clawhub`, and various `clawhub` subcommands. While the `SKILL.md` explicitly states 'Do not auto-install without user confirmation' for `npm i -g clawhub`, the 'Workflow' section later instructs the agent to 'install if missing' without reiterating the need for user confirmation. This ambiguity presents a prompt-injection vulnerability, as a less robust agent might auto-install a global package without user consent. The reliance on an external CLI and the execution of powerful commands like `npm i -g` with user-provided input (e.g., `<slug>`) also introduce potential shell injection risks if the `clawhub` CLI itself is vulnerable or if the agent mishandles input, classifying it as suspicious rather than benign due to these risky capabilities and instruction ambiguities.
能力评估
Purpose & Capability
The stated purpose is to search, install, update, and manage ClawHub skills, and the documented commands match that purpose.
Instruction Scope
The skill includes broad actions such as installing a skill and updating all installed skills, but they are presented as user-directed commands rather than hidden automation.
Install Mechanism
It depends on the external global `clawhub` npm CLI and shows `npm i -g clawhub`; the artifact also says to ask the user to install it manually and not auto-install without confirmation.
Credentials
Managing files under `~/.openclaw/workspace/skills` is proportionate to a skill manager, but it can change future agent behavior.
Persistence & Privilege
Installed workspace skills persist across sessions and take precedence over other skills; this persistence is disclosed in the artifact.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-installer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-installer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
Fix: removed undeclared env var, require user confirmation before npm install
v1.1.0
Added WhatsApp install instructions
v1.0.0
Initial release of the ClawHub Skill Manager. - Enables searching, installing, updating, and managing OpenClaw skills via the public ClawHub registry using the `clawhub` CLI. - Provides command examples for installing, searching, updating, and listing skills. - Includes workflow guidance and important notes on security and skill precedence. - Requires the `clawhub` CLI (installable via npm if not present).
元数据
Slug skill-installer
版本 1.1.1
许可证
累计安装 45
当前安装数 45
历史版本数 3
常见问题

Clawhub 是什么?

Install, search, update, and manage skills from ClawHub (the public OpenClaw skill registry). Use when the user wants to install a skill by slug (e.g. "clawh... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4545 次。

如何安装 Clawhub?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-installer」即可一键安装,无需额外配置。

Clawhub 是免费的吗?

是的,Clawhub 完全免费(开源免费),可自由下载、安装和使用。

Clawhub 支持哪些平台?

Clawhub 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Clawhub?

由 sreejith77(@sreejith77)开发并维护,当前版本 v1.1.1。

💬 留言讨论