markdown-negotiation
Installation
SKILL.md
Markdown Negotiation
Request any HTML page as clean, structured markdown by including Accept: text/markdown in your request headers. This strips navigation, scripts, SVGs, forms, and other non-content elements, returning only the semantic page content.
Usage
Send a standard HTTP GET with the Accept header:
Example request:
GET https://bhaumicsingh.dev/blog/my-post HTTP/1.1
Accept: text/markdown
Response headers: