← Back to Skills Marketplace
dueros-mcp

xiaodu-wake-up-routine-official

by dueros-mcp · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xiaodu-wake-up-routine-official
Description
基于已安装的 xiaodu-control-official 编排儿童起床场景。当用户说“叫孩子起床”“开始早安模式”“帮我把孩子叫醒”,或要求让房间进入起床状态时使用。这个 skill 会复用 xiaodu-control-official 的现有脚本,对小度智能屏和小度 IoT 设备执行 scene-firs...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xiaodu-wake-up-routine-official
  3. After installation, invoke the skill by name or use /xiaodu-wake-up-routine-official
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug xiaodu-wake-up-routine-official
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is xiaodu-wake-up-routine-official?

基于已安装的 xiaodu-control-official 编排儿童起床场景。当用户说“叫孩子起床”“开始早安模式”“帮我把孩子叫醒”,或要求让房间进入起床状态时使用。这个 skill 会复用 xiaodu-control-official 的现有脚本,对小度智能屏和小度 IoT 设备执行 scene-firs... It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.

How do I install xiaodu-wake-up-routine-official?

Run "/install xiaodu-wake-up-routine-official" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is xiaodu-wake-up-routine-official free?

Yes, xiaodu-wake-up-routine-official is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does xiaodu-wake-up-routine-official support?

xiaodu-wake-up-routine-official is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created xiaodu-wake-up-routine-official?

It is built and maintained by dueros-mcp (@dueros-mcp); the current version is v1.0.0.

💬 Comments