scene

Solid

Activate predefined lighting scene presets (reading, focus, relax, movie, night, energize) when the user asks for activity-based or environment lighting. Scenes control both color temperature AND brightness. Do NOT use for specific colors (use LED Control) or emotion expression (use Emotion).

AI & Automation 147 stars 18 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 83/100

Stars 20%
72
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Lighting Scenes ## Quick Start Activate predefined lighting presets that set optimal color temperature and brightness for specific activities. Use this for ALL activity-based or environment lighting requests. ## Workflow 1. Determine which scene matches the user's request or activity 2. Prefix reply with `[HW:/scene:{"scene":"name"}]` — the device fires it before TTS 3. Confirm the scene activation to the user 4. Optionally chain emotion: `[HW:/scene:{"scene":"night"}][HW:/emotion:{"emotion":"sleepy","intensity":0.7}]` ## Examples Input: "Reading mode" Output: `[HW:/scene:{"scene":"reading"}]` Reading mode activated — 80% brightness, neutral white. Input: "Goodnight" / "good night" / "time to sleep" Output: `[HW:/scene:{"scene":"night"}][HW:/emotion:{"emotion":"sleepy","intensity":0.7}]` Night mode on. Sweet dreams! Input: "I want to relax" / "let me chill" Output: `[HW:/scene:{"scene":"relax"}]` Relax mode — warm, gentle light at 40%. Input: "Movie time" / "watching a movie" Output: `[HW:/scene:{"scene":"movie"}]` Movie mode — dim amber bias lighting. Input: "I need to focus" Output: `[HW:/scene:{"scene":"focus"}]` Focus mode — full brightness, cool white. Input: "Make it purple" Output: Do NOT use this skill. Use **LED Control** skill instead. Input: Conversational reply needing emotion Output: Do NOT use this skill for emotion. Use **Emotion** skill instead (you CAN use both Scene + Emotion together). ## How to Activate a Scene **No exec/curl needed.** Inline...

Details

Author
autonomous-ai
Repository
autonomous-ai/autonomous-os
Created
2 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category