Files
nexus/wiki/concepts/技能系统.md

63 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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"部分。