Agent skill · Design & Presentation

xiaomo-assistant-template

小a助手配置模板。基于 xiaomo-starter-kit 改编,提供预配置的 OpenClaw 助手框架文件。当用户需要快速配置新助手、设置助手身份、创建助手配置文件时使用此技能。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill xiaomo-assistant-template-aaaaqwq-agi-super-skills --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Declared author: 孟健 (mengjian-github) - 原作者
Path: skills/agent/xiaomo-assistant-template-aaaaqwq-agi-super-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 小a助手配置模板 基于 xiaomo-starter-kit 改编的 OpenClaw 助手配置模板,帮助老板aa快速配置个性化的 AI 助手。 ## 核心功能 ### 1. 生成助手配置文件 根据用户需求生成完整的助手配置文件套件: - **SOUL.md** - 助手灵魂文件(性格、行为准则) - **USER.md** - 用户画像(让助手了解主人) - **IDENTITY.md** - 助手身份设定(名字、形象、语气) - **HEARTBEAT.md** - 心跳检查项 - **MEMORY.md** - 长期记忆模板 ### 2. 使用方法 **快速开始:** ```bash # 复制模板到新目录 cp -r skills/xiaomo-assistant-template/templates/* /path/to/new-assistant/ ``` **或让小a助手帮你生成:** - "帮我创建一个新助手配置" - "生成助手身份文件" - "配置一个专注于编程的助手" ### 3. 模板文件说明 | 文件 | 用途 | |------|------| | SOUL.md | 定义助手的核心性格和行为边界 | | USER.md | 记录用户信息,让助手更了解你 | | IDENTITY.md | 设定助手的名字、形象和说话风格 | | HEARTBEAT.md | 配置助手定期自动执行的检查项 | | MEMORY.md | 助手的长期记忆存储 | ## 命名规范 - 助手名称: 小a助手 - 用户称呼: 老板aa ## 推荐配套 Skills 以下 skills 可从 ClawdHub 安装,与本模板配合使用: ```bash # 天气查询 clawdhub install weather # 自然语言提醒 clawdhub install remind-me # 任务管理 clawdhub install jdrhyne/todo-tracker # Google 套件(需 OAuth) clawdhub install gog # YouTube 视频摘要 clawdhub install youtube-watcher ``` ## 参考来源 原模板来自 [xiaomo-starter-kit](https://github.com/mengjian-github/xiaomo-starter-kit),由孟健创建。

What's inside
Steps it walks through
  1. 核心功能
  2. 1. 生成助手配置文件
  3. 2. 使用方法
  4. 3. 模板文件说明
  5. 命名规范
  6. 推荐配套 Skills
  7. 参考来源
Ships with 1 file
  • metadata.json
Commands it runs
cp -r skills/xiaomo-assistant-template/templates/* /path/to/new-assistant/
clawdhub install weather
clawdhub install remind-me
clawdhub install jdrhyne/todo-tracker
Google 套件(需 OAuth)
clawdhub install gog
YouTube 视频摘要
clawdhub install youtube-watcher
More from claude-skill-registry
All skills →
About this skill
What does the xiaomo-assistant-template skill do?

小a助手配置模板。基于 xiaomo-starter-kit 改编,提供预配置的 OpenClaw 助手框架文件。当用户需要快速配置新助手、设置助手身份、创建助手配置文件时使用此技能。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill xiaomo-assistant-template-aaaaqwq-agi-super-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going