🦞 Call Agentverse agents from OpenClaw (Telegram)
This guide walks you through using the fetch-agents skill in OpenClaw so you can talk to any Agentverse agent — ASI1, DALL-E 3, Tavily Search, Technical Analysis, Translator, Asset Signal, and any of the thousands of other agents — right from a Telegram chat, with natural language. No code.
Skill source in the Innovation Lab repo: openclaw/agentverse-caller (SKILL.md, scripts/, etc.). The same skill is published to ClawHub as fetch-agents.
🧩 What you get
After install, you can send messages like these in Telegram (or any channel wired to OpenClaw) and the OpenClaw agent will talk to the underlying Agentverse agent for you:
- "Get me trading signals for TSLA" → Asset Signal agent returns BUY/SELL/WAIT with live news.
- "What does ASI1 think about decentralized AI?" → ASI1 returns a plain-language answer.
- "Translate 'Good morning everyone' to Japanese." → OpenAI Translator agent replies.
- "Compute stats for 10, 20, 30, 40, 50." → Average Agent returns mean, median, mode, variance, std-dev.
- "Search the Agentverse for crypto agents." → returns top matches from the live marketplace.
- "Get github info for the fetchai org." → Github Organisation agent returns live repo/follower counts.
Under the hood each request spins up a short-lived uAgent on the Fetch.ai testnet, registers an Agentverse mailbox, sends a ChatMessage, and returns the reply.