🐈⬛ OpenClaw Chinese AI Assistant Template | Have your AI personal assistant in 5 minutes
# Add to your Claude Code skills
git clone https://github.com/mengjian-github/xiaomo-starter-kit<p align="center"> <img src="https://img.shields.io/badge/OpenClaw-100k%2B%20⭐-blueviolet" alt="OpenClaw Stars" /> <img src="https://img.shields.io/badge/Language-中文-orange" alt="Chinese" /> <img src="https://img.shields.io/badge/License-MIT-green" alt="MIT License" /> </p>你的 AI 私人助手,一键启动。基于 OpenClaw(原 Clawdbot),中文用户友好。
一个预配置好的 OpenClaw AI 助手模板,帮你跳过繁琐的初始化,5 分钟拥有自己的 AI 私人助手。
包含:
SOUL.md / USER.md / IDENTITY.md 模板HEARTBEAT.md 预设日常检查项MEMORY.md + memory/ 目录结构AGENTS.md 行为准则TOOLS.md 本地工具速查npm install -g openclaw
# 克隆此模板
git clone https://github.com/mengjian-github/xiaomo-starter-kit.git my-assistant
cd my-assistant
# 或者直接用 GitHub 的 "Use this template" 按钮
编辑以下文件,把助手变成「你的」:
# 定义助手的性格和行为
nano SOUL.md
# 告诉助手关于你的信息
nano USER.md
# 给助手起名字、设定形象
nano IDENTITY.md
openclaw gateway start
然后在 Telegram / WhatsApp / Discord 上跟你的助手说声「你好」!
No comments yet. Be the first to share your thoughts!
my-assistant/
├── AGENTS.md # 助手的行为准则和工作流程
├── SOUL.md # 灵魂文件:性格、语气、边界
├── USER.md # 用户画像:让助手了解你
├── IDENTITY.md # 身份设定:名字、形象、Vibe
├── HEARTBEAT.md # 心跳检查项:助手定期自动执行
├── MEMORY.md # 长期记忆:重要事件和经验
├── TOOLS.md # 工具笔记:本地配置速查
├── TODO.md # 任务清单
├── memory/ # 每日记忆文件
│ └── .gitkeep
├── content/ # 内容输出目录
│ └── .gitkeep
└── docs/
└── SKILLS-GUIDE.md # 推荐技能清单和安装指南
| 技能 | 用途 | 安装命令 |
|------|------|---------|
| weather | 天气查询 | clawdhub install weather |
| github | GitHub 操作 | 内置 |
| todo-tracker | 任务管理 | clawdhub install jdrhyne/todo-tracker |
| remind-me | 自然语言提醒 | clawdhub install remind-me |
| gog | Google 邮箱/日历/文档 | clawdhub install gog |
| youtube-watcher | 视频摘要 | clawdhub install youtube-watcher |
| web-search | 网页搜索 | 内置 |
完整技能列表请查看 ClawdHub。
我们写了一份详细的《人人都该有一个 AI 私人助手》7 天指南:
.env 或环境变量)clawdbot.json 配置文件权限建议设为 chmod 600MEMORY.md 中的敏感信息由 孟健 和小墨 🐈⬛ 共同创建。
MIT License - 自由使用、修改、分发。
喵~ 欢迎 Star ⭐ 支持,让更多人拥有自己的 AI 助手。 🐈⬛