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 pain point. Searches 9,800+ agents across all major marketplaces and returns 5 ranked recommendations with match scores and reasons.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agentconcierge" with this command: npx skills add gomisterb/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:

FieldRequiredExample
roleYes"Sales / Business Development"
painPointYes"Cold outreach and follow-up cadences"
toolsNo"HubSpot, Slack, Google Workspace"
budgetNo"$50" or "$200" or "$500+"
teamSizeNo"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

StatusAction
429Tell user the API is rate-limited; retry in 60 seconds
400Missing role or painPoint — ask user for the missing field
500/503Suggest visiting https://agentconcierge.io/search directly

Notes

  • Rate limit: 10 requests per 60 seconds per IP
  • Budget $0 or "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.md for complete request/response schema

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

automation-skill

自动化综合技能包。提供多引擎并行搜索(百度/必应/Google/DuckDuckGo等)、每日复盘记录与分析两大实战脚本。当用户需要:1)高效批量搜索("帮我搜XXX"、"多引擎搜索");2)自我反思与成长记录("记录这次反思"、"生成复盘报告");3)搜索和安装技能("安装XX技能")时触发。

Registry SourceRecently Updated
830Profile unavailable
Coding

letcairn.work

Project management for AI agents using markdown files. Install and use the cairn CLI to create projects, manage tasks, track status, and coordinate human-AI collaboration through a shared workspace of markdown files.

Registry SourceRecently Updated
1.6K0Profile unavailable
Automation

Email Automation

Automate email triage, categorize, draft replies, and auto-archive in Gmail, Outlook, or IMAP to maintain an organized, efficient inbox.

Registry SourceRecently Updated
9210Profile unavailable
Automation

BDJobs Job Apply

BDJobs job search, matching, applying, undoing, and salary-update automation for OpenClaw. Use when the user wants to set up BDJobs credentials/preferences,...

Registry SourceRecently Updated
1480Profile unavailable