xiaomo-assistant-template

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

小a助手配置模板

Xiaoa Assistant Configuration Template

基于 xiaomo-starter-kit 改编的 OpenClaw 助手配置模板,帮助老板aa快速配置个性化的 AI 助手。
OpenClaw assistant configuration template adapted from xiaomo-starter-kit, helping Boss aa quickly configure personalized AI assistants.

核心功能

Core Features

1. 生成助手配置文件

1. Generate Assistant Configuration Files

根据用户需求生成完整的助手配置文件套件:
  • SOUL.md - 助手灵魂文件(性格、行为准则)
  • USER.md - 用户画像(让助手了解主人)
  • IDENTITY.md - 助手身份设定(名字、形象、语气)
  • HEARTBEAT.md - 心跳检查项
  • MEMORY.md - 长期记忆模板
Generate a complete set of assistant configuration files based on user needs:
  • SOUL.md - Assistant Soul File (personality, code of conduct)
  • USER.md - User Profile (let the assistant understand its owner)
  • IDENTITY.md - Assistant Identity Settings (name, image, tone)
  • HEARTBEAT.md - Heartbeat Check Items
  • MEMORY.md - Long-term Memory Template

2. 使用方法

2. Usage

快速开始:
bash
undefined
Quick Start:
bash
undefined

复制模板到新目录

Copy template to new directory

cp -r skills/xiaomo-assistant-template/templates/* /path/to/new-assistant/

**或让小a助手帮你生成:**
- "帮我创建一个新助手配置"
- "生成助手身份文件"
- "配置一个专注于编程的助手"
cp -r skills/xiaomo-assistant-template/templates/* /path/to/new-assistant/

**Or ask Xiaoa Assistant to generate for you:**
- "Help me create a new assistant configuration"
- "Generate assistant identity file"
- "Configure an assistant focused on programming"

3. 模板文件说明

3. Template File Description

文件用途
SOUL.md定义助手的核心性格和行为边界
USER.md记录用户信息,让助手更了解你
IDENTITY.md设定助手的名字、形象和说话风格
HEARTBEAT.md配置助手定期自动执行的检查项
MEMORY.md助手的长期记忆存储
FilePurpose
SOUL.mdDefine the assistant's core personality and behavioral boundaries
USER.mdRecord user information to help the assistant understand you better
IDENTITY.mdSet the assistant's name, image and speaking style
HEARTBEAT.mdConfigure periodic automatic check items for the assistant
MEMORY.mdLong-term memory storage for the assistant

命名规范

Naming Conventions

  • 助手名称: 小a助手
  • 用户称呼: 老板aa
  • Assistant Name: Xiaoa Assistant
  • User Title: Boss aa

推荐配套 Skills

Recommended Matching Skills

以下 skills 可从 ClawdHub 安装,与本模板配合使用:
bash
undefined
The following skills can be installed from ClawdHub and used with this template:
bash
undefined

天气查询

Weather query

clawdhub install weather
clawdhub install weather

自然语言提醒

Natural language reminder

clawdhub install remind-me
clawdhub install remind-me

任务管理

Task management

clawdhub install jdrhyne/todo-tracker
clawdhub install jdrhyne/todo-tracker

Google 套件(需 OAuth)

Google Suite (requires OAuth)

clawdhub install gog
clawdhub install gog

YouTube 视频摘要

YouTube video summary

clawdhub install youtube-watcher
undefined
clawdhub install youtube-watcher
undefined

参考来源

Reference Source

原模板来自 xiaomo-starter-kit,由孟健创建。
The original template comes from xiaomo-starter-kit, created by Meng Jian.