OpenClaw 公开课,使用 MkDocs 构建,支持中英文双语。
- Installation - OpenClaw 环境搭建、安装和基础配置
- Skill Practice - 使用 OpenClaw 完成工作任务,定制开发技能
- Skill Sharing - 第三方技能分享与发现
- Use Cases - 多技能整合实现自动化工作流
- Installation - OpenClaw environment setup and configuration
- Skill Practice - Using OpenClaw for work and customizing skills
- Skill Sharing - Third-party skill discovery and sharing
- Use Cases - Integrating multiple skills for automated workflows
# 安装依赖
pip install mkdocs mkdocs-material mkdocs-awesome-pages-plugin
# 启动开发服务器
mkdocs serve
# 构建静态站点
mkdocs buildopenskill.top/
├── mkdocs.yml # MkDocs 配置文件
├── docs/
│ ├── zh/ # 中文内容
│ │ ├── index.md
│ │ ├── installation/
│ │ ├── skill-practice/
│ │ ├── skill-sharing/
│ │ └── use-cases/
│ └── en/ # 英文内容
│ ├── index.md
│ ├── installation/
│ ├── skill-practice/
│ ├── skill-sharing/
│ └── use-cases/
└── README.md
部署到 GitHub Pages:
mkdocs gh-deploy或使用其他静态站点托管服务(如 Netlify、Vercel)直接部署 site/ 目录。