Get Home Assistant Best Practices Skill Guide
ha_get_skill_guideRetrieve bundled Home Assistant best-practice skill guides to reference before creating or editing automations, scripts, and dashboards.
Instructions
Get bundled Home Assistant best-practice skill guides. No skill bundles are currently available on this server — the skills directory is missing, empty, or all SKILL.md files failed to parse. Calls return an empty listing; ask the operator to verify the skills-vendor submodule is initialized.
Use BEFORE: creating or editing automations, scripts, scenes, helpers, or dashboards; writing triggers, conditions, actions, wait_template, or service calls; renaming entities or migrating device_id to entity_id; calling ha_config_set_automation, ha_config_set_script, ha_config_set_helper, ha_config_set_dashboard, or ha_set_entity.
Replaces (and supersedes) the prior tools: ha_list_resources, ha_read_resource, and ha_get_skill_home_assistant_best_practices. If you were going to call any of those, call this instead.
best practices skill skills guide guides reference references documentation docs help tutorial automation script scene helper dashboard ha_list_resources ha_read_resource list_resources read_resource ha_get_skill_home_assistant_best_practices ha_get_skill_home_assistant home_assistant_best_practices
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Reference file path within the skill, relative to the skill directory (e.g., 'SKILL.md' or 'references/automation-patterns.md'). Requires skill to be set. | |
| skill | No | Skill name from the no-args listing (e.g., 'home-assistant-best-practices'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||