prowlr-marketplace
The bazaar where agents shop.
Community registry for skills, agents, prompts, MCP servers, themes, and workflows.
______________________________________________________________________
*“网络的价值与连接用户数量的平方成正比。”* --梅特卡夫定律 每一次上市都使整个平台更加强大。
______________________________________________________________________
这是什么?
这就是 社区登记处 为了 ProwlrBot
当你奔跑时 prowlr market update,您的ProwlrBot会从该仓库中获取列表,并在本地提供。
分类
📂 skills/ → Agent capabilities (code review, web monitoring, PDF reading)
📂 agents/ → Pre-configured agent personalities and specializations
📂 prompts/ → Prompt packs for specific domains
📂 mcp-servers/ → MCP server integrations
📂 themes/ → Console UI themes
📂 workflows/ → Multi-step automation pipelines浏览可用内容
| 类别 | 列表 | 亮点 |
|---|---|---|
| 技能 | web-monitor, code-review, pdf-reader | 检测、分析、提取 |
| 代理 | prowlr-scout, prowlr-guard | 研究猎人、安全哨兵 |
| 提示 | business-analyst, code-assistant | 无债务MBA,结对程序员 |
| MCP服务器 | prowlr-hub, prowlr-tools | 协调、执行 |
| 主题 | dark-prowler, light-sentinel | 夜猎者,日间守护者 |
| 工作流 | deploy-review, daily-standup | 发货速度更快,随时了解情况 |
安装列表
# Update your local registry
prowlr market update
# Browse listings
prowlr market search "code review"
# Install
prowlr market install skill-code-review发布您自己的
- 分叉此回购
- 在正确的类别下创建一个目录:
skills/your-skill/manifest.json - 跟随 清单模式
- 打开PR
看 templates/ 用于初学者模板和 PUBLISHING.md 完整的指南。
清单架构
每个列表都需要一个 manifest.json:
{
"id": "unique-id",
"title": "Human-Readable Title",
"description": "What it does and why it matters.",
"version": "1.0.0",
"author": "your-github-handle",
"category": "skills",
"tags": ["relevant", "searchable", "tags"],
"license": "Apache-2.0"
}生态系统
______________________________________________________________________
Built by the pack. For the pack.
Got a listing idea? Open an issue — we're all ears.
