当用户以“小爱同学”开头进行对话时,调用此工具执行本地语音脚本。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill say-xiaoai --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Say Xiaoai?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-say-xiaoai)More formats (shields.io, HTML) on the badges page.
---
name: say-xiaoai
description: 当用户以“小爱同学”开头进行对话时,调用此工具执行本地语音脚本。
---
## Parameters
| Name | Type | Description | Required |
|------|------|-------------|----------|
| query | string | 除去“小爱同学”触发词后的剩余文本内容 | Yes |
## Scripts
```bash
bash ./say_xiaoai.sh "$query"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!