Plano is a proxy server and data plane that handles shared infrastructure for applications built with AI agents, including agent routing, orchestration, model selection, traces, metrics, and guardrails. Developers use it to connect agents and language models to production applications without embedding this middleware in each application. The catalogue entries provide skills and instructions for operating or developing with Plano.
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/katanemo/plano/build-wasmnpx skills add katanemo/plano --skill build-wasmgit clone --depth 1 https://github.com/katanemo/planoWrote 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/katanemo/plano/build-wasm)<a href="https://agentmods.dev/skills/katanemo/plano/build-wasm"><img src="https://agentmods.dev/badge/skills/katanemo/plano/build-wasm.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.1 | $0.00021 | $0.00075 |
| Opus 5 | $0.00010 | $0.00037 |
| Sonnet 5 | $0.00004 | $0.00015 |
| Haiku 4.5 | $0.00002 | $0.00007 |
Grade A, and why
build-wasm 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 6d 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.
What it actually says
Build the WASM plugins:
cd crates && cargo build --release --target=wasm32-wasip1 -p llm_gateway -p prompt_gateway
If the build fails, diagnose and fix the errors.
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.
- 6d ago First seen · 13 lines · 21 tokens per session scan A 1d8dfd1179a8
build-wasm is a skill published in the GitHub repository katanemo/plano (7,037 stars, last pushed 17d ago), licensed Apache-2.0. It adds 21 tokens to every session and 75 once invoked, about $0.0001 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
rust-project-validate
运行 cargo fmt/clippy/build/e2e/test 验证项目规范;在每次任务结束前必须调用,重要的是必须在端到端测试之后执行,为提交代码做最后准备.
dynamo-clone-hotpath-audit
Audit Dynamo Rust hot-path .clone() calls, explain which clones are removable and why, and only apply clone-removal patches when explicitly requested.
graham-code-review
Reviews code changes in the style of Graham King's ai-dynamo/dynamo reviews — exacting Rust and systems-level standards covering error handling, tracing discipline, unnecessary clones, async and concurrency correctness, log levels, and minimal diff surface. Use when reviewing Rust changes, code under lib/ or…
rust-expert
Expert-level Rust development with ownership, lifetimes, async, error handling, and production-grade patterns. Use when the user mentions systems programming, memory safety, concurrency, or Cargo, or when the task involves Ownership and Borrowing, Type System, Async Programming, or Web Development.
tauri-expert
Expert in Tauri framework, Rust backend, web frontend integration, and lightweight desktop applications. Use when the user mentions desktop, Rust, web, cross platform, or performance, or when the task involves Tauri Architecture, Tauri vs Electron, Core Components, or Security Features.
Rust Expert
Rust Expert delivers production-grade technical work with clear architecture, tests, maintainability, and operational awareness.