loonghao/agentverse
π The Universal Agent Marketplace β publish, discover and compose AI skills, agents, workflows, souls and more
Platform-specific configuration:
{
"mcpServers": {
"agentverse": {
"command": "npx",
"args": [
"-y",
"agentverse"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center">
The Universal Marketplace for AI Agent Ecosystems
*Publish, discover, and compose AI skills, agents, workflows, souls, and more β all in one place.*
[](https://github.com/loonghao/agentverse/actions/workflows/ci.yml) [](https://github.com/loonghao/agentverse/actions/workflows/release-please.yml) [](https://github.com/loonghao/agentverse/pkgs/container/agentverse) [](https://opensource.org/licenses/MIT) [](https://www.rust-lang.org/)
δΈζζζ‘£ Β· Deployment Guide Β· Usage Guide Β· API Docs
</div>
---
AgentVerse is an open-source, self-hostable registry and marketplace for everything AI agents need. Think of it as npm for AI β but designed from the ground up to handle not just code, but the full spectrum of agent ecosystem artifacts:
| Kind | Description | Example | |------|-------------|---------| | π§ Skill | Reusable capabilities and tools | A web-scraping tool, a code-review function | | π€ Agent | Autonomous AI agents with defined personas | A customer-support agent, a QA engineer agent | | π Workflow | Multi-step orchestration pipelines | A CI/CD pipeline, a data-processing DAG | | π€ Soul | Personality and persona configurations | An empathetic counselor personality | | π¬ Prompt | Optimized prompt templates | Chain-of-thought prompts, system prompts |
Built for the future β the extensible artifact model means new kinds can be registered without breaking e
Loading reviews...