agent-ready-link-headers

Solid

Sub-skill de agent-ready-cloudflare: Implement Link Response Headers

AI & Automation 77 stars 7 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 82/100

Stars 20%
63
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
48
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Implement Link Response Headers Add Link response headers to your homepage for agent discovery per [RFC 8288](https://www.rfc-editor.org/rfc/rfc8288) and [RFC 9727 Section 3](https://www.rfc-editor.org/rfc/rfc9727#section-3). ## Requirements - Return `Link` headers on your homepage response pointing to machine-readable resources - Use registered relation types: `api-catalog`, `service-desc`, `service-doc`, `describedby` - Example: `Link: </.well-known/api-catalog>; rel="api-catalog"` - Multiple Link headers or comma-separated values are both valid ## Cloudflare Use [Transform Rules](https://developers.cloudflare.com/rules/transform/) or [Workers](https://developers.cloudflare.com/workers/) to add Link headers without modifying your origin server. ## Validate ``` POST https://isitagentready.com/api/scan Content-Type: application/json {"url": "https://YOUR-SITE.com"} ``` Check that `checks.discoverability.linkHeaders.status` is `"pass"`.

Details

Author
fabricioctelles
Repository
fabricioctelles/skills
Created
6 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category