Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Install and manage OpenClaw agent skills. Learn how to find, install, and configure new capabilities from ClawHub and GitHub.
Install and manage OpenClaw agent skills. Learn how to find, install, and configure new capabilities from ClawHub and GitHub.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
本技能基于视频教程:https://www.bilibili.com/video/BV1PbFUzZEvN
OpenClaw 是目前最流行的 AI 智能体。要让它变强,需要安装更多的技能包(Agent Skills)。
# 安装 Vercel Skills 工具 npm install -g @vercel/skills # 查看可用技能 skills # 安装技能 skills install <skill-name> # 例如安装天气技能 skills install weather
# 安装 clawdhub 工具 npm install -g clawdhub # 搜索技能 clawdhub search <keyword> # 安装技能 clawdhub install <owner/skill-name> # 例如 clawdhub install steipete/weather
# 克隆技能仓库 git clone https://github.com/<owner>/<skill-repo>.git ~/.openclaw/workspace/skills/<skill-name> # 或者使用 npx npx clawdhub install <owner>/<skill-name>
weather - 天气查询 brave-search / tavily-search - 网页搜索 summarize - 内容总结
github - GitHub 操作 openai-whisper - 语音转文字 humanizer - 文字润色
gog - Google Workspace notion - Notion 集成 obsidian - 笔记管理
self-improving-agent - 自我改进 proactive-agent - 主动预判 ontology - 知识图谱
~/.openclaw/workspace/skills/ ├── weather/ │ ├── SKILL.md │ ├── install.sh │ └── ... ├── brave-search/ │ └── ... └── ...
# 列出已安装技能 ls ~/.openclaw/workspace/skills/ # 查看技能详情 cat ~/.openclaw/workspace/skills/<skill-name>/SKILL.md
部分技能需要配置 API Key(如 Tavily、Brave、OpenAI 等) 有些技能需要安装额外的 npm 包 建议阅读每个技能的 SKILL.md 了解具体用法
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.