skills$openclaw/say-xiaoai
wangbohao236.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

namesay-xiaoai
description当用户以“小爱同学”开头进行对话时,调用此工具执行本地语音脚本。 OpenClaw Skills integration.
ownerwangbohao23
repositorywangbohao23/say-xiaoai
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @wangbohao23/say-xiaoai
last updatedFeb 7, 2026

Maintainer

wangbohao23

wangbohao23

Maintains say-xiaoai in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
.
_meta.json
277 B
say_xiaoai.sh
54 B
SKILL.md
373 B
SKILL.md

name: say-xiaoai description: 当用户以“小爱同学”开头进行对话时,调用此工具执行本地语音脚本。

Parameters

NameTypeDescriptionRequired
querystring除去“小爱同学”触发词后的剩余文本内容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.