agent-ready-markdown-negotiation

Solid

Sub-skill de agent-ready-cloudflare: Implement Markdown Content Negotiation

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%
51
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Implement Markdown Content Negotiation Support `Accept: text/markdown` content negotiation so agents can request markdown versions of your pages. See [llmstxt.org](https://llmstxt.org/) and [Markdown for Agents](https://developers.cloudflare.com/fundamentals/reference/markdown-for-agents/). ## Requirements - When a request includes `Accept: text/markdown`, return a markdown representation of the page - Set `Content-Type: text/markdown` on the response - HTML remains the default for requests without the markdown accept header - Include an `x-markdown-tokens` header with the token count if available ## Cloudflare [Markdown for Agents](https://developers.cloudflare.com/fundamentals/reference/markdown-for-agents/) enables this automatically for Cloudflare zones — no application code changes needed. ## Validate ``` POST https://isitagentready.com/api/scan Content-Type: application/json {"url": "https://YOUR-SITE.com"} ``` Check that `checks.contentAccessibility.markdownNegotiation.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