← 返回 Skills 市场
Clawdhub
作者
Peter Steinberger
· GitHub ↗
· v1.0.0
37141
总下载
247
收藏
468
当前安装
1
版本数
在 OpenClaw 中安装
/install clawdhub
功能描述
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
安全使用建议
Install only if you intend to let the agent manage local skill folders and potentially publish skills. Require explicit approval before running install, update --all, --force, --no-input, login, or publish commands, and verify the package, target directory, registry, and files being published first.
功能分析
Type: OpenClaw Skill
Name: clawdhub
Version: 1.0.0
The skill instructs the OpenClaw agent to install a global npm package `clawdhub` via `npm i -g clawdhub` as part of its setup instructions in `SKILL.md`. This introduces a significant supply chain risk, as the `clawdhub` package itself, fetched from an external registry, could be compromised or malicious. The installed CLI tool is designed to interact with `clawdhub.com`, which is an external domain (IOC), and includes a `publish` command that could be used to upload local files if the agent is prompted to do so.
能力评估
Purpose & Capability
The stated purpose matches the artifact: use the ClawdHub CLI to search, install, update, and publish skills from clawdhub.com.
Instruction Scope
SKILL.md shows commands that can bulk-update installed skills and bypass prompts with --all --no-input --force, plus publish a local skill folder, but it does not require user confirmation, preview, or target verification.
Install Mechanism
The skill discloses installing the clawdhub npm package and requiring the clawdhub binary; this is purpose-aligned but depends on an external npm package.
Credentials
Network use against clawdhub.com and local ./skills changes are coherent with the CLI purpose, but the publish workflow can upload local content if used carelessly.
Persistence & Privilege
No hidden autorun or background persistence was found in the artifact, but global npm installation and login for publishing create durable local tooling/session state.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawdhub - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawdhub触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
元数据
常见问题
Clawdhub 是什么?
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 37141 次。
如何安装 Clawdhub?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawdhub」即可一键安装,无需额外配置。
Clawdhub 是免费的吗?
是的,Clawdhub 完全免费(开源免费),可自由下载、安装和使用。
Clawdhub 支持哪些平台?
Clawdhub 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clawdhub?
由 Peter Steinberger(@steipete)开发并维护,当前版本 v1.0.0。
推荐 Skills