Plugin Marketplace
A decentralized marketplace where anyone can publish agents, skills, and prompts — discovered via a simple plugin.json manifest.
How It Works
1
Add plugin.json
Drop a manifest in your repo root describing your agent, tools, config, and evaluation.
2
Register Your Repo
Open a PR to the FrootAI community-plugins/ folder with your repo URL.
3
Discoverable
MCP tools can search and recommend your plugin to other users.
Plugin Manifest Example
plugin.json
{
"name": "my-custom-agent",
"version": "1.0.0",
"description": "Summarizes Azure costs and suggests optimizations",
"author": "your-github-handle",
"repository": "https://github.com/you/my-custom-agent",
"type": "agent",
"tags": ["cost", "azure", "optimization"],
"entry": "agent.md",
"mcp_tools": ["get_cost_report", "recommend_savings"],
"config": "config/openai.json",
"evaluation": "evaluation/eval.yaml",
"license": "MIT"
}Featured Plugins
Enterprise RAG Pipeline
rag
AI-Powered Code Review
code-review
IT Ticket Resolution
itsm
Document Intelligence
doc-intel
Multi-Agent Orchestrator
multi-agent
AI Cost Optimizer
cost
Security Copilot
security
Knowledge Mining
knowledge
Customer Service Agent
customer
DevOps AI Assistant
devops
Data Analytics Copilot
analytics
Compliance Agent
compliance
HR Onboarding Assistant
hr
Sales Intelligence
sales
Supply Chain Optimizer
supply-chain
Healthcare Data Agent
healthcare
Financial Risk Analyzer
finance
Legal Document Reviewer
legal
Marketing Content Copilot
marketing
Infra Drift Detector
infra
Publish Your Plugin
Add a plugin.json to your repo, open a PR to community-plugins/, and your agent is discoverable by the entire FrootAI ecosystem.
Submit Your Plugin →