About the Marketplace
The Enclaw Skill Marketplace is a local catalog for browsing, publishing, and installing skills into your Enclaw agent runtime.
How It Works
- Browse — discover skills published to your Enclaw instance, filter by category, and search by name.
- Install — pick a skill and install it directly to any of your agents with one click.
- Publish — submit new skills for review. Once approved, they appear in the catalog for everyone on your instance.
Skill Lifecycle
- Submit — author fills in skill metadata and tool schema.
- SBOM & Analysis — Enclaw generates a software bill of materials, runs static analysis, CVE scanning, and sandbox testing.
- Review — administrators approve or reject based on analysis results.
- Published — skill appears in the catalog and can be installed by agents.
Architecture
This marketplace runs as a standalone Next.js app on port 3002. It communicates with the Enclaw API at localhost:3001 to fetch the skill catalog, submit new skills, and install skills to agents. No separate database is required — all data lives in the main Enclaw PostgreSQL instance.