agent-ready-link-headers
SolidSub-skill de agent-ready-cloudflare: Implement Link Response Headers
AI & Automation 77 stars
7 forks Updated today Apache-2.0
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Solid
agent-ready-api-catalog
Sub-skill de agent-ready-cloudflare: Implement API Catalog
77 Updated today
fabricioctelles AI & Automation Solid
agent-ready-agent-skills
Sub-skill de agent-ready-cloudflare: Implement Agent Skills Discovery Index
77 Updated today
fabricioctelles AI & Automation Solid
agent-ready-content-signals
Sub-skill de agent-ready-cloudflare: Implement Content Signals
77 Updated today
fabricioctelles