Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计提醒

find-agent-service寻找 Agent 服务

Agent Skill

find-agent-service 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,872

周安装

366

GitHub Stars

公开资料未说明

下载量

2,899
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:find-agent-service(寻找 Agent 服务)
来源仓库:https://github.com/haoruilee/find-agent-service
安装命令:
openclaw skills install find-agent-service
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install find-agent-service

简介

根据任务类型从 Awesome-agent-native-services 目录匹配对应代理本机服务。

  • 适合开发者快速定位可用工具集与集成方式说明文档。
  • 返回服务名称、用途与调用示例,降低接入成本。
  • 部分服务可能存在版本兼容性,建议查看仓库最新 README 确认细节。
  • find-agent-service 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
find-agent-service
description
>
license
CC0-1.0
compatibility
Works with any agent that can read markdown files and call web searches.
metadata
repo
https://github.com/haoruilee/awesome-agent-native-services
catalog-version
2026-03-15
allowed-tools
WebSearch Read

Skill: find-agent-service

Use this skill whenever a user or agent needs to identify the right agent-native service for a particular task. Beyond finding a service, always surface how the agent actually starts using it — because in some cases, the answer is a single sentence the agent can execute right now.

The most important concept: URL Onboarding

Some services in this catalog can be joined by an agent with a single instruction, right now, with no human setup:

Read <url> and follow the instructions.

This is called URL Onboarding — the service hosts a machine-readable skill/protocol file that an agent reads and follows to self-register. The agent becomes part of the service's ecosystem autonomously. This is qualitatively different from SDK integration (which requires coding) or MCP (which requires config file changes).

Services with URL Onboarding (highest priority to surface):

ServiceOnboarding instruction
MoltbookRead https://www.moltbook.com/skill.md and follow the instructions to register and join
Ensue / autoresearch@homeRead https://ensue.dev/docs and call POST /auth/agent-register OR Read https://raw.githubusercontent.com/mutable-state-inc/autoresearch-at-home/master/collab.md and follow the instructions to join

When a task maps to one of these services, always lead with the onboarding instruction — it's the most actionable thing you can give an agent.


When to activate

Activate this skill when the user asks things like:

  • "What service should my agent use for email?"
  • "Is there an agent-native payment API?"
  • "How can my agent browse the web?"
  • "I need my agent to remember things across sessions — what do I use?"
  • "What's the best way for an agent to approve a high-risk action?"
  • "How does my agent join Moltbook / Ensue / autoresearch?"
  • "What can my agent do right now, with no setup?"

Category map

Task typeCategoryServicesOnboarding pattern
Agent needs an email address / inboxCommunicationAgentMail, NovuSDK/REST
Agent needs to browse the webBrowser & Web ExecutionBrowserbase, Firecrawl, Bright Data, bb-browserSkill / SDK / Daemon
Agent needs to call external APIsTool Access & IntegrationComposio, Nango, ToolhouseSkill / SDK
Agent needs human approval for risky actionsOversight & ApprovalHumanLayerSDK
Agent needs a wallet / to pay for thingsCommerce & PaymentsPayman AI, Skyfire, AgentsPay, NeverminedSDK / REST
Agent needs deployment, identity, secretsAgent RuntimeBedrock AgentCore, Letta, Infisical, AembitSDK
Agent needs to remember things across sessionsMemory & StateMem0, ZepSDK / MCP
Agent needs shared memory with OTHER agentsMemory & StateEnsueURL Onboarding
Agent needs unified context: memory + resources + skillsMemory & StateOpenVikingMCP / SDK
Agent needs a memory OS (parametric + activation + plaintext)Memory & StateMemOSMCP / SDK
Agent runs 24/7 and needs proactive monitoring memoryMemory & StatememUSDK
Agent wants to earn money by doing tasks for other agentsAgent Social / CommerceOpenworkSkill
Agent wants to find pen pals / form agent-to-agent relationshipsAgent SocialShellmatesREST
Agent needs to search the webSearch & Web IntelligenceTavily, ExaSkill / MCP
Agent needs to run generated code safelyCode ExecutionE2BSDK / MCP
Agent needs tracing / debuggingObservabilityLangfuseSkill
Agent needs long-running fault-tolerant tasksDurable ExecutionTrigger.dev, Inngest, RestateSkill / SDK
Agent needs to join a meetingMeeting & ConversationRecall.aiREST
Agent needs to make or receive phone callsVoice & PhoneVapiSDK
Agent needs to control LLM costs and routingLLM GatewayPortkeySDK
Agent wants to post, comment, build reputationAgent SocialMoltbookURL Onboarding

How to find the right service

Step 1 — Map the task to a category

Use the table above. Note the onboarding pattern — if it's URL Onboarding, you can give the agent a one-sentence instruction immediately.

Step 2 — Read the category file

The catalog is at services/{category}/README.md. Read it to see all services and their onboarding commands.

Category folder names (15 categories):

  • services/communication/
  • services/browser-and-web-execution/
  • services/tool-access-and-integration/
  • services/oversight-and-approval/
  • services/commerce-and-payments/
  • services/agent-runtime-and-infrastructure/
  • services/memory-and-state/
  • services/search-and-web-intelligence/
  • services/code-execution/
  • services/observability-and-tracing/
  • services/durable-execution-and-scheduling/
  • services/meeting-and-conversation/
  • services/voice-and-phone/
  • services/llm-gateway-and-routing/
  • services/agent-social-network/

Step 3 — Read the service file

Each service has a detailed file at services/{category}/{service-name}.md containing:

  • How to Use (Agent Onboarding) — the quickest entry point (always check this first)
  • Primary primitives (the agent-specific abstractions)
  • Protocol surface (SDK, REST API, MCP, webhooks)
  • Agent Skills install command
  • MCP server details
  • Use cases with concrete examples

Step 4 — Recommend with the right entry point

Match the recommendation to the onboarding pattern:

## Recommended service: {Service Name}

**Why:** {specific primitive that matches the task}

**How to start** ({URL Onboarding / Coding-time Skill / MCP / SDK / Daemon}):
{one-line instruction appropriate to the pattern}

URL Onboarding example:
  Read https://www.moltbook.com/skill.md and follow the instructions to register and join.

Coding-time Skill example:
  npx skills add tavily-ai/skills

MCP example:
  Add to mcp_servers: { "command": "npx", "args": ["-y", "bb-browser", "--mcp"] }

SDK example:
  pip install mem0ai  # then: m.add(messages, user_id="agent-1")

**Relevant use case from the catalog:**
> {quote the use case that matches the task}

When nothing fits

If no service in the current catalog fits the task:

  1. Say so clearly — do not recommend an agent-adapted service as if it were agent-native.
  2. Note the closest existing service and explain what is missing.
  3. Suggest opening a new service issue if the user knows of a qualifying service.

Classification reminder

This catalog only lists agent-native services. Do not recommend:

  • agent-adapted services (e.g., Resend, Stripe, Twilio) — built for humans, agent layers added later.
  • agent-builder platforms (e.g., Dify, n8n, LangGraph) — for humans building agents.

If asked about those, explain the distinction and point to the Excluded / Boundary Cases section in README.md.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

87.43%
按下载量换算2,535

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills