ClawHub 安装与配置 | ClawHub setup. 帮助中文用户安装 ClawHub、配置镜像(如阿里云)、 找技能(发现/推荐)、以及技能的安装/更新/启用/禁用。 Use when: 安装 clawhub, clawhub 怎么用, 找技能/找 skill, 有什么技能可以/有什么 skill 可以, 找一个技能/找一个 skill, 搜索技能/搜索 skill, 安装技能/安装 skill, 更新技能/更新 skill, 管理技能/管理 skill, clawhub init, clawhub install, clawhub search, clawhub update, openclaw skills.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add lxyeternal/MalSkillBench --skill openclaw-skills-setup-cn --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Openclaw Skills Setup Cn?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lxyeternal-openclaw-skills-setup-cn)More formats (shields.io, HTML) on the badges page.
---
name: openclaw-skills-setup-cn
description: >-
ClawHub 安装与配置 | ClawHub setup. 帮助中文用户安装 ClawHub、配置镜像(如阿里云)、
找技能(发现/推荐)、以及技能的安装/更新/启用/禁用。
Use when: 安装 clawhub, clawhub 怎么用, 找技能/找 skill, 有什么技能可以/有什么 skill 可以,
找一个技能/找一个 skill, 搜索技能/搜索 skill, 安装技能/安装 skill, 更新技能/更新 skill,
管理技能/管理 skill, clawhub init, clawhub install, clawhub search,
clawhub update, openclaw skills.
---
# ClawHub 安装和使用
本技能覆盖:ClawHub 安装与镜像配置、**找技能**(发现/推荐)、以及技能的安装/更新/启用/禁用。
## 安装 ClawHub
```bash
# npm 安装
npm install -g clawhub
# 或 pnpm 安装
pnpm add -g clawhub
```
初始化:
```bash
clawhub init
```
配置阿里云镜像(推荐国内用户):
```bash
clawhub config set clawhub.mirror "https://mirror.aliyun.com/clawhub/"
```
## 安装核心技能
批量安装新手必备技能(等待 5–10 分钟):
```bash
clawhub install tavily-search find-skills proactive-agent-1-2-4 pdf-chat file-organizer
```
验证安装状态:
```bash
openclaw skills list
```
## 技能管理
### 找技能(发现与推荐)
当用户问「有什么技能可以…」「找一个技能」「搜索技能」时:
1. **理解需求**:从自然语言中提取关键词(例如:PDF、Excel、翻译、写代码)。
2. **搜索**:`clawhub search "<关键词>"`。
3. **查看详情**:对感兴趣的结果执行 `clawhub inspect <技能名称>`。
4. **推荐并安装**:给出推荐列表,并提供安装命令 `clawhub install <技能名称>`。
```bash
# 搜索技能
clawhub search "<关键词>"
# 查看技能详情
clawhub inspect <技能名称>
# 安装技能
clawhub install <技能名称>
# 安装指定版本
clawhub install <技能名称>@<版本号>
```
### 更新
```bash
# 更新单个技能
clawhub update <技能名称>
# 更新所有技能(推荐定期执行)
clawhub update --all
```
### 启用与禁用
```bash
# 查看技能状态
openclaw skills list --status
# 禁用技能
openclaw skills disable <技能名称>
# 启用技能
openclaw skills enable <技能名称>
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!