Claude Skill
datawhalechina/openclaw-tutorial
Learn to build a cross-device AI assistant in one week with the OpenClaw Tutorial by DataWhaleChina. Open-source, hands-on, and community-driven.
Overview
Repository
Install this Skill
git clone https://github.com/datawhalechina/openclaw-tutorial.gitRegistry
Summary
OpenClaw Tutorial is a learning guide by DataWhaleChina that teaches you how to build a cross-device AI assistant in one week using the OpenClaw framework. It covers setup, integration, and deployment for seamless AI experiences across devices.
OpenClaw 学习教程 - 一周打造跨设备 AI 助手
Key features
- One-week structured learning path
- Cross-device AI assistant development
- Hands-on tutorial with practical examples
- Open-source and community-driven
Use cases
- Building a personal AI assistant for multiple devices
- Learning cross-platform AI deployment
- Rapid prototyping of AI-powered applications
README excerpt
# OpenClaw 学习教程 > 🦞 一周掌握 OpenClaw,打造跨设备 AI 助手工作流 [](https://openclaw.ai) [](LICENSE) ## 📖 简介 本教程帮助你在 **1 周内** 掌握 OpenClaw,从安装配置到自动化工作流,实现随时随地和 AI 助手对话。 ## 🎯 学习目标 完成本教程后,你将能够: - ✅ 在多个聊天渠道(Telegram/飞书/Discord)连接 AI 助手 - ✅ 配置 Agent 工作空间和人格 - ✅ 安装和管理 Skills/Plugins - ✅ 配置 Cron 定时任务 - ✅ 使用 Heartbeat 实现主动工作 ## 📚 课程大纲 | Day | 主题 | 内容 | |-----|------|------| | 1 | [环境搭建](docs/day1-setup.md) | 安装 OpenClaw,连接第一个渠道 | | 2 | [多渠道配置](docs/day2-channels.md) | Telegram/飞书/Discord 配置 | | 3 | [Agent 工作空间](docs/day3-workspace.md) | SOUL.md/USER.md/记忆系统 | | 4 | [Skills 系统](docs/day4-skills.md) | 安装和创建 Skills | | 5 | [Cron 定时任务](docs/day5-cron.md) | 定时提醒和自动化任务 | | 6 | [Heartbeat](docs/day6-heartbeat.md) | 主动检查和批量任务 | | 7 | [综合项目](docs/day7-project.md) | 打造个人 AI 助手 | ## 🚀 快速开始 ### 1. 安装 ```bash # 确保 Node 22+ node -v # 安装 OpenClaw npm i -g openclaw # 首次运行 openclaw ``` ### 2. 配置 ```bash # 配置飞书 openclaw configure --section feishu ``` ### 3. 启动 ```bash openclaw gateway start ``` ### 4. 发消息 在 Telegram 给你的 bot 发消息,收到 AI 回复! ## 📁 项目结构 ``` openclaw-tutorial/ ├── README.md # 本文件 ├── docs/ │ ├── day1-setup.md │ ├── day2-channels.md │ └── ... ├── examples/ # 配置示例 │ ├── openclaw.json │ ├── workspace/ │ └── skills/ └── projects/ # 项目模板 ``` ## 🔗 资源链接 - [OpenClaw 官方文档](https://docs.openclaw.ai) - [ClawHub (Skills 市场)](https://clawhub.com) - [OpenClaw Discord](https://discord.com/invite/clawd) - [GitHub](https://github.com/openclaw/openclaw) ## 📅 学习时间线 (2.17 - 3.2) 本教程与 [claude-code-tutorial](https://github.com/linjh1118/claude-code-tutorial) **并行学习**。 ### Week 1:基础篇 (2.17 - 2.23) | 日期 | OpenClaw 任务 | 交付物 | |
Topics
No topics yet.