6.1k★by wangbohao23
say-xiaoai – OpenClaw Skill
say-xiaoai is an OpenClaw Skills integration for design workflows. 当用户以“小爱同学”开头进行对话时,调用此工具执行本地语音脚本。
6.1k stars866 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026design
Skill Snapshot
| name | say-xiaoai |
| description | 当用户以“小爱同学”开头进行对话时,调用此工具执行本地语音脚本。 OpenClaw Skills integration. |
| owner | wangbohao23 |
| repository | wangbohao23/say-xiaoai |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @wangbohao23/say-xiaoai |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
3 files
.
_meta.json
277 Bsay_xiaoai.sh
54 BSKILL.md
373 BSKILL.md
name: say-xiaoai description: 当用户以“小爱同学”开头进行对话时,调用此工具执行本地语音脚本。
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| query | string | 除去“小爱同学”触发词后的剩余文本内容 | Yes |
Scripts
bash ./say_xiaoai.sh "$query"
README.md
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install say-xiaoai?
Run openclaw add @wangbohao23/say-xiaoai in your terminal. This installs say-xiaoai into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/wangbohao23/say-xiaoai. Review commits and README documentation before installing.
