selora-mcp — home-assistant selora-mcp, ha-selora-ai, community, home-assistant, ide skills, home-assistant-custom-component, Claude Code, Cursor, Windsurf

v2.0.0

关于此技能

Selora AI Home Assistant integration (mirror from GitLab)

# 核心主题

SeloraHomes SeloraHomes
[2]
[0]
更新于: 3/27/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 3/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Quality floor passed for review
Review Score
3/11
Quality Score
50
Canonical Locale
en
Detected Body Locale
en

Selora AI Home Assistant integration (mirror from GitLab)

核心价值

Selora AI Home Assistant integration (mirror from GitLab)

适用 Agent 类型

Suitable for operator workflows that need explicit guardrails before installation and execution.

赋予的主要能力 · selora-mcp

! 使用限制与门槛

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The page lacks a strong recommendation layer.
  • - The page lacks concrete use-case guidance.
  • - The page lacks explicit limitations or caution signals.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

selora-mcp 是什么?

Selora AI Home Assistant integration (mirror from GitLab)

如何安装 selora-mcp?

运行命令:npx killer-skills add SeloraHomes/ha-selora-ai/selora-mcp。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

selora-mcp 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add SeloraHomes/ha-selora-ai/selora-mcp。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    selora-mcp 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

selora-mcp

安装 selora-mcp,这是一款面向AI agent workflows and automation的 AI Agent Skill。支持 Claude Code、Cursor、Windsurf,一键安装。

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

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_suggestions

Mutating/admin-gated tools:

  • selora_create_automation
  • selora_accept_automation
  • selora_delete_automation
  • selora_accept_suggestion
  • selora_dismiss_suggestion
  • selora_trigger_scan

Identifier Integrity Rules

  1. Never invent automation_id, session_id, pattern_id, or suggestion_id values.
  2. Resolve IDs from tool output only.
  3. If target identity is ambiguous, ask for clarification before mutating calls.

Safe Call Sequencing

A) Home context and discovery

  1. Call selora_get_home_snapshot first.
  2. Use selora_list_automations / selora_get_automation for automation context.

B) YAML-first automation flow

  1. Call selora_validate_automation with external YAML.
  2. If invalid, return errors and stop.
  3. If valid, show normalized YAML + risk.
  4. Ask explicit confirmation.
  5. Call selora_create_automation with enabled=false unless user explicitly requests immediate enablement.
  6. Optionally call selora_accept_automation after explicit approval.

C) Natural-language automation flow

  1. Call selora_chat with message (and session_id if continuing).
  2. If automation YAML is returned, summarize risk and ask for explicit approval.
  3. Only then call selora_create_automation or selora_accept_automation.

D) Pattern/suggestion flow

  1. Optionally call selora_trigger_scan when user asks for fresh results.
  2. Call selora_list_suggestions and/or selora_list_patterns.
  3. If needed, call selora_get_pattern for full detail.
  4. Ask explicit confirmation before selora_accept_suggestion or selora_dismiss_suggestion.

Admin and Write Boundaries

Rules:

  1. Never execute mutating tools without clear user authorization in the current thread.
  2. For create/accept operations, default to disabled-by-default unless explicitly requested otherwise.
  3. For delete/dismiss operations, require explicit confirmation.
  4. If auth/admin checks fail, stop and report.

Confirmation Protocol

Use explicit confirmations such as:

  • Yes, create automation <automation_id or alias>.
  • Yes, enable automation <automation_id>.
  • Yes, delete automation <automation_id>.
  • Yes, accept suggestion <suggestion_id>.
  • Yes, dismiss suggestion <suggestion_id>.

If intent is implied but not explicit, ask and wait.

Risk-Gated Policy

  1. Always surface risk_assessment before mutating automation or suggestion actions when available.
  2. If risk is high or safety flags are present, require a second confirmation.
  3. If risk data is missing, state that and require confirmation.

Don't Do This

  1. Do not skip validation for externally provided YAML.
  2. Do not invent IDs.
  3. Do not bulk-mutate without explicit user request.
  4. Do not silently enable automations after create.
  5. Do not mutate non-Selora automations through Selora lifecycle tools.

Output Contract for Agents

After tool calls:

  1. State what was read or changed.
  2. Include key IDs.
  3. Include risk summary for any proposed or accepted automation.
  4. Before mutating calls, provide a concise confirmation prompt.

Platform Notes

  • Compatible with Claude Code, Codex, OpenClaw, Cursor, and Windsurf.
  • If runtime supports allowed-tools, align it with this skill’s read-first and confirmation-gated mutation policy.

Synchronization Source of Truth

Canonical source file:

  • .claude/skills/selora-mcp/SKILL.md

Mirror targets that must remain identical:

  • .codex/skills/selora-mcp/SKILL.md
  • .openclaw/skills/selora-mcp/SKILL.md
  • .cursor/skills/selora-mcp/SKILL.md
  • .windsurf/skills/selora-mcp/SKILL.md

相关技能

寻找 selora-mcp 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

为prompts.chat的信息反馈系统生成可定制的插件小部件

149.6k
0
AI

flags

Logo of vercel
vercel

React 框架

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

Python中具有强大GPU加速的张量和动态神经网络

98.6k
0
开发者工具