MikroTik Configuration Porter — backup, export, and restore RouterOS configurations. Creates binary .backup files and plaintext .rsc exports, and can restore them to the same or a different router node.
All backup and restore operations are logged to the audit trail
Restoring requires danger-full-access permission
1---2name: mcporter3description: Skill: mcporter4---5# Skill: mcporter67**Version:** 1.0.0 8**Domain:** networking910## Description1112MikroTik Configuration Porter — backup, export, and restore RouterOS configurations. Creates binary `.backup` files and plaintext `.rsc` exports, and can restore them to the same or a different router node.1314## When to Use1516Invoke when the user asks about:17- Backing up a router configuration18- Exporting router config as a script19- Restoring a configuration to a router20- Migrating config between routers2122## Tools2324| Action | Description |25|---|---|26| `mcporter.backup` | Create binary RouterOS backup file |27| `mcporter.export` | Export config as `.rsc` script |28| `mcporter.restore` | Upload and apply a backup/export to a router |29| `mcporter.list` | List saved backups |3031## Example3233```json34{35 "action": "mcporter.backup",36 "router": "main-gateway",37 "filename": "gateway-2026-05-06"38}39```4041## Notes4243- Backup files are stored in `data/backups/`44- All backup and restore operations are logged to the audit trail45- Restoring requires `danger-full-access` permission
Run npx skillmds@latest add br3eze-code/mcporter in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Skill: mcporter It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
br3eze-code (@br3eze-code) published this skill. Their other Agent Skills are listed on their SkillMD profile.