Control office lamp via Home Assistant. Use when the user asks to turn on, turn off, or toggle their office lamp, or check its status. Triggers on phrases like "turn on my lamp", "office light on/off", "toggle the lamp", or "is my lamp on".
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: control-office-lamp
description: Control office lamp via Home Assistant. Use when the user asks to turn on, turn off, or toggle their office lamp, or check its status. Triggers on phrases like "turn on my lamp", "office light on/off", "toggle the lamp", or "is my lamp on".
allowed-tools:
- Bash
- Read
---
# Home Assistant Office Lamp Control
Control the office lamp through Home Assistant's REST API.
## Setup (First-Time Only)
Create your config file at `~/.claude/skill-config/control-office-lamp/config.json`:
```json
{
"url": "http://your-home-assistant:8123",
"token": "YOUR_LONG_LIVED_ACCESS_TOKEN_HERE",
"entity_id": "light.office_lamp"
}
```
This location persists across skill updates.
To create a Long-Lived Access Token:
1. Open Home Assistant -> Profile (bottom-left)
2. Scroll to "Long-Lived Access Tokens" -> Create Token
3. Copy the token into config.json
**Config lookup order:**
1. `HA_CONFIG_PATH` environment variable
2. `~/.claude/skill-config/control-office-lamp/config.json` (recommended)
3. `${CLAUDE_PLUGIN_ROOT}/skills/control-office-lamp/config.json` (plugin root)
4. `<script-directory>/../config.json` (fallback)
## Usage
The script is located relative to the plugin root using `${CLAUDE_PLUGIN_ROOT}`:
```bash
# Turn lamp on
uv run "${CLAUDE_PLUGIN_ROOT}/skills/control-office-lamp/scripts/lamp_control.py" on
# Turn lamp off
uv run "${CLAUDE_PLUGIN_ROOT}/skills/control-office-lamp/scripts/lamp_control.py" off
# Toggle lamp state
uv run "${CLAUDE_PLUGIN_ROOT}/skills/control-office-lamp/scripts/lamp_control.py" toggle
# Check current status
uv run "${CLAUDE_PLUGIN_ROOT}/skills/control-office-lamp/scripts/lamp_control.py" status
```
## Response Handling
**Success response:**
```json
{"success": true, "action": "turn_on", "entity_id": "light.office_lamp", "response": [...]}
```
**Error response:**
```json
{"success": false, "error": "Connection failed: ..."}
```
If errors occur, verify:
1. Home Assistant is running at the configured URL
2. The token is valid and not expired
3. The entity_id exists in Home Assistant
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Run a single Terminal-Bench problem through Paperclip in a bounded, human-in-the-loop improvement cycle until the smoke passes, the board rejects the next fix, the iteration budget is exhausted, or a real blocker is named. Each iteration runs a bounded smoke against an isolated Paperclip App worktree, captures artifacts, diagnoses the exact stop point with `/diagnose-why-work-stopped`, requests board confirmation before any product fix, then reruns against the same worktree. Use whenever an i...