Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add salatmaster/keenetic-mcp --skill keenetic-rcigit clone --depth 1 https://github.com/salatmaster/keenetic-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/salatmaster/keenetic-mcp/keenetic-rci)<a href="https://agentmods.dev/skills/salatmaster/keenetic-mcp/keenetic-rci"><img src="https://agentmods.dev/badge/skills/salatmaster/keenetic-mcp/keenetic-rci/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/salatmaster/keenetic-mcp/keenetic-rci"><img src="https://agentmods.dev/badge/skills/salatmaster/keenetic-mcp/keenetic-rci.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00056 | $0.01492 |
| Opus 5 | $0.00028 | $0.00746 |
| Sonnet 5 | $0.00011 | $0.00298 |
| Haiku 4.5 | $0.00006 | $0.00149 |
Grade A, and why
keenetic-rci scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- keenetic-rci — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 143 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reaching the Keenetic API directly
The curated tools cover the common questions. rci_call covers everything else.
It is deliberately unrestricted, so the responsibility for calling it well is
yours.
What RCI actually is
Not REST. It is a JSON mirror of the router's command-line tree, so a URL path is a path through that tree. There are two branches:
| Form | What it gives you |
|---|---|
GET show/... |
operational state, the equivalent of a show command |
GET <config path> |
the running configuration, as JSON |
POST with a body |
executes a command; the body mirrors the same tree |
GET with an empty path returns the entire running configuration, about 35 KB.
Find the syntax instead of guessing it
This is the single most useful technique. The router stores its own configuration as valid CLI, so it will tell you the exact syntax of anything it is already doing:
rci_call { "method": "GET", "path": "show/running-config" }
Read the lines around whatever you want to change. A host with a routing policy
appears as host <mac> policy Policy0, which maps to
{"ip":{"hotspot":{"host":{"mac":"...","policy":"Policy0"}}}}. Guessing field
names instead produces silent no-ops, described below.
Deleting something: no goes beside the arguments
The negation is not a wrapper key. The router shows an already-negated line as
"no": true sitting next to that line's arguments, and a delete is written the
same way round. The object's own name travels in name:
{"ip": {"policy": {"no": true, "name": "Policy1"}}}
{"interface": {"no": true, "name": "Wireguard1"}}
{"ip": {"name-server": {"no": true, "address": "1.1.1.1", "domain": "", "interface": "Wireguard1"}}}
A successful delete answers with a status block that names what went, for
example removed policy "Policy1". or interface "Wireguard1" removed.. No
such block means nothing happened, whatever the HTTP code said.
References clean up on their own: removing Wireguard1 also dropped the
no permit global Wireguard1 line that Policy0 still carried.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 143 lines · 56 tokens per session scan A 0d1143b2c03a
keenetic-rci is a skill published in the GitHub repository salatmaster/keenetic-mcp (22 stars, last pushed 1mo ago), licensed MIT. It adds 56 tokens to every session and 1,492 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
keenetic-rci
Use when a Keenetic question is not covered by the curated tools and you need rcicall - explains the RCI tree, the paths that exist, the responses that will blow up your context, and the traps that make a wrong call look like success.
keenetic-segments
Use when creating an isolated network on a Keenetic - a guest network, an IoT network, a segment routed through a VPN - explains why the obvious way produces a working network the web interface refuses to list, and the VLAN it is actually missing.
keenetic-troubleshoot
Use when someone reports the internet is down, Wi-Fi is bad, a device cannot connect, or the network is slow on a Keenetic router - an ordered playbook that narrows the fault instead of guessing.
keenetic-safe-changes
Use before changing anything on a Keenetic router - explains that changes are not saved until asked, what the router's fail-safe does and does not protect against, and the order that avoids locking yourself out.
ruview-cli-api
Use the RuView wifi-densepose CLI binary (incl. MAT scan/status/zones/survivors/alerts/export subcommands), the REST API (wifi-densepose-api, Axum), and the browser/WASM build (wifi-densepose-wasm, wifi-densepose-wasm-edge). Use when integrating RuView into another program, scripting it from the shell, exposing it…
amazon-alexa
Integracao completa com Amazon Alexa para criar skills de voz inteligentes, transformar Alexa em assistente com Claude como cerebro (projeto Auri) e integrar com AWS ecosystem (Lambda, DynamoDB, Polly, Transcribe, Lex, Smart Home).