Agent Skills
› katanemo/plano
› build-wasm
build-wasm
GitHub用于构建 Envoy 的 WASM 插件,当相关代码变更时触发。执行指定 Cargo 命令进行编译,并在构建失败时诊断和修复错误。
Trigger Scenarios
WASM 插件代码发生变更
需要重新编译 Envoy WASM 插件
Install
npx skills add katanemo/plano --skill build-wasm -g -y
SKILL.md
Frontmatter
{
"name": "build-wasm",
"description": "Build the WASM plugins for Envoy. Use when WASM plugin code changes."
}
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.
Version History
- 0.4.26 Current 2026-07-06 00:26


