routeros-command-tree skillA
routeros-command-tree is agent-read markdown (skill) from tikoci/routeros-skills: RouterOS command tree introspection via /console/inspect API. Use when: building tools that parse RouterOS commands, generating API schemas from RouterOS, working with /console/inspect, mapping CLI commands to REST verbs, traversing the RouterOS command hierarchy, or when the user mentions inspect, command tree, RAML, or OpenAPI generation for RouterOS..
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 Command Tree & /console/inspect ## Overview RouterOS organizes all configuration and commands in a **hierarchical tree**. Every path in the CLI (like `/ip/address/add`) corresponds to a node in this tree. The `/console/inspect` REST endpoint lets you **programmatically explore the entire tree** — this is how tools like `restraml` (RAML/OpenAPI schema generator) and `rosetta` (MCP command lookup) build their databases. ## The Command Tree Structure RouterOS's command hierarchy has four node types: | Node Type | Meaning | Example | |---|---|---| | `dir` | Directory — contains child paths | `/ip`, `/system` | | `path` | Path — a navigable level (often has commands) | `/ip/address`, `/interface/bridge` | | `cmd` | Command — an executable action | `add`, `set`, `print`, `remove`, `get`, `export` | | `arg` | Argument — a parameter to a command | `address=`, `interface=`, `disabled=` | ### Tree Example ```text / (root dir) ├── ip/ (dir) │ ├── address/ (path) │ │ ├── add (cmd) │ │ │ ├── address (arg) — "IP address" │ │ │ ├── interface (arg) — "Interface name" │ │ │ └── disabled (arg) — "yes | no" │ │ ├── set (cmd) │ │ ├── remove (cmd) …
Read the whole file at its exact version.
How to install
mdr add tikoci/routeros-skills/routeros-command-tree@git:20260718.14fcd40mdr add tikoci/routeros-skills/routeros-command-tree@sha256:84204e9d737270f8Pin 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_cqfbqqj2rfwdy2sr)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260718.14fcd40 latest | 2026-07-18 | 14fcd40 | 12,297 B | A | view · diff |
| git:20260626.5284858 | 2026-06-26 | 5284858 | 11,678 B | A | view · diff |
| git:20260528.c965957 | 2026-05-28 | c965957 | 11,662 B | A | view · diff |
| git:20260329.f48ecee | 2026-03-29 | f48ecee | 11,256 B | A | view |
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 (12297 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_cqfbqqj2rfwdy2sr GET https://markdownregistry.com/api/v1/resolve?ref=tikoci/routeros-skills/routeros-command-tree GET https://markdownregistry.com/api/v1/blob/84204e9d737270f8b0ee80944b01716aa6440443c3d470ce2f423777853d2a27
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.