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 agentmods add skills/lukacf/meerkat/meerkat-cli-referencenpx skills add lukacf/meerkat --skill meerkat-cli-referencegit clone --depth 1 https://github.com/lukacf/meerkatWrote 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/lukacf/meerkat/meerkat-cli-reference)<a href="https://agentmods.dev/skills/lukacf/meerkat/meerkat-cli-reference"><img src="https://agentmods.dev/badge/skills/lukacf/meerkat/meerkat-cli-reference.svg" alt="Measured on agentmods" 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 | $0.00037 | $0.06598 |
| Opus 5 | $0.00018 | $0.03299 |
| Sonnet 5 | $0.00007 | $0.01320 |
| Haiku 4.5 | $0.00004 | $0.00660 |
Grade A, and why
meerkat-cli-reference 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 527 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Meerkat CLI Reference
Use this skill as the exact authority for rkat shell commands. Command
spelling, singular/plural forms, flags, and enum values matter.
Hard Negative Facts
- There is no
rkat sessions; use singularrkat session. - There is no
rkat resume; userkat run --resume .... - There is no
rkat rpc; use therkat-rpcbinary for JSON-RPC. rkat-rpc --tcpis not a Meerkat signed peer/comms listener; userkat run --comms-listen-tcp ...for remote peers and external mob members.- There is no root
rkat livegroup. Use JSON-RPClive/*for ordinary sessions; placed mob members also have therkat mob livehost-control group. - There is no
rkat imagecommand. - There is no
rkat mcp reloadCLI command. - There is no
--tools all; valid values aresafe,workspace,full,none. rkat blob gethas no-oor--out; use--output <FILE>.rkat session showhas no--jsonflag.rkat modelsandrkat capabilitiesalready print pretty JSON and have no--json/--formatflags.rkat doctor(setup checks, no flags) andrkat storage doctor(storage diagnosis,--json/--root) are different commands.rkat storage prunedeletes only registered maintenance backup artifacts; realm deletion isrkat realm delete/rkat realm prune.--isolatedand--default-modelcannot be combined withrkat storage; both are usage errors.
Root
rkat [OPTIONS] <PROMPT> # shorthand for rkat run <PROMPT>
rkat [OPTIONS] <COMMAND>
Global/realm options:
-r, --realm <REALM>
--isolated
--instance <INSTANCE>
--realm-backend <jsonl|memory|sqlite>
--state-root <PATH>
--context-root <PATH>
--user-config-root <PATH>
--default-model <MODEL>
--default-model <MODEL> persists the default agent model into the
scope-resolved config (same project/user/realm resolution as every other
command) and exits when given without a command, or applies first when
combined with one. The model is validated against the catalog and any
configured custom models:
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.
- 4d ago First seen · 527 lines · 37 tokens per session scan A 5b67c6da592a
meerkat-cli-reference is a skill published in the GitHub repository lukacf/meerkat (20 stars, last pushed today), licensed Apache-2.0. It adds 37 tokens to every session and 6,598 once invoked, about $0.0002 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
frame-macos-notification
拟真 macOS 通知 banner + app icon + 标题正文, 适合 video overlay / 产品发布预告.
deck-course-module
暖纸背景 + Playfair, 左侧学习目标常驻, 含 MCQ 自测页.
deck-pitch
10 页融资 deck, 白底 + 蓝紫渐变 hero, traction 柱状, $X.XM ask.
argent-tv-interact
Control and inspect TV apps via argent — Apple TV (tvOS), Android TV (leanback), and Amazon Fire TV (Vega). Boot the target, read focus, navigate with the D-pad remote, type, screenshot, and on Vega debug the JS runtime (evaluate, console logs, network inspector). Use when a task targets a TV (runtimeKind "tv", or…
review-offered-task
Review a task that has been offered to you and decide whether to accept or reject it.
aidd-dev:08:for-sure
Iterative agent loop that tracks attempts and retries until a success condition is met. Use when the user says "for sure", "make sure", "keep trying until", "loop until done", "don't stop until", or needs guaranteed completion of a task with explicit success criteria.