mikrotik-management

Orchestrate SSH-based Mikrotik RouterOS configuration for bridges, VLANs, ports, IP, DHCP, and DNS.

1|Updated May 20, 2025
One-click install
npx skills add https://github.com/timblaktu/nixcfg --skill mikrotik-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mikrotik-management
Source: https://github.com/timblaktu/nixcfg/tree/main/home/modules/claude-code/skills/mikrotik-management
Command: npx skills add https://github.com/timblaktu/nixcfg --skill mikrotik-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates Mikrotik RouterOS configuration via SSH, enabling reliable, repeatable management of bridges, VLANs, ports, IP addresses, DHCP, and DNS without manual CLI interaction.

Core Features & Use Cases

  • Read-only discovery and validation of interfaces, bridges, ports, and IP assignments.
  • Full lifecycle management for bridges, bridge ports, VLAN interfaces, and IP addressing.
  • Safety-focused workflows including dry-run, backups, drift detection, and rollback to ensure reproducible deployments.

Quick Start

Use the mikrotik-management skill to generate a basic bridge setup on a Mikrotik switch, then verify connectivity and configuration without applying changes (dry-run).

Frequently Asked Questions about mikrotik-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Mikrotik RouterOS configuration for bridges and VLANs?

Automate Mikrotik RouterOS configuration by orchestrating SSH-based management of bridges, VLANs, ports, IP addresses, DHCP, and DNS. This enables reliable, repeatable network infrastructure deployments without manual CLI interaction.

Can I run a dry-run or validation check before applying RouterOS changes?

Yes, you can perform a dry-run to verify connectivity and configuration without applying changes. The process includes read-only discovery, staged changes, backups, and rollback support to ensure reproducible deployments.

Does this approach support rollback and drift detection for RouterOS deployments?

Yes, rollback and drift detection are supported. It enforces idempotent operations, safety checks, and state validation to maintain drift-free deployments and revert configurations safely when needed.

What is the best way to manage DHCP and DNS settings on Mikrotik switches?

The best way to manage DHCP and DNS settings is through automated SSH orchestration. This method handles full lifecycle management of IP addressing and network services while enforcing safety-focused workflows.

Are idempotent operations supported for network automation of Mikrotik devices?

Idempotent operations are fully supported for network automation. The workflow ensures reliable, repeatable management of ports and bridges, applying state validation to prevent duplicate or conflicting configuration changes.