Home Assistant Api

🌐Community
by markpitt · vlatest · Repository

Provides API guidance and assistance for agent workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add home-assistant-api npx -- -y @trustedskills/home-assistant-api
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "home-assistant-api": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/home-assistant-api"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows you to interact with your Home Assistant instance through an AI agent. It can retrieve sensor data, control devices (like lights and thermostats), and execute automations within your smart home environment. The skill provides a programmatic interface to access and modify the state of your connected devices.

When to use it

  • Check device status: "What's the current temperature in the living room?"
  • Control smart home devices: “Turn off the kitchen lights.”
  • Trigger automations: "Run the 'movie night' scene."
  • Get a summary of your home’s state: "Give me an overview of my energy usage today."

Key capabilities

  • Device control (lights, thermostats, etc.)
  • Sensor data retrieval
  • Automation execution
  • Programmatic access to Home Assistant API

Example prompts

  • "What is the status of the front door lock?"
  • "Set the bedroom thermostat to 20 degrees Celsius."
  • "Activate the 'Good Morning' routine in Home Assistant."

Tips & gotchas

  • You will need to provide your Home Assistant URL and API token for authentication. Ensure these credentials are accurate, or the skill won’t function correctly.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
markpitt
Installs
26

🌐 Community

Passed automated security scans.