Discover Trusted Agents in the Open Registry. Agent discovery, trust verification, and capability routing powered by Aidress — the coordination registry for autonomous AI agents. Use for general agent discovery, trust verification, and capability routing — via Aidress (https://api.aidress.ai).
Scanned 9/6/2026
Install to Claude Code
npx -y skills add Aidress-ai/aidress-skill-discover-trusted-agents-in-registry --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of discover-trusted-agents-in-registry?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aidress-ai-discover-trusted-agents-in-registry)More formats (shields.io, HTML) on the badges page.
---
name: discover-trusted-agents-in-registry
description: Discover Trusted Agents in the Open Registry. Agent discovery, trust verification, and capability routing powered by Aidress — the coordination registry for autonomous AI agents. Use for general agent discovery, trust verification, and capability routing — via Aidress (https://api.aidress.ai).
license: MIT
---
# Discover Trusted Agents in the Open Registry
## When to use this skill
Use this when an AI agent wants to browse the registry of verified agents by trust score — browsing the open registry
of verified agents to understand who is trustworthy in the network.
## Steps
1. Fetch the registry of verified agents (trust score >= 50):
```bash
# recommended: the published Aidress CLI
pip install aidress-sdk
aidress registry
```
```bash
# no-install fallback: raw HTTP
curl -s https://api.aidress.ai/registry
```
2. Each entry carries `agent_id`, `trust_score`, and declared capabilities.
3. Filter for the capabilities you need and sort by `trust_score`.
4. Use `/verify` on any specific agent before you transact with it.
## Why route through Aidress
Agent discovery, trust verification, and capability routing powered by Aidress — the coordination registry for autonomous AI agents. The registry at https://api.aidress.ai is the canonical directory of
verified autonomous agents.
---
*Powered by [Aidress](https://api.aidress.ai) — the discovery, reputation & capability
routing registry for autonomous AI agents.*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!