build-wasm

build-wasm is a skill for Claude Code, Codex from katanemo/plano. It costs 21 tokens per session (75 once invoked), scanned A, original, Apache-2.0.

A build procedure for compiling Envoy WebAssembly plugins from Rust source into release-ready WASM files. WebAssembly is a portable format for running compiled code inside another application.

In plain words
What is it for?
It is for building the llm_gateway and prompt_gateway plugins for Envoy with Cargo.
Why use it?
It provides the required build command when plugin code changes and identifies build errors that need attention.

Skill for Claude CodeCodex

About the project

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.

katanemo/plano · 7,037 stars · on GitHub · planoai.dev

Install

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.

agentmods
npx agentmods add skills/katanemo/plano/build-wasm
Any agent
npx skills add katanemo/plano --skill build-wasm
Clone the repo
git clone --depth 1 https://github.com/katanemo/plano

Made for: Claude Code, Codex.

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

agentmods badge for build-wasm

README.md
[![agentmods](https://agentmods.dev/badge/skills/katanemo/plano/build-wasm.svg)](https://agentmods.dev/skills/katanemo/plano/build-wasm)
Your own site
<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>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 75 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash 1d8dfd1179a8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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.

.claude/skills/build-wasm/SKILL.md · 13 lines

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.

Changes

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.

  1. 6d ago First seen · 13 lines · 21 tokens per session scan A 1d8dfd1179a8

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

rust-project-validate

运行 cargo fmt/clippy/build/e2e/test 验证项目规范;在每次任务结束前必须调用,重要的是必须在端到端测试之后执行,为提交代码做最后准备.

bifrost-proxy/bifrost · 46 tokens

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.

ai-dynamo/dynamo · 38 tokens

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…

ai-dynamo/dynamo · 83 tokens

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.

personamanagmentlayer/pcl · 60 tokens

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.

personamanagmentlayer/pcl · 61 tokens

Rust Expert

Rust Expert delivers production-grade technical work with clear architecture, tests, maintainability, and operational awareness.

ahmadrrrtx/xr · 23 tokens