A clear, safety-first guide for writing Python network automation with Netmiko. It pushes you toward read-only collection by default, shows proper timeout handling across connection and command layers, and wraps config changes behind explicit flags so you don't accidentally push to production. The batch collection pattern keeps concurrency low, credentials come from environment variables or getpass, and the guarded config example separates dry runs from actual pushes and config saves. If you're writing SSH scripts that touch routers or switches, the review checklist and anti-pattern list will catch the mistakes that turn a helpful audit into an outage.
npx skills add https://github.com/affaan-m/everything-claude-code --skill netmiko-ssh-automation