agentsclimarketplace

Mikrotik

Skill br3eze-code/br3eze-code/skills/mikrotik

Personal Ai Agent

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

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

2.3 KB, as published. Nobody here has run it

Skill: mikrotik

Version: 2026.7.0
Dispatcher: manage_network
Domain: networking

Description

Full MikroTik RouterOS v7 management — hotspot users, firewall rules, system stats, network diagnostics, and wireless control. Uses the routeros-client API on port 8728.

When to Use

Invoke when the user asks about:

  • Active WiFi users / hotspot sessions
  • Disconnecting, adding, or removing hotspot users
  • Firewall blocking/unblocking an IP or MAC
  • Router CPU, RAM, uptime, or interface stats
  • Pinging or tracerouting from the router
  • DNS cache flush
  • Router reboot or backup
  • DHCP leases, ARP table, wireless clients, routing table

Tools

read-only

ToolDescription
system.statsCPU, RAM, uptime, interface stats
users.activeList currently connected hotspot users
users.allList all provisioned hotspot users
dhcp.leasesShow DHCP leases
arp.tableShow ARP table
interfacesList interfaces and link state
wireless.clientsList wireless associations
ip.routesShow routing table

workspace-write (default)

ToolDescription
user.addCreate hotspot user (profile, password, limit)
user.removeDelete a hotspot user
user.kickDisconnect an active session
firewall.blockAdd drop rule for IP or MAC
firewall.unblockRemove drop rule
pingPing test from router
tracerouteTraceroute from router
dns.flushFlush RouterOS DNS cache

danger-full-access

ToolDescription
system.rebootReboot router — requires confirm: true
system.backupCreate RouterOS config backup
wireless.set_frequencyChange wireless channel/frequency

Parameters

{
  "action": "user.kick",
  "router": "main",
  "params": { "username": "alice" }
}

Security Rules

  • Never expose passwords in responses
  • Always confirm destructive actions (kick / remove / reboot)
  • executeCLI() rejects shell metacharacters ` $ ( ) { } | ; & < >
  • All changes are logged to the rolling audit buffer

Configuration

Env VarDefaultDescription
MIKROTIK_IP192.168.88.1Router IP address
MIKROTIK_PORT8728RouterOS API port
MIKROTIK_USERadminRouter username
MIKROTIK_PASS(required)Router password

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.