agent-ready-oauth-discovery

Publish OAuth 2.0 and OpenID Connect discovery metadata for Cloudflare Access and Workers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps make APIs discoverable and compatible with OAuth 2.0 and OpenID Connect clients by publishing the metadata required for authentication and authorization.

Core Features & Use Cases

  • Discovery Metadata: Configure OAuth authorization server or OpenID Connect discovery documents.
  • Required Endpoints: Define issuer, authorization, token, and JSON Web Key Set endpoints.
  • Protocol Support: List supported grant types and response types for interoperable clients.
  • Cloudflare Integration: Use Cloudflare Access or Workers to serve or proxy discovery metadata.
  • Validation: Scan the deployed site and verify that OAuth discovery checks pass.

Quick Start

Use the OAuth discovery skill to configure and validate the required OpenID Connect discovery metadata for my API.

Frequently Asked Questions about agent-ready-oauth-discovery

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

FAQPage Schema
How do I publish OAuth 2.0 discovery metadata for my API?

Publish OAuth 2.0 discovery metadata by defining your issuer, authorization, token, and JWKS endpoints. This makes APIs discoverable and compatible with OAuth clients by serving the required configuration documents for interoperable agent authentication.

Can I serve OpenID Connect discovery documents using Cloudflare Workers?

Yes, OpenID Connect discovery documents can be served or proxied using Cloudflare Access or Workers. This integration allows Cloudflare deployments to publish the required metadata for interoperable client authentication and endpoint discovery.

What endpoints are required for OpenID Connect discovery validation?

OpenID Connect discovery validation requires an issuer, authorization endpoint, token endpoint, and JWKS URI. You must also list supported grant types and response types so interoperable clients can successfully validate and use the discovery metadata.

Why does my API need OAuth discovery metadata for agent authentication?

OAuth discovery metadata is needed for agent authentication because it allows clients to automatically locate authorization endpoints. Publishing interoperable discovery documents ensures agents can successfully discover and interact with your API's authentication flows.

Does this OAuth discovery skill validate the deployed metadata endpoint?

Yes, the skill scans your deployed site to verify that OAuth discovery checks pass. It validates that the published OpenID Connect or OAuth 2.0 metadata correctly exposes all required endpoints and protocol configurations for client interoperability.