← 返回 Skills 市场
andy27725

Clawhub Local

作者 Andy27725 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
1733
总下载
0
收藏
11
当前安装
1
版本数
在 OpenClaw 中安装
/install clawhub-local
功能描述
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed s...
使用说明 (SKILL.md)

ClawHub CLI

Install

npm i -g clawhub

Auth (publish)

clawhub login
clawhub whoami

Search

clawhub search "postgres backups"

Install

clawhub install my-skill
clawhub install my-skill --version 1.2.3

Update (hash-based match + upgrade)

clawhub update my-skill
clawhub update my-skill --version 1.2.3
clawhub update --all
clawhub update my-skill --force
clawhub update --all --no-input --force

List

clawhub list

Publish

clawhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs"

Notes

  • Default registry: https://clawhub.com (override with CLAWHUB_REGISTRY or --registry)
  • Default workdir: cwd (falls back to OpenClaw workspace); install dir: ./skills (override with --workdir / --dir / CLAWHUB_WORKDIR)
  • Update command hashes local files, resolves matching version, and upgrades to latest unless --version is set
安全使用建议
This skill is coherent: it just documents and helps use the ClawHub CLI. Before installing, consider: (1) npm install -g will place a global binary and npm packages can run install scripts — only install if you trust the package source; (2) the CLI will download and install third-party skills from a registry (default https://clawhub.com) — those skills can contain code that will run on your agent, so review or sandbox them before use; (3) publishing requires authentication (use secure credentials and be mindful of where they are stored); (4) if you prefer less impact, run the CLI in a container or VM, or avoid -g installs and use a local install instead. If you trust ClawHub and the skills you install, this skill is appropriate; if not, do not install.
功能分析
Type: OpenClaw Skill Name: clawhub-local Version: 1.0.0 The skill bundle defines a legitimate interface for the ClawHub CLI, a utility for managing agent skills via a registry (clawhub.com). The SKILL.md file provides standard documentation for installation via npm and usage instructions for searching, installing, and publishing skills, with no evidence of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
The skill's name and description match its requirements: it requires the 'clawhub' CLI and provides an npm-based install for the clawhub package. Nothing requested (binaries, install target) is unrelated to searching, installing, updating or publishing skills from clawhub.com.
Instruction Scope
SKILL.md only instructs use of the clawhub CLI (search, install, update, list, publish, login). Those commands legitimately read/write local directories (default ./skills or overridden workdir) and contact the registry (https://clawhub.com by default). It does not instruct reading unrelated system files or secrets, but publish/login will involve authentication and the CLI will access network endpoints and local filesystem.
Install Mechanism
Install is via npm (package 'clawhub'), which is traceable and expected for a CLI. npm packages may run install scripts and npm i -g modifies global binaries; this is appropriate for a CLI but carries the usual moderate risk of executing package-provided install-time code.
Credentials
The skill declares no required environment variables. SKILL.md documents optional env overrides (CLAWHUB_REGISTRY, CLAWHUB_WORKDIR) and uses interactive CLI login for publishing. No unrelated credentials or high-privilege env vars are requested.
Persistence & Privilege
always:false and normal autonomous invocation settings. The skill does not request permanent platform-wide privileges or attempt to modify other skills' configs. Installing the npm CLI creates a global binary (normal for CLIs) and using clawhub will write/modify skill folders (expected behavior).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawhub-local
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawhub-local 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of clawhub-local. - Integrates ClawHub CLI for searching, installing, updating, and publishing agent skills from clawhub.com. - Supports skill management via CLI commands: search, install, update, list, and publish. - Uses npm-installed "clawhub" CLI; includes setup instructions. - Allows registry and work directory overrides for flexibility. - Update command intelligently matches file hashes to resolve and upgrade to the appropriate skill version.
元数据
Slug clawhub-local
版本 1.0.0
许可证 MIT-0
累计安装 12
当前安装数 11
历史版本数 1
常见问题

Clawhub Local 是什么?

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1733 次。

如何安装 Clawhub Local?

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

Clawhub Local 是免费的吗?

是的,Clawhub Local 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Clawhub Local 支持哪些平台?

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

谁开发了 Clawhub Local?

由 Andy27725(@andy27725)开发并维护,当前版本 v1.0.0。

💬 留言讨论