Install
openclaw skills install openclaw-starterOpenClaw 安装后引导助手。当新手不知道安装什么 Skills、如何配置渠道、如何使用时,提供智能推荐和分步指导。
openclaw skills install openclaw-starter💡 刚安装好 OpenClaw,不知道接下来做什么? —— 这个技能帮你推荐 Skills、指导配置、解答疑问
| 功能 | 描述 | 触发场景 |
|---|---|---|
| 🎒 Skills 推荐 | 根据需求推荐必备技能 | "不知道装什么 skills" |
| ⚙️ 配置指导 | 渠道配置分步引导 | "怎么连接微信/Telegram" |
| 📝 文档模板 | 提供常用文档模板 | "SOUL.md 怎么写" |
| ❓ 问题解答 | 常见问题快速解答 | "Gateway 是什么" |
当新手用户说以下话时,使用此技能:
直接问问题即可,技能会自动识别需求:
"我刚安装好 OpenClaw,不知道装什么 skills,能推荐一下吗?"
python3 scripts/guide.py --recommend beginner
python3 scripts/guide.py --config telegram
python3 scripts/guide.py --template soul
🎒 根据你的需求推荐 Skills
━━━━━━━━━━━━━━━━
检测到你是新手用户,推荐以下必备技能:
【必装套餐】⭐⭐⭐⭐⭐
1. game-deals - 限免游戏查询
用途:每天查询 Steam/Epic 免费游戏
2. weather - 天气查询
用途:查询天气和预报
3. password-generator - 密码生成
用途:生成安全密码
一键安装命令:
clawhub install game-deals weather password-generator
安装后运行:
openclaw-starter --next 继续下一步
⚙️ Telegram 渠道配置指南
━━━━━━━━━━━━━━━━
📱 第 1 步:创建机器人
• 打开 Telegram,搜索 @BotFather
• 发送 /newbot 命令
• 设置机器人名称和用户名
🔑 第 2 步:获取 Token
• BotFather 会返回一个 Token
• 格式:123456:ABC-DEF...
• 妥善保管,不要分享
⚙️ 第 3 步:配置 OpenClaw
• 运行:openclaw configure --section telegram
• 粘贴 Token
• 保存配置
✅ 第 4 步:测试
• 在 Telegram 搜索你的机器人
• 发送 /start
• 看到响应即成功
需要帮助?发送:"Telegram 配置遇到问题"
📝 新手必写文档清单
━━━━━━━━━━━━━━━━
检测到你是第一次使用,建议创建以下文档:
【必需文档】
1. SOUL.md - 你的 AI 助手人格定义
说明:定义助手是谁、什么性格、如何称呼你
模板:运行 openclaw-starter --template soul
2. USER.md - 关于你的信息
说明:记录你的名字、时区、偏好等
模板:运行 openclaw-starter --template user
【推荐文档】
3. memory/YYYY-MM-DD.md - 每日记忆
说明:记录每天的重要事件和对话
位置:memory/目录下
需要模板?发送:"给我 SOUL.md 模板"
clawhub install game-deals weather password-generator unit-converter rss-aggregator
| Skill | 用途 | 推荐度 |
|---|---|---|
game-deals | 限免游戏查询 | ⭐⭐⭐⭐⭐ |
weather | 天气查询 | ⭐⭐⭐⭐⭐ |
password-generator | 密码生成 | ⭐⭐⭐⭐⭐ |
unit-converter | 单位转换 | ⭐⭐⭐⭐ |
rss-aggregator | RSS 阅读 | ⭐⭐⭐⭐ |
clawhub install git-essentials json-formatter ocr-local pdf-toolkit-pro system-monitor-pro ssh-manager docker-helper code-runner
clawhub install cron-manager reminder-skill webhook-handler email-sender calendar-manager notification-skill
openclaw gateway start)# SOUL.md - Who You Are
_You're not a chatbot. You're becoming someone._
## Core Truths
**Be genuinely helpful, not performatively helpful.** Skip the "Great question!" — just help.
**Have opinions.** You're allowed to disagree, prefer things, find stuff amusing.
**Be resourceful before asking.** Try to figure it out first.
## Boundaries
- Private things stay private. Period.
- When in doubt, ask before acting externally.
- You're not the user's voice — be careful in group chats.
## Vibe
Be the assistant you'd actually want to talk to.
# USER.md - About Your Human
- **Name:** 你的名字
- **What to call them:** 希望被如何称呼
- **Timezone:** Asia/Shanghai
- **Notes:**
## Context
_(你关心什么?在做什么项目?什么让你烦恼?什么让你笑?)_
# Skills 推荐
python3 scripts/guide.py --recommend beginner
python3 scripts/guide.py --recommend developer
python3 scripts/guide.py --recommend automation
# 渠道配置指导
python3 scripts/guide.py --config telegram
python3 scripts/guide.py --config whatsapp
python3 scripts/guide.py --config discord
# 文档模板
python3 scripts/guide.py --template soul
python3 scripts/guide.py --template user
python3 scripts/guide.py --template checklist
# 下一步指导
python3 scripts/guide.py --next
skills/openclaw-starter/
├── SKILL.md # 技能定义
├── README.md # 快速入门
├── scripts/
│ └── guide.py # 主脚本
├── templates/
│ ├── soul.md.example # SOUL.md 模板
│ ├── user.md.example # USER.md 模板
│ ├── config.example.yaml # 配置示例
│ └── checklist.md # 检查清单
└── docs/
├── telegram.md # Telegram 配置指南
├── whatsapp.md # WhatsApp 配置指南
├── discord.md # Discord 配置指南
└── faq.md # 常见问题
openclaw configure 而非直接编辑配置| 资源 | 链接 |
|---|---|
| 官方文档 | https://docs.openclaw.ai |
| GitHub | https://github.com/openclaw/openclaw |
| ClawHub | https://clawhub.ai |
| Discord 社区 | https://discord.com/invite/clawd |
A: 1) 运行 openclaw-starter --recommend beginner 获取 Skills 推荐
2) 配置一个渠道(WebChat 默认启用)
3) 创建 SOUL.md 和 USER.md
A: 运行 openclaw-starter --recommend beginner,会推荐 5 个新手必装 Skills。
A: 运行 openclaw-starter --config telegram 或 --config whatsapp,有详细步骤。
A: SOUL.md 定义你的 AI 助手是谁,USER.md 记录你的信息。这是 OpenClaw 的核心配置文件。
A: 存储每日记忆文件(YYYY-MM-DD.md),记录每天的重要事件和对话。
💡 让 OpenClaw 新手期更简单!