Claude Skill
mengjian-github/xiaomo-starter-kit
Xiaomo Starter Kit is an OpenClaw-based Chinese AI assistant template. Set up your private AI assistant in 5 minutes with Claude and OpenAI support. Ideal for automation and AI agent tasks.
Overview
Repository
Install this Skill
npm install -g openclawRegistry
npm install -g openclawgit clone https://github.com/mengjian-github/xiaomo-starter-kit.git my-assistant
Summary
Xiaomo Starter Kit is an OpenClaw-based Chinese AI assistant template that enables you to build your own private AI assistant in just 5 minutes. It supports integration with Claude and OpenAI, and is designed for personal automation and AI agent use cases.
🐈⬛ OpenClaw 中文AI助手模板 | 5分钟打造你的专属AI私人助手
Key features
- 5-minute quick setup for a personal AI assistant
- Built on OpenClaw framework for Chinese-language AI
- Supports Claude and OpenAI integration
- Designed for automation and AI agent tasks
- Template-based, easy to customize
Use cases
- Personal AI assistant for daily tasks
- Chinese-language automation workflows
- AI agent for scheduling and reminders
- Quick prototyping of Claude-based tools
- Custom assistant for productivity
README excerpt
# 🐈⬛ xiaomo-starter-kit > 你的 AI 私人助手,一键启动。基于 [OpenClaw](https://openclaw.ai)(原 Clawdbot),中文用户友好。 <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> --- ## ✨ 这是什么? 一个预配置好的 OpenClaw AI 助手模板,帮你跳过繁琐的初始化,**5 分钟拥有自己的 AI 私人助手**。 包含: - 📜 **灵魂三件套**:`SOUL.md` / `USER.md` / `IDENTITY.md` 模板 - 💓 **心跳配置**:`HEARTBEAT.md` 预设日常检查项 - 🧠 **记忆系统**:`MEMORY.md` + `memory/` 目录结构 - 📋 **工作指南**:`AGENTS.md` 行为准则 - 🔧 **工具笔记**:`TOOLS.md` 本地工具速查 - 📚 **推荐 Skills**:精选实用技能列表 ## 🚀 快速开始 ### 1. 安装 OpenClaw ```bash npm install -g openclaw ``` ### 2. 使用模板 ```bash # 克隆此模板 git clone https://github.com/mengjian-github/xiaomo-starter-kit.git my-assistant cd my-assistant # 或者直接用 GitHub 的 "Use this template" 按钮 ``` ### 3. 个性化配置 编辑以下文件,把助手变成「你的」: ```bash # 定义助手的性格和行为 nano SOUL.md # 告诉助手关于你的信息 nano USER.md # 给助手起名字、设定形象 nano IDENTITY.md ``` ### 4. 启动 ```bash 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 | 任务管理 | `clawd