Install
npx skillscat add br3eze-code/br3ezeclaw Install via the SkillsCat registry.
SKILL.md
Available Skills in AgentOS (br3ezeclaw)
AgentOS uses a modular skill system with ReAct reasoning. The AI (currently Gemini 2.5 Flash) can automatically discover, chain, and execute these skills.
Core Skills
MikroTik Hotspot Management (mikrotik_hotspot)
- Description: Full WiFi hotspot user management on MikroTik RouterOS
- Tools:
hotspot.user.add— Create new user (with profile, password, limit)hotspot.user.remove— Delete userhotspot.user.kick— Disconnect active userhotspot.user.list— List all usershotspot.active.list— Show currently connected users
Security Rules:
- Never expose passwords
- Always confirm destructive actions (kick/remove)
- All changes logged to audit trail
Network & System Tools
system.stats— CPU, memory, uptime, interface statssystem.logs— Recent RouterOS logsping <host>— Ping testtraceroute <host>— Traceroutefirewall.list— Show firewall rulesnetwork.scan— DHCP lease / ARP scannetwork.block <ip|mac>— Block addressnetwork.unblock <ip|mac>— Unblock addressreboot— Safe router reboot (requires confirmation)
Voucher & Payment System
voucher.create <duration>— e.g.1Day,7Days,30Days(with optional Mastercard A2A payment + QR code)voucher.list— Show active/recent vouchersvoucher.revoke <code>— Revoke a vouchervoucher.stats— Usage and revenue statistics
Configuration & Diagnostics
config.get <path>/config.set <path> <value>config.show— Display full configdoctor— Run health check and auto-fix where possiblestatus— Quick system + router overview
CLI Commands (Direct Access)
agentos users add|kick|list|statusagentos voucher create|list|revokeagentos network ping|scan|block|unblockagentos status|doctor|gateway
New skills can be added by creating files in src/skills/ and registering them in manifest.yaml.