Wasm Gallery
Skill Verified ActiveBrowse, publish, and install WASM agents from the community gallery
To provide a centralized and accessible platform for discovering, sharing, and deploying reusable WASM agents within the community.
Features
- Browse WASM agents from a community gallery
- Search for specific WASM agents
- Install WASM agents
- Publish new WASM agents
- Export WASM agents for publishing
Use Cases
- Finding pre-built WASM agents for specific tasks
- Sharing self-developed WASM agents with the community
- Installing community-vetted WASM agents into a project
Non-Goals
- Managing WASM agent runtime environments
- Developing WASM agents from scratch (focus is on gallery interaction)
- Providing a marketplace for commercial WASM agents
Installation
First, add the marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-agent@rufloQuality Score
VerifiedTrust Signals
Similar Extensions
Init
100Creates, updates, or optimizes an AGENTS.md file for a repository with minimal, high-signal instructions covering non-discoverable coding conventions, tooling quirks, workflow preferences, and project-specific rules that agents cannot infer from reading the codebase. Use when setting up agent instructions or Claude configuration for a new repository, when an existing AGENTS.md is too long, generic, or stale, when agents repeatedly make avoidable mistakes, or when repository workflows have changed and the agent configuration needs pruning. Applies a discoverability filter—omitting anything Claude can learn from README, code, config, or directory structure—and a quality gate to verify each line remains accurate and operationally significant.
Vector Setup
100First-run setup for ruvector@0.2.25 — installs ONNX/Brain/SONA add-ons, registers the MCP server, and verifies the install via `doctor`
Install Almanac Content
100Install skills, agents, and teams from agent-almanac into any supported agentic framework using the CLI. Covers framework detection, content search, installation with dependency resolution, health auditing, and manifest-based syncing. Use when setting up a new project with agentic capabilities, installing specific skills or entire domains, targeting multiple frameworks simultaneously, or maintaining a declarative manifest of installed content.
ClawHub Reputation Checker
100ClawHub reputation checker for clawsec-suite. Adds a standalone reputation gate before guarded skill installation.
OpenClaw Release Maintainer
100Prepare or verify OpenClaw stable/beta releases, changelogs, release notes, publish commands, and artifacts.
Learn Site Structure
100Authoritative reference for how docs in this repo (and 5 other Netdata-org repos) become published pages on `learn.netdata.cloud`. Covers the `<repo>/docs/.map/map.yaml` source-of-truth (the actual lever -- filesystem path is irrelevant for routing), the live `ingest/ingest.py` orchestrator in the learn repo (NOT the legacy `ingest.js`), frontmatter injection, slug rules, sidebar autogeneration, MDX escape rules, versioning, the 4-mechanism redirect stack, the 6 source repositories, the every-3-hours CI ingest, Netlify deploy, and the `part_of_learn=True` opt-in for files hand-authored in the learn repo. Use when adding/moving/renaming/deleting a docs page; when a page on Learn looks wrong; when wondering whether to edit a doc here or in the learn repo; when reading `ingest.py`, `sidebars.js`, `docusaurus.config.js`, `static.toml`, `LegacyLearnCorrelateLinksWithGHURLs.json`, `netlify.toml`, the `<!--startmeta` blocks in `.mdx` files, or the workflows `ingest.yml` and `daily-learn-link-check.yml`.