Skip to main content
AI/MLruvnet

wasm-gallery

Browse, publish, and install WASM agents from the community gallery

Stars
56,726
Source
ruvnet/claude-flow
Updated
2026-05-31
Slug
ruvnet--claude-flow--wasm-gallery
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/ruvnet/claude-flow/HEAD/plugins/ruflo-agent/skills/wasm-gallery/SKILL.md -o .claude/skills/wasm-gallery.md

Drops the SKILL.md into .claude/skills/wasm-gallery.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

WASM Gallery

Browse and share WASM agents through the community gallery.

When to use

When looking for pre-built WASM agents or sharing your own agents with the community.

Steps

  1. Browse gallery — call mcp__claude-flow__wasm_gallery_list to see available agents
  2. Search — call mcp__claude-flow__wasm_gallery_search with keywords to find specific agents
  3. Install — call mcp__claude-flow__wasm_agent_create with a gallery agent's configuration
  4. Publish — call mcp__claude-flow__wasm_gallery_create to share your agent
  5. Export first — call mcp__claude-flow__wasm_agent_export to package before publishing