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/khazixw2/everything-maa/maa-cli-operatenpx skills add KhazixW2/Everything-Maa --skill maa-cli-operategit clone --depth 1 https://github.com/KhazixW2/Everything-MaaWrote 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/khazixw2/everything-maa/maa-cli-operate)<a href="https://agentmods.dev/skills/khazixw2/everything-maa/maa-cli-operate"><img src="https://agentmods.dev/badge/skills/khazixw2/everything-maa/maa-cli-operate.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.00086 | $0.00787 |
| Opus 5 | $0.00043 | $0.00394 |
| Sonnet 5 | $0.00017 | $0.00157 |
| Haiku 4.5 | $0.00009 | $0.00079 |
Grade A, and why
maa-cli-operate 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 5d 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 — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Maa CLI Operate
Use the pinned external maafw-cli runtime. Read references/command-contract.md before composing commands or interpreting output.
Choose the runtime
Use maafw-cli for one-shot, repeatable operations with compact JSON output: device discovery, resource checks, Pipeline validation, scripted recognition/action sequences, and CI jobs.
Use MaaMCP instead when the task benefits from a long-lived exploratory session, repeated visual inspection, interactive Pipeline debugging, or an MCP-native tool schema. Do not run both against the same device session unless the user deliberately wants separate controllers.
Prepare safely
- Run the pinned version check and require the tested version.
- Use
--jsonfor every non-help operation that supports it. Parse stdout as JSON; keep stderr for diagnostics. - Check
resource statusbefore OCR. Treatdownload-ocras an explicit network and disk mutation. - Discover devices before connecting. Resolve an exact ADB address, Win32 title/handle, PlayCover application, or wlroots target instead of guessing.
- Use a named
--onsession whenever more than one command or device is involved. Record whether the daemon or session existed before the task.
Validate and run Pipeline
- Run
pipeline validate PATHbefore loading or executing a Pipeline. - Inspect the returned nodes and resolve the intended entry explicitly when more than one entry is plausible.
- Use
pipeline loadandpipeline show NODEfor inspection without task execution. - Use
pipeline run PATH ENTRYonly after the controller, resource paths, entry node, and expected device effects are known. - Pass runtime overrides as one valid JSON object through
--override. Do not rewrite source Pipeline files for a temporary runtime change. - Route Pipeline authoring problems to
$maa-pipeline-guide, graph questions to$maa-pipeline-graph, and behavior validation to$maa-pipeline-testing.
Observe, act, verify
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 5d ago First seen · 51 lines · 86 tokens per session scan A 7a1a57af3f98
maa-cli-operate is a skill published in the GitHub repository KhazixW2/Everything-Maa (12 stars, last pushed 2d ago), licensed MIT. It adds 86 tokens to every session and 787 once invoked, about $0.0004 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
integrated-browser
Use this when working on the VS Code integrated browser ("browserView") to understand its architecture and mental model. Covers the embedded Chromium browser, its editor tab, navigation, overlay/layout, sessions, and agent browser tools under src/vs/platform/browserView and src/vs/workbench/contrib/browserView.
gke-compute-classes
Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…
jetson-diagnostic
Read-only Jetson health snapshot for identity, memory, GPU, thermal, power, storage, services, and top processes.
offensive-z-wave
Z-Wave attack methodology — sniffing with Z-Force / EZ-Wave / RTL-SDR + ZniffMobile, S0 (legacy) network-key derivation flaw and key reuse, S2 (modern) ECDH commissioning analysis, replay/injection on unauthenticated nodes, default-key brute-force on test deployments, and home-automation hub pivots. Use when targeting…
hyperpod-version-checker
Check and compare software component versions on SageMaker HyperPod cluster nodes - NVIDIA drivers, CUDA toolkit, cuDNN, NCCL, EFA, AWS OFI NCCL, GDRCopy, MPI, Neuron SDK (Trainium/Inferentia), Python, and PyTorch. Use when checking component versions, verifying CUDA/driver compatibility, detecting version mismatches…
holoscan-install-wheel
Install Holoscan SDK Python wheel via pip into a venv. Use for Python installs; not for native C++/apt or Conda installs.