Agent Skills
› katanemo/plano
› build-wasm
build-wasm
GitHub用于构建 Envoy WASM 插件。当插件代码发生变更时触发,执行特定目标的编译命令。若构建失败,需诊断并修复错误,确保插件正确生成。
Trigger Scenarios
WASM 插件代码变更
需要重新构建 Envoy 插件
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


