Install
openclaw skills install @kklouzal/mikrotik-encyclopediaMikroTik RouterOS documentation-first workflow for MikroTik-specific questions, troubleshooting, command planning, live CLI/API work, config review, log analysis, security review, performance tuning, and diagnostics. Use when the request is clearly about MikroTik or RouterOS: MikroTik devices, RouterOS, RouterBOARD, CAPsMAN, WinBox, RouterOS CLI/API/SSH access, or networking topics specifically in a MikroTik context such as firewall, NAT, filter/raw/mangle, bridge, switch, VLAN, DHCP, DNS, queues, wireless/WiFi, routing, packet flow, connection tracking, or device management. Do not use for generic networking theory, generic firewall design, or generic Linux router/admin work unless the MikroTik/RouterOS context is explicit.
openclaw skills install @kklouzal/mikrotik-encyclopediaUse a docs-first workflow for MikroTik work. Prefer the official MikroTik documentation at https://help.mikrotik.com/docs/, consult cached local copies under .MikroTik-Encyclopedia/ before re-fetching, and record useful official-doc excerpts plus environment-specific operational learnings so future work gets faster and safer.
This skill is for the MikroTik RouterOS/device layer. It should trigger for real RouterOS behavior, configuration, and device-management questions — not for generic networking advice or generic Linux firewall/router administration.
Classify the task
Check local cache first
.MikroTik-Encyclopedia/ as the local knowledge/cache root..MikroTik-Encyclopedia/docs/help.mikrotik.com/docs/....MikroTik-Encyclopedia/notes/devices/....MikroTik-Encyclopedia/notes/patterns/....MikroTik-Encyclopedia/inventory/...Consult official MikroTik docs before answering or touching devices
Cache consulted docs locally
.MikroTik-Encyclopedia/docs/help.mikrotik.com/docs/....scripts/cache_doc.py when appropriate.Separate official documentation from local observations
.MikroTik-Encyclopedia/docs/.....MikroTik-Encyclopedia/notes/devices/.MikroTik-Encyclopedia/notes/patterns/.MikroTik-Encyclopedia/inventory/Record useful local learnings
Use this workspace-local root for cache and notes:
.MikroTik-Encyclopedia/Expected structure:
.MikroTik-Encyclopedia/docs/help.mikrotik.com/docs/....MikroTik-Encyclopedia/notes/devices/....MikroTik-Encyclopedia/notes/patterns/....MikroTik-Encyclopedia/inventory/...Use scripts/init_workspace.py to create or repair the expected directory structure.
.MikroTik-Encyclopedia/notes/devices/<device-name>.md.MikroTik-Encyclopedia/notes/patterns/<topic>.md.MikroTik-Encyclopedia/inventory/*.md.MikroTik-Encyclopedia/docs/help.mikrotik.com/docs/...scripts/init_workspace.py — create or repair the .MikroTik-Encyclopedia/ directory tree.scripts/cache_doc.py — fetch and cache a consulted official MikroTik docs page under .MikroTik-Encyclopedia/docs/....references/workflow.md — detailed operating workflow and evidence-handling rules.references/cache-layout.md — canonical .MikroTik-Encyclopedia/ directory structure.references/topic-map.md — useful MikroTik topic groupings for faster doc lookup.