routeros-scripting skillA
routeros-scripting is agent-read markdown (skill) from tikoci/routeros-skills: RouterOS scripting language and CLI configuration idioms for .rsc files and interactive commands. Use when: writing or reviewing RouterOS scripts, scheduler/netwatch/on-event snippets, idempotent CLI config, :local/:global/:foreach/:do syntax, [find] selectors, print as-value handling, script permissions, or when the user mentions .rsc, RouterOS script, scripting tips, or CLI config automation..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# RouterOS Scripting & CLI Config RouterOS scripts (`.rsc`, `/system/script`, scheduler `on-event`, Netwatch hooks, and interactive CLI snippets) use RouterOS's own language. It is **not shell, Lua, Python, or Tcl**. For the syntax baseline, see [references/syntax.md](./references/syntax.md). This skill focuses on the traps that LLMs are likely to confidently get wrong. ## Do Not Use Interactive Row Numbers in Scripts Interactive `print` output shows temporary row numbers (`0`, `1`, `2`...) for the current console buffer. They are **not stable object IDs** and are not usable inside scripts. ```routeros # WRONG in scripts — "1" is only an interactive print-buffer row number /ip/route/set 1 gateway=3.3.3.3 # Better — internal IDs have a * prefix, but can change if objects are removed/re-added /ip/route/set *1 gateway=3.3.3.3 # Best — resolve the target at runtime /ip/route/set [find dst-address="0.0.0.0/0"] gateway=3.3.3.3 ``` For generated config, use stable selectors such as `comment=`, `name=`, or a unique address/list value. Internal IDs are visible in `print as-value` as `.id=*HEX`. ## Treat `[find]` Results as ID Arrays …
Read the whole file at its exact version.
How to install
mdr add tikoci/routeros-skills/routeros-scripting@git:20260528.c965957mdr add tikoci/routeros-skills/routeros-scripting@sha256:63758235bb57053cPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_dsvafcl7sdipcdm5)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (7374 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
tikoci/routeros-skills · 64 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_dsvafcl7sdipcdm5 GET https://markdownregistry.com/api/v1/resolve?ref=tikoci/routeros-skills/routeros-scripting GET https://markdownregistry.com/api/v1/blob/63758235bb57053c2b90c01d55285bed1bfe9181c0e9d94151b8948d24258b57
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.