Home / tikoci / routeros-skills · routeros-quickchr-cli/SKILL.md · GitHub

routeros-quickchr-cli skillB

routeros-quickchr-cli is agent-read markdown (skill) from tikoci/routeros-skills: Answer a RouterOS question by asking RouterOS. quickchr boots a real, disposable MikroTik CHR router on the local machine under QEMU — no hardware, no cloud, gone when you remove it — and centrs drives it. Covers the shell path end to end: the add/start/stop/remove lifecycle and what --bg actually does, getting REST endpoints and credentials out of a machine, L2 links between two VMs, and the provisioning steps (device-mode) that only work before a machine's first boot. Use when: checking a clai.

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

# CHR from the shell: quickchr CLI + centrs

quickchr ([`@tikoci/quickchr`](https://github.com/tikoci/quickchr), CLI + Bun/TS
library) downloads a MikroTik CHR image, boots it under QEMU, and hands you a
router. This skill is the **shell-first** path: you have a terminal, you want a
router to interrogate, and the answer will be quoted as shell + RouterOS
commands (e.g. in a `forum.mikrotik.com` reply). If you are writing a
`bun:test` harness that imports `QuickCHR`, use the
**routeros-quickchr** skill instead — one scheme per task, never both.[^split]

Behavior below is pinned to **quickchr 0.4.8**. Several of these are 0.4.8
changes, called out inline; on 0.4.7 and earlier the answer differs.[^pin]

One limit to keep in view: a CHR booted this way runs the **free**
license (`quickchr get <name>` shows `Level: free`), which MikroTik caps
at **1 Mbps upload per interface** — every other RouterOS feature is
unrestricted. Config, API and CLI grounding are unaffected; a throughput
or queue number measured here is the license talking, not the
feature.[^license]

## Lifecycle: `add` is not `start`

```sh
quickchr add --name lab-a --version 7.24.4 --arch x86 --add-network user
…

Read the whole file at its exact version.

How to install

Latest version
mdr add tikoci/routeros-skills/routeros-quickchr-cli@git:20260921.bf6c644
Exact content
mdr add tikoci/routeros-skills/routeros-quickchr-cli@sha256:ce5064c053be029e

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_ugkwae7b6bdxqmiu.svg)](https://markdownregistry.com/a/art_ugkwae7b6bdxqmiu)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260921.bf6c644 latest2026-09-21 bf6c644 18,905 BB view

Audit of the latest version

B  16 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: No link to a raw IP address (matched: http://127.0.0.1:9150)
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (18905 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 script tag

Source

GitHub

tikoci/routeros-skills · 64 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_ugkwae7b6bdxqmiu
GET https://markdownregistry.com/api/v1/resolve?ref=tikoci/routeros-skills/routeros-quickchr-cli
GET https://markdownregistry.com/api/v1/blob/ce5064c053be029e4e2e7eb8eeb4767c172f35061074deb2251c409b66fc5f96

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.

More from tikoci/routeros-skills

routeros-app-yaml skill
tikoci/routeros-skills · routeros-app-yaml/SKILL.md · RouterOS /app YAML format for container applications (7.21+ builtin app, 7.22+ custom YAML creation). Use when: writing…
git:20260626.5284858 · audit A · 64 stars
routeros-centrs skill
tikoci/routeros-skills · routeros-centrs/SKILL.md · Use whenever a task touches a real MikroTik RouterOS device or CHR: reading or changing config, running a RouterOS CLI…
git:20260921.bf6c644 · audit A · 64 stars
routeros-command-tree skill
tikoci/routeros-skills · routeros-command-tree/SKILL.md · RouterOS command tree introspection via /console/inspect API. Use when: building tools that parse RouterOS commands…
git:20260718.14fcd40 · audit A · 64 stars
routeros-container skill
tikoci/routeros-skills · routeros-container/SKILL.md · RouterOS /container subsystem for running OCI containers on MikroTik devices. Use when: enabling containers on…
git:20260626.5284858 · audit B · 64 stars
routeros-firewall skill
tikoci/routeros-skills · routeros-firewall/SKILL.md · RouterOS firewall filter, NAT, mangle, and address-list configuration. Use when: writing firewall rules in RouterOS…
git:20260626.5284858 · audit A · 64 stars
routeros-fundamentals skill
tikoci/routeros-skills · routeros-fundamentals/SKILL.md · RouterOS v7 domain knowledge for AI agents. Use when: working with MikroTik RouterOS, writing RouterOS CLI/script…
git:20260626.5284858 · audit A · 64 stars
routeros-hotspot skill
tikoci/routeros-skills · routeros-hotspot/SKILL.md · RouterOS hotspot captive portal for wired/wireless access control. Use when: configuring hotspot on RouterOS, setting…
git:20260626.5284858 · audit B · 64 stars
routeros-mac-telnet skill
tikoci/routeros-skills · routeros-mac-telnet/SKILL.md · MAC-Telnet protocol (MikroTik Layer-2 terminal/exec over UDP 20561) wire format, session handshake, and MD5 + MTWEI…
git:20260626.c5a9200 · audit A · 64 stars
routeros-mndp skill
tikoci/routeros-skills · routeros-mndp/SKILL.md · MNDP (MikroTik Neighbor Discovery Protocol) wire format, behavior, and RouterOS /ip/neighbor integration. Use when…
git:20260626.5284858 · audit A · 64 stars
routeros-netinstall skill
tikoci/routeros-skills · routeros-netinstall/SKILL.md · MikroTik netinstall-cli for automated RouterOS device flashing. Use when: automating netinstall, writing scripts that…
git:20260417.77838ab · audit A · 64 stars
routeros-qemu-chr skill
tikoci/routeros-skills · routeros-qemu-chr/SKILL.md · MikroTik RouterOS CHR (Cloud Hosted Router) with QEMU. Use when: running RouterOS in QEMU, booting CHR images…
git:20260626.83bbe1f · audit B · 64 stars
routeros-quickchr skill
tikoci/routeros-skills · routeros-quickchr/SKILL.md · Ground RouterOS config/scripts/API code against a REAL router using quickchr (@tikoci/quickchr) — a CLI + Bun/TS…
git:20260921.bf6c644 · audit A · 64 stars

Every file in tikoci/routeros-skills

Browse by kind, by grade B, or by owner.