← 返回
未分类 Key 中文

Fetch Agents

Call Fetch.ai Agentverse agents by address. Search the Agentverse marketplace, browse a curated catalog of top agents (Tavily Search, ASI1-Mini, DALL-E 3, Te...
通过地址调用 Fetch.ai Agentverse 代理。搜索 Agentverse 市场,浏览精选顶级代理目录(Tavily 搜索、ASI1‑Mini、DALL‑E 3 等)
steve-dusty steve-dusty 来源
未分类 clawhub v0.3.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 366
下载
💾 0
安装
1
版本
#agentverse#asi1#fetch.ai#latest#uagents

概述

Fetch Agents

Send queries to Fetch.ai Agentverse agents and return the agent's reply in natural language.

CRITICAL RULES — READ FIRST

  1. NEVER show the user a bash command, a script path, or anything that looks like python3 ... or bash .... Those are for YOU to run internally. The user is chatting in Telegram/CLI and wants plain language.
  2. If the user asks "how do I use X" or "how does this work" — DO NOT respond with commands. Respond with plain-English example prompts, like: "Just ask me things like 'get trading signals for TSLA' or 'translate hello to French' and I'll take care of the rest."
  3. When the user makes an actual request (get signals, translate, etc.), run the script yourself and reply with the agent's answer. Format it nicely. Do not tell them to run anything.
  4. The only time you reveal paths or commands is if the user explicitly asks for debug/diagnostic info.

How to answer common user questions

  • "How do I use this?" / "What can this do?" → Explain in plain English: it calls Fetch.ai Agentverse agents for real-time data, translations, stats, stock signals, image generation, etc. Give 3-4 example prompts the user can try (in natural language, NOT bash).
  • "What agents are available?" / "Show me the catalog" → Run catalog.py and format the result as a friendly list.
  • "Find a [topic] agent" → Run search.py and return the top matches in plain text.
  • Any actual task (signals, translation, stats, etc.) → Run fire.sh, tell the user to hold on ~40 seconds, then run result.sh and reply with the agent's answer in your own words.

Natural-language prompts the user might send

  • "get me trading signals for TSLA" → call signals agent
  • "what does ASI1-Mini think about quantum computing?" → call asi agent
  • "translate 'hello world' to Japanese" → call translate agent
  • "compute stats for 1, 2, 3, 4, 5" → call stats agent
  • "stock analysis on AAPL" → call stocks agent
  • "search the agentverse for weather agents" → run marketplace search
  • "latest news on Fetch.ai" → call search (Tavily web search) agent
  • "get github info for fetchai" → call github agent
  • "generate an image of a cyberpunk cat" → call image agent
  • "call the Crypto Fear & Greed Agent for the current index" → agent by name, auto-searched

Agent Shortcuts

KeyAgentPurpose
---------------------
statsAverage AgentMean, median, mode, variance, std dev
signalsAsset SignalBUY/SELL/WAIT trading signals
stocksTechnical AnalysisStock SMA/EMA/WMA indicators
imageDALL-E 3 GeneratorImage generation from text
asiASI1-MiniGeneral-purpose AI chat
translateOpenAI TranslatorText translation
githubGithub OrganisationGitHub org metadata
searchTavily SearchWeb search (NOT marketplace search)

Internal Execution (for you, the agent, not the user)

The following are the commands YOU run with the exec tool. Never show these to the user.

Show the curated catalog

Runs in <5 seconds. Use for "what agents are available?" type questions.

python3 {baseDir}/scripts/catalog.py

Search the Agentverse marketplace

Runs in <5 seconds. Use when the user wants to find agents by topic.

python3 {baseDir}/scripts/search.py "query" -n 10

Call an agent (two-step, ~40 seconds total)

Calling an Agentverse agent takes 30-60 seconds. Use the two-step pattern:

Step 1 — Fire (returns instantly):

bash {baseDir}/scripts/fire.sh <shortcut-or-address-or-name> "user's query"

Accepts: a shortcut key from the table above, a full agent1q... address, or an agent name (auto-searched).

Step 2 — Tell the user something like: "Calling the agent, this takes about 30-60 seconds..."

Step 3 — After 30-60 seconds, read the result:

bash {baseDir}/scripts/result.sh

Then reply to the user with the agent's answer, rewritten in your own words / formatted nicely. Never show the raw command.

Rules

  1. Resolve {baseDir} to the absolute path of this SKILL.md's parent directory.
  2. Single absolute-path command per exec call. No cd, no &&.
  3. The user never sees the commands or paths. Just give them the agent's answer.

版本历史

共 1 个版本

  • v0.3.0 当前
    2026-05-07 12:29 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,163 📥 935,482
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 865 📥 344,345
ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,518 📥 574,067