/install agentconcierge
AgentConcierge
Discover the best AI agents for any workflow by querying AgentConcierge — a catalog of 9,800+ agents across OpenAI, Anthropic, n8n, HuggingFace, Zapier, and more. Returns 5 personalized recommendations ranked by match score.
When to Use
- "What AI agents should I use for [task]?"
- "Find me the best tools for [role] who needs help with [pain point]"
- "I'm a [job title] — what agents would save me the most time?"
- "Recommend AI tools with a [$X] budget using [tools]"
- "What's the best agent for email, content, data analysis, scheduling, etc.?"
When NOT to Use
- You already know the specific agent name and just want info (search the web instead)
- Non-AI tools or general software outside the AI agent space
- Requests unrelated to discovering or comparing AI agents
Required Context
Before calling the API, collect from the conversation:
| Field | Required | Example |
|---|---|---|
role |
Yes | "Sales / Business Development" |
painPoint |
Yes | "Cold outreach and follow-up cadences" |
tools |
No | "HubSpot, Slack, Google Workspace" |
budget |
No | "$50" or "$200" or "$500+" |
teamSize |
No | "solo" or "small team" |
If role or painPoint are missing, ask one concise follow-up before calling the API.
API Call
curl -s -X POST https://agentconcierge.io/api/recommend \
-H "Content-Type: application/json" \
-d '{
"role": "Sales / Business Development",
"painPoint": "Cold outreach and follow-up cadences",
"tools": "HubSpot, Slack",
"budget": "$50",
"teamSize": "small team"
}'
Response shape:
{
"recommendations": [
{
"name": "Instantly AI",
"tagline": "Automates cold email sequences at scale",
"category": "automation",
"pricingModel": "subscription",
"pricePerMonth": 37,
"tags": ["email", "outreach", "sales"],
"url": "https://instantly.ai",
"matchScore": 94,
"matchReasons": [
"Built for SDRs doing high-volume cold outreach",
"Native HubSpot integration to sync contacts automatically"
]
}
]
}
Presenting Results
Format each recommendation clearly:
🤖 Found 5 AI agents matched to your profile:
1. **Instantly AI** — 94% match
Automates cold email sequences and follow-ups at scale.
✓ Built for SDRs doing high-volume cold outreach
✓ Native HubSpot integration to sync contacts automatically
💰 $37/mo — https://instantly.ai
2. **Apollo.io** — 91% match
...
After presenting, offer:
"Want to save these to your stack at agentconcierge.io/dashboard?"
Error Handling
| Status | Action |
|---|---|
| 429 | Tell user the API is rate-limited; retry in 60 seconds |
| 400 | Missing role or painPoint — ask user for the missing field |
| 500/503 | Suggest visiting https://agentconcierge.io/search directly |
Notes
- Rate limit: 10 requests per 60 seconds per IP
- Budget
$0or "free only" returns only free/freemium agents - Same role + different pain point = different agent set
- Full catalog browsing: https://agentconcierge.io/search
- See
references/api-schema.mdfor complete request/response schema
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agentconcierge - 安装完成后,直接呼叫该 Skill 的名称或使用
/agentconcierge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
agentconcierge 是什么?
Find and recommend AI agents for any workflow using AgentConcierge. Use when someone asks which AI tools or agents would help them for their role, task, or p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 44 次。
如何安装 agentconcierge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentconcierge」即可一键安装,无需额外配置。
agentconcierge 是免费的吗?
是的,agentconcierge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
agentconcierge 支持哪些平台?
agentconcierge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 agentconcierge?
由 GoMisterB(@gomisterb)开发并维护,当前版本 v1.0.0。