Back to Registry
View Author Profile
Official Verified
say-xiaoai
当用户以“小爱同学”开头进行对话时,调用此工具执行本地语音脚本。
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/wangbohao23/say-xiaoaiOr
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| query | string | 除去“小爱同学”触发词后的剩余文本内容 | Yes |
Scripts
bash ./say_xiaoai.sh "$query"
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-wangbohao23-say-xiaoai": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.