Scene Composition

Manages lifecycle of named device scenes for smart home automation.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/Tzeusy/butlers --skill scene-composition
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Scene Composition
Source: https://github.com/Tzeusy/butlers/tree/main/roster/home/.agents/skills/scenes
Command: npx skills add https://github.com/Tzeusy/butlers --skill scene-composition

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies managing complex smart home routines by allowing users to group multiple device actions into a single, named "scene" that can be triggered by voice, text, or schedule.

Core Features & Use Cases

  • Scene Creation & Modification: Define new scenes or update existing ones by specifying devices and their desired states (e.g., dimming lights, adjusting thermostat, closing blinds).
  • Scene Execution: Activate pre-defined scenes with a single command.
  • Scheduling: Automate scene activation based on time or recurring schedules.
  • Use Case: Create a "Movie Night" scene that dims the living room lights to 20%, closes the blinds, and turns on the sound system, all with one command.

Quick Start

Create a new scene called "Good Morning" that turns on the bedroom lights to 50% brightness and sets the thermostat to 70 degrees.

Frequently Asked Questions about Scene Composition

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I group multiple smart home device actions into a single command?

You can group multiple smart home device actions into a single command by creating a scene that bundles specific device states like dimming lights and adjusting thermostats. This scene is then triggered manually, by voice, or through scheduling.

Can I schedule smart home routines to run automatically at specific times?

Yes, you can schedule smart home routines to run automatically by configuring time-based or recurring schedules for your scenes. This automates scene activation without requiring manual triggers or voice commands.

How do I create a custom smart home scene for specific routines like movie night?

To create a custom smart home scene for routines like movie night, you define a new scene by specifying the target devices and their desired states, such as dimming lights to 20% and closing blinds. You can modify existing scenes similarly.

Does this smart home scene automation require any external dependencies or components?

No external dependencies or components are required to use this smart home scene automation. The skill integrates directly with home automation systems and persists scene configurations internally in memory.

What is the best way to modify an existing smart home scene configuration?

The best way to modify an existing smart home scene configuration is by updating the specified devices and their desired states within the scene definition. The updated scene configuration is then persisted in memory for future manual, scheduled, or voice-activated execution.