agentsclimarketplace

Mcporter

Skill br3eze-code/br3eze-code/skills/mcporter

Personal Ai Agent

Install
npx -y skills add br3eze-code/br3eze-code --skill mcporter

Assembled 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

ActionDescription
mcporter.backupCreate binary RouterOS backup file
mcporter.exportExport config as .rsc script
mcporter.restoreUpload and apply a backup/export to a router
mcporter.listList 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-access permission

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.