# Hass Docs

> Home Assistant documentation and helper

- Skill: `al-one/hass-docs` (Agent Skill)
- Install (CLI): `npx skillmds@latest add al-one/hass-docs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/al-one/hass-docs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: al-one (https://skillmd.com/u/al-one)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/al-one/hass-docs

---


# Home Assistant Developer Docs

## Ask context7
```bash
npx -y ctx7 docs /home-assistant/developers.home-assistant "How to ..."
```

## Ask deepwiki
```bash
npx -y mcporter call mcp.deepwiki.com/mcp.ask_question --timeout 120000 --args '{
  "repoName": "home-assistant/developers.home-assistant",
  "question": "How to ..."
}'
npx -y mcporter call mcp.deepwiki.com/mcp.ask_question --timeout 120000 --args '{
  "repoName": "home-assistant/core",
  "question": "How to ..."
}'
```

## About `mcporter`
To improve compatibility, use `npx -y mcporter` instead of `mcporter` when executing commands.

