markdown-negotiation

markdown-negotiation is a skill for Claude Code, Codex from prizmad/agent-skills. It costs 0 tokens per session (210 once invoked), scanned A, original, MIT.

An HTTP feature that returns a lightweight Markdown version of supported public web pages when a client requests it.

In plain words
What is it for?
Use it to fetch supported Prizmad pages for agent input, discover whether a Markdown version exists, and read the estimated token count in the response.
Why use it?
Markdown is generally smaller and easier for AI agents and other text-processing tools to read than a full webpage.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to fetch supported Prizmad pages for agent input, discover whether a Markdown version exists, and read the estimated token count in the response.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/prizmad/agent-skills/markdown-negotiation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add prizmad/agent-skills --skill markdown-negotiation
Clone the repo
git clone --depth 1 https://github.com/prizmad/agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for markdown-negotiation

README.md
[![agentmods](https://agentmods.dev/badge/skills/prizmad/agent-skills/markdown-negotiation.svg)](https://agentmods.dev/skills/prizmad/agent-skills/markdown-negotiation)
Your own site
<a href="https://agentmods.dev/skills/prizmad/agent-skills/markdown-negotiation"><img src="https://agentmods.dev/badge/skills/prizmad/agent-skills/markdown-negotiation.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 210 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00210
Opus 5 $0.00000 $0.00105
Sonnet 5 $0.00000 $0.00042
Haiku 4.5 $0.00000 $0.00021

Measured 7d ago against content hash 5b29cd0a0bd5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

markdown-negotiation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

markdown-negotiation/SKILL.md · 33 lines

What it actually says

Markdown Content Negotiation

Prizmad supports HTTP content negotiation for AI agents. Send Accept: text/markdown to receive a lightweight markdown version of any public page.

Usage

GET / HTTP/1.1
Accept: text/markdown

Response Headers

  • Content-Type: text/markdown; charset=utf-8
  • x-markdown-tokens: <estimated token count>
  • Content-Signal: ai-train=yes, search=yes, ai-input=yes

Supported Pages

  • / — Homepage
  • /pricing — Plans and pricing
  • /contact — Contact page
  • /agency — Agency program
  • /referral — Referral program
  • /privacy — Privacy policy
  • /terms — Terms of service
  • /auth/sign-in — Sign in
  • /auth/sign-up — Sign up

Discovery

Pages include <link rel="alternate" type="text/markdown"> for automated discovery.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 33 lines · 0 tokens per session scan A 5b29cd0a0bd5

Subscribe to this mod's changes

markdown-negotiation is a skill published in the GitHub repository prizmad/agent-skills (2 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 210 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

web-scraper

Extract structured data from websites. Use when: collecting competitor pricing; scraping product listings; extracting contact information; gathering research data; monitoring website changes.

guia-matthieu/clawfu-skills · 33 tokens

blocked-page-recovery

Use when a fetch fails: 403/429, paywall, WAF, bot wall.

NousResearch/hermes-agent · 25 tokens

claude-in-chrome

Automates your Chrome browser to interact with web pages - clicking elements, filling forms, capturing screenshots, reading console logs, and navigating sites. Opens pages in new tabs within your existing Chrome session. Requires site-level permissions before executing (configured in the extension).

asgeirtj/system_prompts_leaks · 57 tokens

hive.browser-automation

Required before any hive-browser CLI command. The browser is driven from the terminal by running hive-browser ... --json via terminalexec — not via MCP tools. Teaches the browser lifecycle rules (the bridge attaches to the USER'S running Chrome — never kill or launch browser processes; timeouts are transport issues…

aden-hive/hive · 142 tokens

hive.slack-notifications-setup

Set up a Slack notification channel (Sentinel) for a colony by driving the browser — reuse or create the "Hive Sentinel" Slack app from a JSON manifest, install it, capture the bot + app tokens, create/select the channel via the Slack API, and turn Sentinel on so the colony can ping the user on Slack and accept…

aden-hive/hive · 136 tokens

browser-edge-cases

SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.

aden-hive/hive · 40 tokens