Connect to remote Linux servers through SSH and execute commands non-interactively. Covers password authentication, key authentication, file transfer, and cr...
编程
haos-ssh-maintenance
试用Home Assistant OS SSH maintenance for config files, YAML, custom components, shell troubleshooting, or interactive ha CLI.
它能做什么
Home Assistant OS SSH maintenance for config files, YAML, custom components, shell troubleshooting, or interactive ha CLI.
技能文档
HAOS SSH Maintenance
Use SSH only when API-based inspection is not enough.
Default posture
Prefer the Home Assistant API first for:
- entity state inspection
- history and logbook
- automation listing, enable/disable, and trigger
- service-level testing
Switch to SSH when:
- files under
/configneed reading or editing - YAML definitions must be inspected directly
custom_componentsmust be inspected- shell-level troubleshooting is required
haCLI work is needed
Use the SSH target stored in the workspace AGENTS.md ## Tools section.
Common HAOS paths
/config/config/configuration.yaml/config/automations.yaml/config/scripts.yaml/config/scenes.yaml/config/custom_components//config/home-assistant_v2.db
Logs
Do not assume Home Assistant writes logs to a file by default.
Check logs in this order:
- Home Assistant UI logs when the issue is visible there
- interactive
haCLI log access such asha core logs - Supervisor or container-side logs when available
- file-based logs only if the environment explicitly enables them
Observed behavior for this environment:
ha core logsmay fail in one-shot SSH modeha core logsworks in an interactive PTY-backed SSH session
Workflow
- Decide whether the task is one-shot SSH or interactive SSH.
- Start read-only.
- Identify the smallest affected file or command path.
- Explain the intended change before risky edits.
- Edit minimally.
- Verify surrounding context after the change.
- Prefer reload over full restart when possible.
- Report exactly what changed.
Home Assistant YAML pitfalls
When editing Home Assistant automations or packages by hand:
- In automation YAML, use
service:to call a service such asshell_command.fooorlight.turn_on. - Do not write
action: shell_command.fooin YAML automations. That produces an unknown action error in this environment. actionis the UI/schema concept for a step in the actions list, but in hand-written YAML the concrete service call key should beservice:.- After editing automation/package YAML, reload both core config and automations when possible, then validate by triggering the automation once.
SSH modes
One-shot SSH
Use one-shot SSH commands for:
- reading files under
/config - grepping YAML or custom component code
- listing directories
- small targeted edits
- quick environment inspection
One-shot SSH is appropriate for commands like:
catgrepsedfindls
Do not assume ha CLI commands will work in one-shot mode.
Interactive SSH
Use an interactive PTY-backed SSH session for:
ha core logs- other
haCLI commands that fail in one-shot mode - shell flows that require a login session or interactive context
When running from OpenClaw, prefer a PTY-backed exec session and then send commands into the live SSH shell.
Investigation order
Automation problems
- API logbook and history
/config/automations.yaml/config/scripts.yaml- relevant Home Assistant or Supervisor logs
Naming or entity-origin confusion
- API-visible attributes and registry-derived metadata
- YAML definitions under
/config - template, MQTT, REST, command_line, utility_meter, and custom component definitions
Integration or startup failures
- relevant Home Assistant or Supervisor logs
- referenced YAML blocks
custom_componentsif relevant
Change boundaries
Use SSH for:
- YAML edits
- package edits
custom_componentsinspection- interactive
haCLI log inspection - Supervisor or container-side log inspection
- shell-level checks
- targeted
.storageinspection or edits when UI/registry-backed state must be changed directly
Do not use SSH first for:
- normal state checks
- routine entity discovery
- simple automation enable/disable/trigger actions
.storage direct-edit policy
Home Assistant internal storage under /config/.storage/ can be edited when necessary, including files such as:
/config/.storage/core.entity_registry/config/.storage/core.device_registry/config/.storage/core.config_entries
Rules:
- Treat
.storageedits as a last-resort or targeted-operation path, not the default first move. - Back up the exact file before every edit.
- Prefer the smallest possible change to a specific entity/device/config entry.
- Expect UI names to live in
core.entity_registry; YAMLfriendly_nameoverlays can override what the UI shows. - Be aware of writeback/refresh timing: changes may not appear immediately and may require reload or restart.
- Avoid broad rewrites of
.storageJSON unless explicitly necessary. - Report both the file path edited and the rollback path created.
Safety
- Read before editing.
- Change the smallest possible region.
- Avoid broad rewrites when a targeted edit is enough.
- Ask before changing behavior that affects locks, alarms, access control, or physical entry.
Reporting
When using this skill, report:
- what path was inspected
- what was found
- what changed, if anything
- whether reload or restart is needed
相关技能
Home Assistant (home-assistant.io). Use this skill for ANY Home Assistant request — reading, creating, updating, and deleting data. Whenever a task involves Home Assistant, use this skill instead of calling the API directly.
Remotely install and configure Claude Code CLI on a target machine via SSH. Requires the user to explicitly provide a target address (user@host) and password...
运维助手 v3.3.10 - 本地/远程/集群监控 (健康检查、日志分析、性能监控、批量操作、密码过期检查、告警通知、定时巡检、Docker健康、SSL证书、安全审计、网络诊断)
SSH 远程连接华为云昇腾设备,支持 NPU 监控、磁盘与容器运维,凭据仅驻留内存。
Use Keeper Commander CLI and Keeper Secrets Manager workflows when installing Keeper tooling, setting up profiles, signing in, running Keeper interactively,...