Agent Skills
› katanemo/plano
› build-wasm
build-wasm
GitHub用于构建 Envoy WASM 插件。当插件代码发生变更时触发,执行特定目标的编译命令。若构建失败,需诊断并修复错误,确保插件正确生成。
触发场景
WASM 插件代码变更
需要重新构建 Envoy 插件
安装
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.
版本历史
- 0.4.26 当前 2026-07-06 00:26


