Mcporter
Personal Ai Agent
npx -y skills add br3eze-code/br3eze-code --skill mcporterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, as published. Nobody here has run it
Skill: mcporter
Version: 1.0.0
Domain: networking
Description
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.
When to Use
Invoke when the user asks about:
- Backing up a router configuration
- Exporting router config as a script
- Restoring a configuration to a router
- Migrating config between routers
Tools
| Action | Description |
|---|---|
mcporter.backup | Create binary RouterOS backup file |
mcporter.export | Export config as .rsc script |
mcporter.restore | Upload and apply a backup/export to a router |
mcporter.list | List saved backups |
Example
{
"action": "mcporter.backup",
"router": "main-gateway",
"filename": "gateway-2026-05-06"
}
Notes
- Backup files are stored in
data/backups/ - All backup and restore operations are logged to the audit trail
- Restoring requires
danger-full-accesspermission