verify-agents

Verify Self Agent ID identities and integrate verification middleware into APIs.

3|2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/selfxyz/self-agent-id --skill verify-agents-selfxyz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-agents
Source: https://github.com/selfxyz/self-agent-id/tree/main/plugin/skills/verify-agents
Command: npx skills add https://github.com/selfxyz/self-agent-id --skill verify-agents-selfxyz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that AI agents interacting with your systems are genuinely verified and meet specific criteria, preventing unauthorized access and maintaining trust.

Core Features & Use Cases

  • One-off Agent Verification: Check if a specific agent is verified on-chain, retrieve its credentials, and assess its reputation.
  • API Middleware: Integrate verification checks directly into your API endpoints to automatically authenticate and authorize incoming requests from Self Agent ID-verified agents.
  • Use Case: Protect a sensitive API endpoint by ensuring only agents verified by Self Protocol, meeting a minimum age requirement, and passing OFAC checks can access it.

Quick Start

Verify an agent's identity using its address and the testnet network.

Frequently Asked Questions about verify-agents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify AI agent identities for API security?

To verify AI agent identities for API security, you can use a verification middleware to authenticate incoming HTTP requests signed by Self Agent ID agents, ensuring only verified agents access your endpoints.

What is a Self Agent ID verification middleware?

A Self Agent ID verification middleware is an integration layer that automatically checks on-chain credentials, reputation scores, and freshness validation to authenticate HTTP requests from verified AI agents.

Can I perform a one-off identity check for a blockchain AI agent?

Yes, you can perform a one-off identity check for a blockchain AI agent by querying its address on the testnet network to retrieve credentials and assess its reputation score.

How do I protect API endpoints from unauthorized AI agents?

You protect API endpoints from unauthorized AI agents by integrating verification middleware that enforces provider checks, sybil detection, and minimum age requirements for Self Agent ID verified requests.

Does the agent verification process include sybil detection and reputation scoring?

Yes, the agent verification process includes sybil detection and reputation scoring to evaluate the trustworthiness of AI agents interacting with your systems and prevent unauthorized access.