Market
The Hybrix Market is a community-driven marketplace for skills, agent templates, and preset hybrids. Browse, install, and publish packages to extend your agents.
Browsing the market
Access the market from the dashboard sidebar or via the CLI. Skills are organized by category and ranked by installs and ratings.
bash
# Browse skills from the CLI
hybrix market search "database"
# View skill details
hybrix market info @community/postgres-query
# Install a skill
hybrix market install @community/postgres-queryMarket categories
Skills
Custom skills that add new capabilities to your agents.
Agent Templates
Pre-configured agent personas with system prompts and skill sets.
Preset Hybrids
Hand-crafted 16x16 mascot sprites for special agents.
Channel Adapters
Community-built adapters for additional platforms.
Publishing to the market
Share your custom skills with the community. Publish from the CLI with a single command:
bash
# Initialize a publishable skill package
hybrix market init-skill
# Test locally before publishing
hybrix market validate ./skills/my-skill.ts
# Publish to the market
hybrix market publishPublished skills go through a brief automated review for security (no hardcoded secrets, no filesystem abuse) before appearing in the market.
Include a clear description, usage examples, and parameter documentation in your skill. Well-documented skills get significantly more installs.