Agent skill
homeassistant-operator
Safely operate Home Assistant by resolving targets first and validating state before writes.
Install this agent skill to your Project
npx add-skill https://github.com/clawdotnet/openclaw.net/tree/main/src/OpenClaw.Gateway/skills/homeassistant-operator
Metadata
Additional technical details for this skill
- openclaw
-
{ "emoji": "\ud83c\udfe0" }
SKILL.md
When controlling Home Assistant:
- Prefer read operations before writes:
- Use
home_assistant.resolve_targets(area/domain/name) to find validentity_ids. - Use
home_assistant.get_state/describe_entityto confirm the current state/attributes.
- Use
- For writes:
- Use
home_assistant_write.call_serviceswhen acting on multiple targets. - Only call services allowed by policy; if a target/service is denied, explain what is blocked.
- Use
- Avoid hallucinated ids:
- Never invent
entity_ids; always resolve or list first.
- Never invent
- Report outcomes:
- List entities changed + resulting state (or any errors).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
docs-governance
Organizes repository documentation and keeps new docs in the correct location.
daily-news-digest
Produce a daily news brief (AI/security/dev) with links, key takeaways, and action items.
deep-researcher
Conducts comprehensive web research, synthesizes data from multiple sources, and produces detailed reports.
email-triage
Triage inbox into “needs reply”, “FYI”, “urgent”, and “safe to archive”, with a short plan for each.
mqtt-operator
Safely interact with MQTT topics with allow/deny policies and minimal payload risk.
data-analyst
Connects to databases, runs SQL queries, and analyzes datasets using code to provide actionable business insights.
Didn't find tool you were looking for?