Loading...
Loading...
Creation, editing, and review of RouterOS scripts (.rsc) with focus on idempotency, security, and best practices. Use when you need to generate, adjust, or import .rsc files for MikroTik: (1) create new configurations via script, (2) edit existing scripts with safe corrections, (3) review risks and execution policies, (4) validate with import dry-run and error handling.
npx skill4agent add alexandre-machado/ai-stuffs mikrotik-routeros-rscdry-runon-errorfind where ...addset/system script add policy=...:onerror:jobnamesystem reset-configuration:local:globalpython scripts/lint_rsc.py path/to/script.rscimport test.rsc verbose=yes dry-rundo { import test.rsc } on-error={ :put "Failure" }onerror e in={ import test.rsc } do={ :put "Failure - $e" }dry-runonerrorprint as-valuewhere