← ClaudeAtlas

selora-mcplisted

Uses the Selora AI MCP server to inspect home state, validate/create automations, manage automation lifecycle, and handle proactive pattern/suggestion workflows. Use when users ask to analyze their home, review Selora automations, validate YAML, create/enable/delete automations, list or act on suggestions/patterns, trigger a scan, or continue Selora chat sessions.
SeloraHomes/ha-selora-ai · ★ 13 · AI & Automation · score 73
Install: claude install-skill SeloraHomes/ha-selora-ai
# Selora MCP Skill ## Purpose Use Selora MCP tools to move from read-only context to validated and explicitly approved home automation changes. ## Preconditions 1. Selora MCP server is reachable at `/api/selora_ai/mcp`. 2. A valid Home Assistant Bearer token is configured. 3. For admin-gated or mutating tools, caller has Home Assistant admin privileges. If preconditions fail, stop and report what is missing. ## Trigger Phrases Activate this skill when requests include language such as: - "analyze my home" - "show/list my Selora automations" - "validate this automation YAML" - "create/enable/delete this automation" - "list suggestions" or "show proactive suggestions" - "list patterns" or "show detected patterns" - "accept/dismiss this suggestion" - "run/trigger a Selora scan" - "continue my Selora chat/session" ## Do Not Trigger For Do not activate this skill when the request is primarily about: - Generic Home Assistant troubleshooting unrelated to Selora MCP tools - Frontend/UI styling, dashboard layout, or Lovelace card design changes - Non-Selora automation management unless explicitly requested to migrate into Selora flow - Pure documentation writing that does not require MCP tool execution ## Tool Surface Read/context tools: - `selora_get_home_snapshot` - `selora_list_automations` - `selora_get_automation` - `selora_validate_automation` - `selora_list_sessions` - `selora_chat` (admin-gated, stateful) - `selora_list_patterns` - `selora_get_pattern` - `selora_list_sug