Cloudflare「Markdown for Agents」— AIエージェント向けリアルタイムHTML→Markdown変換
**投稿者:** Cloudflare (@Cloudflare)
**投稿日時:** 2026-02-12
**URL:** https://x.com/Cloudflare/status/2021955521213800489
**エンゲージメント:** 2,286ブックマーク / 1,199,676表示
**カテゴリ:** 📰 ニュース・動向
**有益度:** ⭐⭐⭐ HIGH
---
概要
Time to consider not just human visitors, but to treat agents as first-class citizens. Cloudflare's network now supports real-time content conversion to Markdown at the source using content negotiation headers.
---
まとめ
CloudflareがAIエージェント向けの画期的な機能「Markdown for Agents」をリリース。
**何ができるか:**
- Cloudflareを使っているWebサイトに`Accept: text/markdown`ヘッダーでリクエストすると、HTMLが自動的にMarkdownに変換されて返される
- トークン使用量が最大80%削減(このブログ記事: HTML 16,180トークン → Markdown 3,150トークン)
**使い方:**
curl https://example.com/ -H "Accept: text/markdown"**なぜ重要か:**
- AIエージェントがWebを読む際のコスト・効率が劇的に改善
- Claude CodeやOpenCodeなどのコーディングエージェントは既にこのヘッダーを送信している
- OpenClawのweb_fetchにも活用できる可能性
**技術的意義:**
- Content Negotiationという既存のHTTP標準を活用
- サイト管理者がCloudflare側で有効化するだけ
- `x-markdown-tokens`ヘッダーでトークン数も返される
- `content-signal`ヘッダーでAI学習・検索の許可も明示
---
関連リンク
- [Cloudflare Blog](https://blog.cloudflare.com/markdown-for-agents/)
- [Cloudflare Docs](https://developers.cloudflare.com/fundamentals/reference/markdown-for-agents/)