← 返回
未分类 中文

Agentfinder

Kayak for agents — search across ClawHub, SkillsMP, LobeHub, and more to find the right skill for your task. Compare results across registries, get recommend...
面向代理的Kayak——在ClawHub、SkillsMP、LobeHub等多个平台搜索,快速找到适合任务的技能,并对比各注册中心的结果,获取推荐。
mirni mirni 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 335
下载
💾 0
安装
1
版本
#latest

概述

AgentFinder

Find the right skill across multiple registries in one call.

Start the server

uvicorn agentfinder.app:app --port 8016

Search across all registries

curl -s -X POST http://localhost:8016/v1/search \
  -H "Content-Type: application/json" \
  -d '{"query": "security scanning"}' | jq

Returns results sorted by relevance, from ClawHub, SkillsMP, LobeHub, and more.

Compare results by registry

curl -s http://localhost:8016/v1/search/security/compare | jq

Get recommendations for a problem

curl -s -X POST http://localhost:8016/v1/recommend \
  -H "Content-Type: application/json" \
  -d '{"problem": "I need to validate data before passing it to another agent"}' | jq

Filter by registry

curl -s -X POST http://localhost:8016/v1/search \
  -H "Content-Type: application/json" \
  -d '{"query": "code review", "registries": ["clawhub"], "max_results": 5}' | jq

List available registries

curl -s http://localhost:8016/v1/registries | jq

Endpoints

MethodPathDescription
---------------------------
POST/v1/searchSearch across registries
GET/v1/search/{query}/compareCompare by registry
POST/v1/recommendRecommend skills for a problem
GET/v1/registriesList available registries

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 18:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,423 📥 326,125
it-ops-security

Agent Observability Stack: Distributed Tracing, Metrics, and Alerting for Multi-Agent Systems

mirni
Agent 可观测性栈:多代理系统的分布式追踪、指标和告警。为代理商务构建完整的可观测性栈:OpenT...
★ 0 📥 607
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,130 📥 892,064