بنقرة واحدة
xiaoai
Use this skill when interacting through the XiaoAi channel or controlling XiaoAi-connected devices.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use this skill when interacting through the XiaoAi channel or controlling XiaoAi-connected devices.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | xiaoai |
| description | Use this skill when interacting through the XiaoAi channel or controlling XiaoAi-connected devices. |
Use this skill when the active interaction happens through XiaoAi, including spoken replies and XiaoAi-executed commands.
If the assistant is delivering a user-facing reply through XiaoAi, call xiaoai_speak.
If the assistant needs XiaoAi to execute an instruction, call xiaoai_exec.
If the assistant wants to continue the conversation after replying, it must call xiaoai_listen to fetch a new XiaoAi message before continuing. Do not assume a follow-up message exists unless xiaoai_listen returns one.
text argument.xiaoai_speak call per reply unless the task explicitly needs multiple utterances.xiaoai_speak for hidden reasoning, tool chatter, or non-user-facing status messages.Use xiaoai_exec when the task is to send a device command to XiaoAi instead of speaking a reply.
command argument.xiaoai_exec over xiaoai_speak.Example:
xiaoai_exec command=关灯
xiaoai_listen to get the next XiaoAi message.xiaoai_listen returns a new user message.xiaoai_listen does not return a new message, end the turn instead of inventing a continuation.xiaoai_speak(text=<final reply>).xiaoai_listen() and wait for a new message before proceeding.