agent-ready-link-headers

Adds RFC 8288-compliant Link headers to Cloudflare-hosted websites for agent discovery.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps websites expose machine-readable resources through Link response headers so AI agents and automated clients can discover APIs, service documentation, and related metadata.

Core Features & Use Cases

  • Link Header Configuration: Add homepage Link headers using registered relation types such as api-catalog, service-desc, service-doc, and describedby.
  • Cloudflare Implementation: Configure Link headers through Cloudflare Transform Rules or Workers without changing the origin server.
  • Discoverability Validation: Validate the implementation with the isitagentready.com scanner and confirm that the linkHeaders check passes.
  • Use Case: Apply this Skill to make a Cloudflare-hosted website's API catalog and service documentation easier for AI agents to locate.

Quick Start

Use the link headers skill to configure and validate machine-readable resource links on the homepage of my website.

Frequently Asked Questions about agent-ready-link-headers

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

FAQPage Schema
How do I add Link headers to my website for AI agent discovery?

To add Link headers for agent discovery, you configure your website homepage response to include registered relation types like api-catalog, service-desc, and service-doc, satisfying RFC 8288 requirements for machine-readable resources.

Can I configure Link response headers using Cloudflare Transform Rules?

Yes, you can configure Link response headers using Cloudflare Transform Rules or Workers. This approach allows you to inject headers directly at the edge without modifying the origin server.

What are the RFC 8288 relation types needed to make a site agent ready?

The registered relation types needed to make a site agent ready include api-catalog, service-desc, service-doc, and describedby. These expose APIs and service documentation to automated clients.

How do I validate that my website is agent ready and discoverable?

You validate agent readiness by scanning your website with the isitagentready.com scanner. This confirms that your linkHeaders check passes and machine-readable resources are discoverable.

Do I need to modify my origin server to expose machine-readable resources for agent discovery?

No, you do not need to modify your origin server. By applying Link headers through Cloudflare Transform Rules, you can expose machine-readable resources directly at the edge network.