技能 人工智能 WASM沙箱智能体管理

WASM沙箱智能体管理

v20260707
wasm-agent
用于创建和管理沙箱化的WebAssembly (WASM)智能体。它提供了一个安全、隔离的执行环境,确保运行不受信任的代码时不会危害宿主机系统。用户可以通过提示、工具调用和文件管理,安全地与智能体进行交互和流程控制。
获取技能
178 次下载
概览

WASM Agent

Create sandboxed agents that run in WebAssembly for safe, isolated execution.

When to use

When you need to run untrusted code, experiment with agent configurations, or create portable agents that run anywhere WASM is supported.

Steps

  1. Create agent — call mcp__claude-flow__wasm_agent_create with agent configuration
  2. Send prompt — call mcp__claude-flow__wasm_agent_prompt to interact with the agent
  3. Use tools — call mcp__claude-flow__wasm_agent_tool to give the agent access to specific tools
  4. Manage files — call mcp__claude-flow__wasm_agent_files to read/write files in the sandbox
  5. Export — call mcp__claude-flow__wasm_agent_export to package the agent for sharing
  6. List agents — call mcp__claude-flow__wasm_agent_list to see all running WASM agents
  7. Terminate — call mcp__claude-flow__wasm_agent_terminate to stop an agent

Benefits

  • Full sandbox isolation — agents cannot access the host filesystem
  • Portable — export and run on any WASM runtime
  • Reproducible — same behavior across platforms
  • Safe — no risk of system damage from agent actions
信息
Category 人工智能
Name wasm-agent
版本 v20260707
大小 1.56KB
更新时间 2026-07-09
语言