OpenClaw Skill 官方 + 快速上手清单
一、OpenClaw 主站与文档
- 官方主站:https://openclaw.ai
- 中文主站:https://openclaws.io/zh/
- 官方文档中心:https://docs.openclaw.ai
- Skill 官方文档:https://openclawlab.com/zh-cn/docs/tools/skills/
二、官方技能市场(ClawHub)
- 技能市场(Skill Marketplace):https://clawhub.ai
- 技能仓库:https://github.com/openclaw/skills
三、GitHub 核心仓库
- OpenClaw 主仓库:https://github.com/openclaw/openclaw
- ClawHub 仓库:https://github.com/openclaw/clawhub
四、Skill 快速安装命令
方式一:用 ClawHub CLI 安装(推荐)
1. 安装 ClawHub CLI(必须)
npm install -g clawhub
# 或国内镜像
npm install -g clawhub --registry=https://registry.npmmirror.com
2. 搜索 / 安装技能
# 搜索技能
clawhub search websearch
clawhub search fileop
# 安装单个技能
clawhub install websearch
clawhub install fileop
clawhub install shell
clawhub install scheduler
clawhub install markdown
clawhub install image
clawhub install git
# 批量安装(你团队需要的全部)
clawhub install websearch fileop shell scheduler markdown image git
3. 验证安装
openclaw skills list
# 或
clawhub list
方式二:手动安装(网络不好时最稳)
1. 从 GitHub 下载官方技能仓库
cd ~/.openclaw/skills
git clone https://github.com/openclaw/skills.git ./official
2. 或下载单个技能 ZIP(从 ClawHub 官网)
打开 https://clawhub.ai
搜索技能(如 websearch)
点「Download ZIP」
解压到 ~/.openclaw/skills/技能名/
3. 扫描并启用
openclaw skills scan
openclaw skills enable websearch
openclaw skills enable fileop
# ... 依次启用你需要的
方式三:用 openclaw config 向导安装(新手友好)
bash
运行
openclaw config
按提示:
选择 Local (this machine)
勾选 Skills (Install/enable workspace skills)
按空格选择要安装的技能
确认并完成
五、让 Agent 使用 Skill 的配置方法(AGENTS.md/ Soul.md)
在你的 Agent 配置里加一行:
skills:
- websearch
- fileop
- scheduler
示例(main Agent):
name: main
description: 项目总负责人
skills:
- websearch
- fileop
- scheduler
- shell
热门日志
分类
- git(9)
- Mac(7)
- C(1)
- memcache(1)
- Python(33)
- Vim(8)
- sed(2)
- ansible(3)
- awk(4)
- shell(3)
- Django(4)
- ssdb(1)
- bat(4)
- svn(0)
- docker(1)
- Tornado(1)
- go(2)
- 架构(20)
- Vue(1)
- game(2)
- AI(3)
- Windows(8)
- Java(8)
- Mysql(38)
- Ajax(2)
- Jsp(1)
- Struts(8)
- Linux(73)
- JavaScript(39)
- Staruml(0)
- Mouth(1)
- Html(6)
- Php(102)
- Message(54)
- Lua(10)
- Compute(1)
- Redis(6)
- Nginx(13)
- Jquery(1)
- Apache(1)
- cocos2d-x(8)
- about(1)

