Loading...
Loading...
Xiaoa Assistant Configuration Template. Adapted from xiaomo-starter-kit, it provides pre-configured OpenClaw assistant framework files. This skill is used when users need to quickly configure a new assistant, set up assistant identity, or create assistant configuration files.
npx skill4agent add aaaaqwq/claude-code-skills xiaomo-assistant-template# Copy template to new directory
cp -r skills/xiaomo-assistant-template/templates/* /path/to/new-assistant/| File | Purpose |
|---|---|
| SOUL.md | Define the assistant's core personality and behavioral boundaries |
| USER.md | Record user information to help the assistant understand you better |
| IDENTITY.md | Set the assistant's name, image and speaking style |
| HEARTBEAT.md | Configure periodic automatic check items for the assistant |
| MEMORY.md | Long-term memory storage for the assistant |
# Weather query
clawdhub install weather
# Natural language reminder
clawdhub install remind-me
# Task management
clawdhub install jdrhyne/todo-tracker
# Google Suite (requires OAuth)
clawdhub install gog
# YouTube video summary
clawdhub install youtube-watcher