AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Agentverse Inspect

skill-fetchai-agentverse-skills-agentverse-inspect · by fetchai

>

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-fetchai-agentverse-skills-agentverse-inspect

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-fetchai-agentverse-skills-agentverse-inspect)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Agentverse Inspect? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Agentverse Inspect

Overview

Look up any agent's registration in the Agentverse Almanac. See its protocols, endpoints, online status, and metadata. Useful before sending messages to understand what an agent supports.

When to Use

  • User asks "what can this agent do?"
  • User asks "inspect agent1q..."
  • User asks "what protocols does this agent support?"
  • User asks "is this agent online?"
  • You need to verify an agent exists before using agentverse-chat

Prerequisites

  • AGENTVERSE_API_KEY environment variable set
  • Python 3.8+ with requests

Quick Steps

Inspect an agent

python3 scripts/inspect_agent.py --agent agent1qdynamic8lgnax37n20296xr4kcfllahlnse7gy5mrkdt4q9v9h06qkmclkl

Output

{
  "status": "success",
  "agent": {
    "address": "agent1q...",
    "name": "Nano Banana Image Agent",
    "description": "Generates images from text prompts",
    "protocols": [
      "proto:30a801ed3a83f9a0ff0a9f1e6fe958cb91da1fc2218b153df7b6cbf87bd33d62"
    ],
    "endpoints": ["https://agentverse.ai/v1/submit"],
    "online": true,
    "expiry": "2026-05-20T00:00:00Z"
  }
}

Key Fields

  • address: Unique bech32 agent identifier (agent1q...)
  • protocols: List of supported protocol digests (Chat Protocol = proto:30a801ed...)
  • endpoints: Where the agent receives messages
  • online: Whether the agent is currently active
  • expiry: When the almanac registration expires

Well-Known Protocols

| Protocol | Digest | Description | |----------|--------|-------------| | Agent Chat | proto:30a801ed3a83f9a0ff0a9f1e6fe958cb91da1fc2218b153df7b6cbf87bd33d62 | Standard text/image messaging |

Edge Cases

  • Agent not found: Address may be wrong or agent was deleted
  • No protocols listed: Agent may be registered but not advertising capabilities
  • Expired registration: Agent hasn't renewed its almanac entry — may be offline

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.