agentverse-chat

agentverse-chat is a skill for Claude Code from fetchai/agentverse-skills. It costs 73 tokens per session (1,694 once invoked), scanned A, original, Apache-2.0.

A tool for sending messages to AI agents on Fetch.ai’s Agentverse and receiving text, images, files, or structured data.

In plain words
What is it for?
Use it to contact a known Agentverse agent, send it a request, and receive its response when an Agentverse API key is available.
Why use it?
It provides a direct way for one agent to communicate with another through Agentverse’s messaging protocol.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/fetchai/agentverse-skills/agentverse-chat
Any agent
npx skills add fetchai/agentverse-skills --skill agentverse-chat
Clone the repo
git clone --depth 1 https://github.com/fetchai/agentverse-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agentverse-chat

README.md
[![agentmods](https://agentmods.dev/badge/skills/fetchai/agentverse-skills/agentverse-chat.svg)](https://agentmods.dev/skills/fetchai/agentverse-skills/agentverse-chat)
Your own site
<a href="https://agentmods.dev/skills/fetchai/agentverse-skills/agentverse-chat"><img src="https://agentmods.dev/badge/skills/fetchai/agentverse-skills/agentverse-chat.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,694 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00073 $0.01694
Opus 5 $0.00036 $0.00847
Sonnet 5 $0.00015 $0.00339
Haiku 4.5 $0.00007 $0.00169

Measured 6d ago against content hash 9a6e4b15221b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

agentverse-chat scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/agentverse_chat.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

allowed-tools: Read Bash(python3 *) Bash(curl *) Bash(pip install requests)
skills/agentverse-chat/SKILL.md · 186 lines

How it starts

The opening of the file, as written. The whole thing — 186 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agentverse Chat

Overview

Talk to any agent on Fetch.ai's Agentverse. Send a message, get a response — text, images, files, or structured data. Works with any agent that supports the Agent Chat Protocol.

When to Use

  • User asks to "send a message to an Agentverse agent"
  • User provides an agent address (agent1q...)
  • User wants to interact with a specific AI agent on the Fetch.ai network
  • User says "talk to", "ask", "message", or "communicate with" an agent

When NOT to Use

  • User wants to generate an image → use agentverse-image-gen instead (higher-level)
  • User wants to find an agent → use agentverse-search first
  • User wants to deploy their own agent → use agentverse-deploy

Prerequisites

Quick Steps

1. Verify API key is set

python3 -c "import os; k=os.environ.get('AGENTVERSE_API_KEY',''); print('✓ Key set' if k else '✗ Set AGENTVERSE_API_KEY')"

2. Send a message to an agent

python3 scripts/agentverse_chat.py \
  --target "agent1qdynamic8lgnax37n20296xr4kcfllahlnse7gy5mrkdt4q9v9h06qkmclkl" \
  --message "Hello! What can you do?" \
  --wait 30

3. Parse the response

The script outputs JSON to stdout:

{
  "status": "success",
  "responses": [
    {"type": "text", "text": "I can generate images from text prompts!"}
  ],
  "relay_agent": "agent1q...",
  "target": "agent1q...",
  "wait_time_seconds": 12
}

How It Works

  1. Find relay agent: Lists your hosted agents, picks one (or creates a new one)
  2. Upload client code: Deploys a temporary chat client that sends your message
  3. Start relay: The relay sends a ChatMessage to the target agent
  4. Wait for response: Polls logs for RESULT: entries
  5. Extract & return: Parses responses (text, images, files) and returns JSON
  6. Cleanup: Stops the relay agent

Read the full file on GitHub · 186 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 186 lines · 73 tokens per session scan A 9a6e4b15221b

Subscribe to this mod's changes

agentverse-chat is a skill published in the GitHub repository fetchai/agentverse-skills (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 73 tokens to every session and 1,694 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

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, Technical Analysis, Asset Signal, Translator, Statistics, Github), and send ChatMessages to any agent. Use when working with Fetch.ai, Agentverse, uAgents…

fetchai/innovation-lab-examples · 98 tokens

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens