Published Skills 8
routeros-sniffer
Capture and analyze network packets on MikroTik RouterOS
RouterOS lacks standard packet capture tools like tcpdump. This skill provides complete packet capture workflows using built-in RouterOS sniffer and TZSP streaming to Wireshark or tshark on your host machine.
routeros-qemu-chr
Run MikroTik RouterOS CHR in QEMU
MikroTik RouterOS CHR provides a full-featured virtual router for testing and development, but setup requires navigating QEMU options, VirtIO drivers, and firmware configurations. This skill provides complete guidance for running CHR with acceleration, proper VirtIO setup, and REST API integration.
routeros-netinstall
Install and manage RouterOS devices with netinstall
MikroTik RouterOS device flashing requires understanding BOOTP, TFTP, package management, and scripting. This skill provides complete netinstall-cli reference documentation with automation patterns for single-device and multi-device installations.
routeros-mndp
Discover MikroTik devices using MNDP protocol
Implementing MikroTik device discovery requires understanding the MNDP wire format and RouterOS neighbor APIs. This skill provides the protocol specification, TLV parsing examples, and REST API patterns to build reliable neighbor discovery into your Claude or Claude Code workflows.
routeros-fundamentals
Master MikroTik RouterOS v7 Configuration and Scripting
Configuring MikroTik routers manually wastes hours on repetitive tasks. This skill gives AI agents the RouterOS v7 knowledge to write correct CLI commands, REST API calls, and automation scripts on the first attempt.
routeros-container
Manage containers on MikroTik RouterOS
Running containers on MikroTik RouterOS requires understanding its custom OCI implementation, which differs significantly from standard Docker. This skill provides step-by-step guidance for container setup, networking, image management, and lifecycle operations on RouterOS devices.
routeros-command-tree
Generate RouterOS API Schemas from Command Tree
Building tools that interact with RouterOS requires understanding the command hierarchy. This skill provides the knowledge to programmatically explore the RouterOS command tree via the /console/inspect API and generate RAML or OpenAPI schemas.
routeros-app-yaml
Write RouterOS container YAML configurations
Create and validate YAML configurations for MikroTik RouterOS container applications. This skill helps you define services, ports, volumes, and networks for the RouterOS /app subsystem without needing docker-compose knowledge.