← 返回 Skills 市场
xiaodu-wake-up-routine-official
作者
dueros-mcp
· GitHub ↗
· v1.0.0
· MIT-0
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaodu-wake-up-routine-official
功能描述
基于已安装的 xiaodu-control-official 编排儿童起床场景。当用户说“叫孩子起床”“开始早安模式”“帮我把孩子叫醒”,或要求让房间进入起床状态时使用。这个 skill 会复用 xiaodu-control-official 的现有脚本,对小度智能屏和小度 IoT 设备执行 scene-firs...
安全使用建议
This skill is an orchestrator that expects an installed and trusted xiaodu-control-official dependency and will execute its scripts (list_scenes.sh, trigger_scene.sh, control_iot.sh, speak.sh, control_xiaodu.sh, etc.). Before installing: (1) confirm you have xiaodu-control-official from a trusted source and inspect its scripts for any unexpected network calls or sensitive-data handling; (2) confirm you are okay with the agent running those bash scripts from the workspace; (3) be aware the skill will write small preference files (XIAODU_CONTEXT.md, MEMORY.md) in the workspace—check their location and contents to avoid persisting secrets; (4) if you cannot inspect the dependent skill, consider sandboxing or restricting this skill’s filesystem/exec permissions. Overall the skill is internally coherent for its stated purpose, but its safety depends on the trustworthiness of the external scripts it calls.
功能分析
Type: OpenClaw Skill
Name: xiaodu-wake-up-routine-official
Version: 1.0.0
The skill orchestrates smart home 'wake-up' routines by instructing the AI agent to execute bash scripts from a sibling directory (`../xiaodu-control-official/scripts/`). While the stated intent is benign, the instructions in `SKILL.md` and `references/usage-notes.md` direct the agent to construct shell commands using potentially unsanitized user input (e.g., for the `speak.sh` and `control_xiaodu.sh` scripts), which presents a shell injection vulnerability. Additionally, the skill performs persistent state changes by writing to `XIAODU_CONTEXT.md` and `MEMORY.md` based on user interactions.
能力评估
Purpose & Capability
The skill's name/description (wake‑up orchestration) matches the instructions: it exclusively orchestrates scenes, IoT, and smart‑screen actions by calling scripts in skills/xiaodu-control-official. This dependency is expected for an orchestrator, but the skill assumes that external scripts exist and are trusted.
Instruction Scope
SKILL.md explicitly instructs the agent to run bash scripts (list/trigger scenes, list/control IoT, speak, control_xiaodu, push_resource) via relative paths and to persist preferences to XIAODU_CONTEXT.md and MEMORY.md. There are no instructions to call external network endpoints, but the agent will execute other-skill scripts and read/write workspace files — validate those scripts and file locations before use.
Install Mechanism
No install spec and no code files beyond SKILL.md and references — lowest risk for arbitrary code fetch. Risk instead depends on the external scripts the skill calls (which are not included here).
Credentials
The skill requests no environment variables, credentials, or config paths. Its runtime behavior aligns with that: it relies on local scripts and device lists rather than external secrets. This is proportionate to its purpose.
Persistence & Privilege
always:false and autonomous invocation allowed (normal). The skill intends to store preferences in workspace files (XIAODU_CONTEXT.md, MEMORY.md) but does not declare config paths—this is reasonable for user preferences but you should confirm where those files will be written and what they may contain (device IDs, room names, preferences).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiaodu-wake-up-routine-official - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiaodu-wake-up-routine-official触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
xiaodu-wake-up-routine-official 是什么?
基于已安装的 xiaodu-control-official 编排儿童起床场景。当用户说“叫孩子起床”“开始早安模式”“帮我把孩子叫醒”,或要求让房间进入起床状态时使用。这个 skill 会复用 xiaodu-control-official 的现有脚本,对小度智能屏和小度 IoT 设备执行 scene-firs... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。
如何安装 xiaodu-wake-up-routine-official?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaodu-wake-up-routine-official」即可一键安装,无需额外配置。
xiaodu-wake-up-routine-official 是免费的吗?
是的,xiaodu-wake-up-routine-official 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
xiaodu-wake-up-routine-official 支持哪些平台?
xiaodu-wake-up-routine-official 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 xiaodu-wake-up-routine-official?
由 dueros-mcp(@dueros-mcp)开发并维护,当前版本 v1.0.0。
推荐 Skills