整理文件路径:Technical→AI/

This commit is contained in:
2026-04-14 18:54:05 +08:00
parent c9767442ca
commit b6a3ed5f77
145 changed files with 4249 additions and 83 deletions

View File

@@ -0,0 +1,62 @@
---
title: "技能系统"
type: concept
tags: [skill, openclaw, extension]
last_updated: 2026-04-14
---
# 技能系统
OpenClaw的扩展机制通过技能包添加新能力。
## 技能结构
```
skills/
├── skill-name/
│ └── SKILL.md
```
## 常用技能
### 集成技能
- [[Telegram]]:消息通道
- [[Discord]]:协作平台
- [[Slack]]:团队通讯
### 数据技能
- [[YouTube]]:视频内容获取
- [[Reddit]]:社区内容聚合
- [[GitHub]]:代码和项目数据
### 工具技能
- [[arxiv-reader]]:学术论文读取
- [[latex-compiler]]LaTeX编译
- [[youtube-full]]YouTube完整集成
### MCP技能
- [[n8n-mcp]]N8N节点访问
- [[idea-reality-mcp]]:创意验证
## 技能安装
通过ClawHub安装
```bash
npx clawhub@latest install skill-name
```
或通过OpenClaw
```text
Install the youtube-full skill
```
## 技能开发
技能是包含SKILL.md的目录定义
- 工具列表
- 使用方法
- 配置要求
## 使用场景
详见各use case中的"Skills you Need"部分。