بنقرة واحدة
markdown-negotiation
Get any page as Markdown by sending Accept: text/markdown
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Get any page as Markdown by sending Accept: text/markdown
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Browser-native AI agent tools via navigator.modelContext.registerTool()
AI content usage preferences declared via Content-Signal in robots.txt
Browse Savta's bilingual recipe collection via REST API
Access Savta's bilingual recipe collection via Model Context Protocol
Rotate incorrectly oriented recipe scan images. Use this skill whenever a user mentions a recipe scan being sideways, upside down, rotated wrong, or needing orientation correction — including when referencing a GitHub issue about image rotation. Also trigger when the user says "rotate", "flip", or "fix orientation" in the context of recipe scans or images.
| name | markdown-negotiation |
| description | Get any page as Markdown by sending Accept: text/markdown |
Savta's Recipes supports HTTP content negotiation. Send Accept: text/markdown with any request to receive Markdown instead of HTML.
Accept: text/markdown to your request headersContent-Type: text/markdown; charset=utf-8)Vary: Accept response header signals caches correctlyGET / — Site index (links to language versions)GET /en — English recipe indexGET /he — Hebrew recipe indexGET /en/recipe/{slug} — English recipe detailGET /he/recipe/{slug} — Hebrew recipe detailGET /en/recipe/chocolate-cake HTTP/1.1
Host: recipes.atlow.co.il
Accept: text/markdown
HTTP/1.1 200 OK
Content-Type: text/markdown; charset=utf-8
Vary: Accept