
Wasm Gallery
- 647 installs
- 67k repo stars
- Updated August 4, 2026
- ruvnet/ruflo
wasm-gallery is a Claude agent skill that browses, searches, publishes, and installs community WebAssembly agents for developers who assemble reusable WASM agent components in Claude Flow workflows.
About
wasm-gallery is a ruflo skill for the Claude Flow WASM agent gallery. Developers list available agents, search by keyword, create gallery entries, build WASM agents, and export packages through MCP tools including `wasm_gallery_list`, `wasm_gallery_search`, `wasm_gallery_create`, `wasm_agent_create`, and `wasm_agent_export`. Reach for wasm-gallery when you need pre-built WASM agents for demos, documentation, or component libraries instead of writing every agent from scratch. The skill accepts an optional search query argument and supports Bash for local packaging steps in Claude Code or Cursor agent sessions.
- One-command generation of browsable WASM component galleries
- Automatic detection and rendering of compiled WebAssembly modules
- Interactive demo playground with parameter controls
- Ready-to-host static HTML output with embedded assets
- Seamless integration with existing Rust or AssemblyScript WASM projects
Wasm Gallery by the numbers
- 647 all-time installs (skills.sh)
- +10 installs in the week ending Jul 26, 2026 (Skillselion tracking)
- Ranked #535 of 2,245 Frontend Development skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ruvnet/ruflo --skill wasm-galleryAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 647 |
|---|---|
| repo stars | ★ 67k |
| Last updated | August 4, 2026 |
| Repository | ruvnet/ruflo ↗ |
How do you browse and install WASM agents?
Instantly generate interactive WebAssembly component galleries for demos, documentation, and component libraries.
Who is it for?
Developers building Claude Flow WASM agent pipelines who want to reuse community agents or publish their own to the gallery.
Skip if: Projects that only need native Python or Node agents without WebAssembly packaging or gallery distribution.
When should I use this skill?
The agent needs to find, install, create, or export a WebAssembly agent from the community gallery.
What you get
Installed WASM agent packages, gallery listings, search results, and exported agent bundles ready for deployment.
- Installed WASM agent package
- Gallery entry
- Exported WASM agent bundle
By the numbers
- Exposes 5 WASM gallery MCP tools: list, search, create, agent_create, and agent_export
Files
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
Related skills
How it compares
Use wasm-gallery when you need discoverable, installable WASM agents from a shared gallery rather than building every WASM module locally from scratch.
FAQ
What can wasm-gallery do with WASM agents?
wasm-gallery lists and searches the community gallery, creates new gallery entries and WASM agents, and exports agent packages. Claude Flow MCP tools handle browse, search, create, and export steps from the agent session.
When should developers use wasm-gallery?
wasm-gallery fits when you need pre-built WASM agents for demos or libraries, or when sharing your own agents with the community. Run a gallery search first, then install or export the matching package.