xiaomo-starter-kit

作者 mengjian-github已验证

🐈‍⬛ OpenClaw 中文 AI 助手模板 | 5分钟拥有你的 AI 私人助手

368
Stars
80
Forks
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/mengjian-github/xiaomo-starter-kit

快速入门

使用 xiaomo-starter-kit 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

🐈‍⬛ 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
githubGitHub 操作内置
todo-tracker任务管理clawdhub install jdrhyne/todo-tracker
remind-me自然语言提醒clawdhub install remind-me
gogGoogle 邮箱/日历/文档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 助手。 🐈‍⬛

常见问题

What is xiaomo-starter-kit?

xiaomo-starter-kit is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by mengjian-github. 🐈‍⬛ OpenClaw 中文 AI 助手模板 | 5分钟拥有你的 AI 私人助手. It has 368 GitHub stars.

Is xiaomo-starter-kit safe to use?

Yes. xiaomo-starter-kit passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install xiaomo-starter-kit?

Clone the repository with "git clone https://github.com/mengjian-github/xiaomo-starter-kit" and add it to your Claude Code skills directory (see the Installation section above).

Are there alternatives to xiaomo-starter-kit?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh xiaomo-starter-kit against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情