wasm-gallery

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

70.1k|8.4k|Updated Jun 2, 2025
One-click install
npx skills add https://github.com/ruvnet/claude-flow --skill wasm-gallery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wasm-gallery
Source: https://github.com/ruvnet/claude-flow/tree/main/plugins/ruflo-agent/skills/wasm-gallery
Command: npx skills add https://github.com/ruvnet/claude-flow --skill wasm-gallery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finding and sharing pre-built WASM agents manually is slow and fragmented; this Skill centralizes discovery, installation, and publishing of WASM agents through the ruflo community gallery.

Core Features & Use Cases

  • Gallery Browsing & Search: List all available WASM agents or search the gallery by keywords to find agents matching your needs.
  • Agent Installation: Install a gallery agent locally by creating a WASM agent from its published configuration.
  • Publishing & Export: Export your own WASM agent package and publish it to the community gallery for others to use.
  • Use Case: You need a pre-built data-processing agent. Search the gallery for relevant keywords, review the results, and install the matching agent directly into your environment.

Quick Start

Search the WASM gallery for agents related to data processing and install the best match.

Frequently Asked Questions about wasm-gallery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for WASM agents in the gallery?

Use the wasm_gallery_search tool with keywords describing the agent you need. It returns matching community-published WASM agents that you can then install locally.

How do I install a WASM agent from the community gallery?

First browse or search the gallery to find the agent, then call wasm_agent_create with the gallery agent's configuration to install it into your environment.

How do I publish my own WASM agent to the gallery?

Export your agent first using wasm_agent_export to package it, then call wasm_gallery_create to publish the packaged agent to the community gallery.

Can I list all available WASM agents without searching?

Yes, call wasm_gallery_list without any query to retrieve all agents currently available in the community gallery.

What tools does the WASM gallery skill require?

It requires the ruflo-core MCP tools: wasm_gallery_list, wasm_gallery_search, wasm_gallery_create, wasm_agent_create, and wasm_agent_export, plus Bash access.