agent-ready-auth-md

Implement Auth.md and OAuth discovery metadata for agent registration and authentication.

47|4|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/fabricioctelles/skills --skill agent-ready-auth-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-ready-auth-md
Source: https://github.com/fabricioctelles/skills/tree/main/skills/agent-ready-cloudflare/auth-md
Command: npx skills add https://github.com/fabricioctelles/skills --skill agent-ready-auth-md

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps services implement Auth.md and OAuth discovery metadata so AI agents and automated scanners can understand how to register, authenticate, and obtain credentials.

Core Features & Use Cases

  • Auth.md Publishing: Define a root-level Auth.md document that clearly describes agent registration and credential provisioning.
  • OAuth Metadata: Configure OAuth Protected Resource Metadata and Authorization Server Metadata with required issuers, scopes, registration details, and bearer methods.
  • Identity Flows: Document ID-JAG, verified email, and anonymous identity flows with their required assertion types, credential types, claims, and revocation data.
  • Validation: Verify implementation results with the Is It Agent Ready scanner and confirm that the Auth.md discovery check passes.

Quick Start

Use the agent-ready-auth-md skill to add Auth.md support to the service, publish the required OAuth discovery metadata, and validate the implementation with the Is It Agent Ready scanner.

Frequently Asked Questions about agent-ready-auth-md

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

FAQPage Schema
How do I implement Auth.md for agent registration and API authentication?

To implement Auth.md for agent registration, you publish a root-level Auth.md document and configure OAuth Protected Resource Metadata with required issuers, scopes, registration endpoints, and bearer methods.

What is OAuth discovery metadata and when do I need it for AI agents?

OAuth discovery metadata defines how automated scanners and AI agents understand API authentication. You need it when adding Auth.md support so services can dynamically discover registration endpoints and credential provisioning.

How do I validate OAuth Protected Resource Metadata and Auth.md implementation?

You validate OAuth Protected Resource Metadata and Auth.md implementation by running the Is It Agent Ready scanner to confirm that the Auth.md discovery check passes and credential details are correct.

Can I use Auth.md to document anonymous identity flows and ID-JAG assertions?

Yes, Auth.md can document ID-JAG, verified email, and anonymous identity flows by specifying their required assertion types, credential types, claims, and revocation data within the OAuth metadata.

Does Auth.md support work without an existing Authorization Server Metadata configuration?

No, Auth.md support requires valid Authorization Server Metadata. You must configure valid registration endpoints, issuer and resource metadata, supported scopes, and bearer methods to achieve scanner validation.