Home
Softono
xiaomo-starter-kit

xiaomo-starter-kit

Open source
364
Stars
81
Forks
1
Issues
3
Watchers
4 months
Last Commit

About xiaomo-starter-kit

xiaomo-starter-kit is a pre-configured template for OpenClaw, designed to help Chinese users quickly establish a personalized AI private assistant in minutes. Based on the OpenClaw framework, it provides a complete foundation including personality definition, user context, identity settings, memory systems, and operational guidelines. Key components include SOUL.md for agent behavior, USER.md for personal profiles, IDENTITY.md for visual identity, HEARTBEAT.md for routine checks, and a structured memory system for long-term retention. The kit supports extension through a curated list of skills such as weather updates, task management, reminders, email integration, and web search. It streamlines the setup process by offering a standardized directory structure with ready-to-edit configuration files. Installation requires the global OpenClaw package, followed by cloning the repository and customizing the markdown files to define the assistant's persona and capabilities. Once configured, users can initiate the ga

Platforms

Web Self-hosted

🐈‍⬛ xiaomo-starter-kit

你的 AI 私人助手,一键启动。基于 OpenClaw(原 Clawdbot),中文用户友好。

OpenClaw Stars Chinese MIT License


✨ 这是什么?

一个预配置好的 OpenClaw AI 助手模板,帮你跳过繁琐的初始化,5 分钟拥有自己的 AI 私人助手

包含:

  • 📜 灵魂三件套SOUL.md / USER.md / IDENTITY.md 模板
  • 💓 心跳配置HEARTBEAT.md 预设日常检查项
  • 🧠 记忆系统MEMORY.md + memory/ 目录结构
  • 📋 工作指南AGENTS.md 行为准则
  • 🔧 工具笔记TOOLS.md 本地工具速查
  • 📚 推荐 Skills:精选实用技能列表

🚀 快速开始

1. 安装 OpenClaw

npm install -g openclaw

2. 使用模板

# 克隆此模板
git clone https://github.com/mengjian-github/xiaomo-starter-kit.git my-assistant
cd my-assistant

# 或者直接用 GitHub 的 "Use this template" 按钮

3. 个性化配置

编辑以下文件,把助手变成「你的」:

# 定义助手的性格和行为
nano SOUL.md

# 告诉助手关于你的信息
nano USER.md

# 给助手起名字、设定形象
nano IDENTITY.md

4. 启动

openclaw gateway start

然后在 Telegram / WhatsApp / Discord 上跟你的助手说声「你好」!

📁 文件结构

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  # 推荐技能清单和安装指南

🧩 推荐 Skills

技能 用途 安装命令
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

📖 7 天从入门到上手

我们写了一份详细的《人人都该有一个 AI 私人助手》7 天指南:

  • Day 1: 遇见你的 AI 助手
  • Day 2: 10 分钟搭建
  • Day 3: 给助手一个灵魂
  • Day 4: 接入数字生活
  • Day 5: 解锁技能树
  • Day 6: 让助手主动工作
  • Day 7: 进阶玩法

👉 阅读完整指南(飞书知识库)

🔒 安全提醒

  • ⚠️ 不要把 API Key 提交到 Git(使用 .env 或环境变量)
  • ⚠️ 安装 Skill 前检查源码
  • ⚠️ clawdbot.json 配置文件权限建议设为 chmod 600
  • ⚠️ 定期检查和清理 MEMORY.md 中的敏感信息

👤 关于

孟健 和小墨 🐈‍⬛ 共同创建。

  • 📱 公众号:孟健AI编程
  • 🐦 Twitter: @xjtumj
  • 💬 交流群:关注公众号回复「小墨」加入

📄 License

MIT License - 自由使用、修改、分发。


喵~ 欢迎 Star ⭐ 支持,让更多人拥有自己的 AI 助手。 🐈‍⬛