skills/home-assistant/SKILL.md
--- id: home-assistant name: Home Assistant description: Control and query home appliances and sensors via Home Assistant. Uses HA_URL and HA_TOKEN from ~/.pasture/.env. Use for anything inside the home (devices, appliances, sensors, automations). For outdoor/weather info use web search. Commands: "list lights", "search kitchen", "on light.xyz", "list automations", "search <name>", "state <entity_id>", etc. --- # Home Assistant Control and query your **Home Assistant** instance with simple com
npx skillsauth add bishwashere/cowcode skills/home-assistantInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Control and query your Home Assistant instance with simple commands. You do not need to say "entities", "domain", or "state"-use the command phrases below and the skill will run the right action.
Config: Set HA_TOKEN in ~/.pasture/.env (e.g. via pasture skills install home-assistant). HA_URL is optional and defaults to http://localhost:8123. Add "home-assistant" to skills.enabled in config.
Set arguments.command to one of the commands below. The user can speak naturally; you translate their intent into a single command string.
arguments.command)| Command | When to use | Example |
|---------|-------------|---------|
| list sensor | List temperature/humidity and other sensors | "Check all temp sensors" → list sensor |
| list lights | List all lights | "What lights do I have?", "Show my lights" |
| list automation | List all automations | "List my automations", "Show thermostat automations" |
| list switch | List switches | "What switches are there?" |
| list | List all entities | "List all devices" |
| search <word> | Find home devices/appliances/sensors by name | "Find kitchen lights" → search kitchen; "dining room sensor" → search dining |
| state <entity_id> | Get current state/reading of a home device or sensor | "Is the living room light on?" → state light.living_room |
| on <entity_id> | Turn on a light/switch | "Turn on the living room light" → on light.living_room |
| on <entity_id> <0-255> | Turn on with brightness | "Set kitchen light to 50%" → on light.kitchen 128 |
| off <entity_id> | Turn off | "Turn off the bedroom light" → off light.bedroom |
| toggle <entity_id> | Toggle on/off | "Toggle the fan" → toggle switch.fan |
| scene <entity_id> | Activate a scene | "Movie mode" → scene scene.movie_night |
| script <entity_id> | Run a script | "Run good night script" → script script.good_night |
| automation <entity_id> | Trigger an automation | "Run my morning automation" → automation automation.morning |
| climate <entity_id> <temp> | Set thermostat | "Set thermostat to 22" → climate climate.thermostat 22 |
| help | List all commands | When the user asks how to use Home Assistant |
| User says | Use command |
|-----------|-------------|
| List my lights / What lights do I have? | list lights |
| Show my automations | list automation |
| Find a device or appliance by name | search <name> |
| Turn on the living room light | on light.living_room |
| Turn off the bedroom light | off light.bedroom |
| Is the garage door open? | state cover.garage_door |
| What are my home sensors reading? | list sensor or search <sensor name> then state <entity_id> |
| Run my "good night" script | script script.good_night |
| Trigger morning automation | automation automation.morning |
| Set thermostat to 21 | climate climate.thermostat 21 |
| Anything about outdoor / weather | Do NOT use this skill - use web search instead |
If the user mentions a room or device by name and you don't know the entity_id:
search <name> (e.g. search living_room) to get matching entities and their entity_id.on, off, state, etc. with that entity_id.Always reply in natural, conversational language. The tool result includes a summary field — use that as your source of truth.
entity_id values (e.g. sensor.dining_room_temperature, weather.forecast_home).domain.name (e.g. light.living_room, automation.morning). Use list or search to discover them.call <domain> <service> [entity_id] (advanced).home_assistant_run
description: Control and query home appliances and sensors inside the home (lights, switches, plugs, fans, thermostats, home sensors, automations, scenes, scripts). Use command string e.g. "list lights", "on light.xyz", "search kitchen", "state light.living_room". Reply to the user in plain conversational sentences using the summary field — never entity_id. Do NOT use for outdoor or weather queries unless weather is exposed in Home Assistant.
parameters:
command: string
development
--- id: mongodb name: MongoDB description: Read-only MongoDB queries against project-configured databases. Actions: query (find docs), aggregate (pipeline), stats (counts + date range), project_health (pre-built NextPost AI analytics summary). URI and collection hints come from the dashboard Projects → Connectors panel. --- # MongoDB Run **read-only** queries against a project's MongoDB database using the URI and collection hints stored in the dashboard **Projects → Connectors** panel. ## Whe
testing
Bridge conversation to dashboard Projects and Missions — list configured projects, register new ones with setup details, health-check, propose tasks, create missions after user approval, log progress, and update task status. Use when the user wants to work on, track, or manage a project.
testing
Scan linked teammates and score who best fits a user request. Returns ranked agents with relevance scores, reasoning, and a recommendation (delegate, handle-in-main, adapt, or create-new). Call when the topic does not clearly match your active skills or before deciding whether to delegate.
tools
Gmail integration. List, read, search, send, reply, archive, trash, mark-read emails. Natural language commands like "clear my inbox" or "summarize unread". Requires gog CLI authenticated with Gmail.