Install
openclaw skills install @steve-dusty/fetch-agentsCall Fetch.ai Agentverse agents by address. Search the Agentverse marketplace, browse a curated catalog of top agents (Tavily Search, ASI1-Mini, DALL-E 3, Technical Analysis, Asset Signal, Translator, Statistics, Github), and send ChatMessages to any agent. Use when working with Fetch.ai, Agentverse, uAgents, decentralized AI agents, or when the user wants to discover or message an agent on the Fetch.ai network.
openclaw skills install @steve-dusty/fetch-agentsSend queries to Fetch.ai Agentverse agents and return the agent's reply in natural language.
python3 ... or bash .... Those are for YOU to run internally. The user is chatting in Telegram/CLI and wants plain language.catalog.py and format the result as a friendly list.search.py and return the top matches in plain text.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.signals agentasi agenttranslate agentstats agentstocks agentsearch (Tavily web search) agentgithub agentimage agent| Key | Agent | Purpose |
|---|---|---|
stats | Average Agent | Mean, median, mode, variance, std dev |
signals | Asset Signal | BUY/SELL/WAIT trading signals |
stocks | Technical Analysis | Stock SMA/EMA/WMA indicators |
image | DALL-E 3 Generator | Image generation from text |
asi | ASI1-Mini | General-purpose AI chat |
translate | OpenAI Translator | Text translation |
github | Github Organisation | GitHub org metadata |
search | Tavily Search | Web search (NOT marketplace search) |
The following are the commands YOU run with the exec tool. Never show these to the user.
Runs in <5 seconds. Use for "what agents are available?" type questions.
python3 {baseDir}/scripts/catalog.py
Runs in <5 seconds. Use when the user wants to find agents by topic.
python3 {baseDir}/scripts/search.py "query" -n 10
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.
{baseDir} to the absolute path of this SKILL.md's parent directory.cd, no &&.