rdrr AGENTS.md

rdrr AGENTS.md is an instructions file for Codex, OpenCode from fkonovalov/rdrr. It costs 1,161 tokens per session, scanned A, a copy of rdrr CLAUDE.md, MIT.

Repository instructions for rdrr, a TypeScript library and command-line tool that turns URLs into clean Markdown. It documents the project purpose, file layout, supported sources, and coding context.

In plain words
What is it for?
Use it when working on rdrr's TypeScript source, command-line interface, URL handling, content extraction, or site-specific providers.
Why use it?
It gives coding agents the project background they need before changing code, reducing confusion about where features and extractors belong.

Instructions file for CodexOpenCode

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.

agentmods
npx agentmods add instructions/fkonovalov/rdrr/agents-md
Clone the repo
git clone --depth 1 https://github.com/fkonovalov/rdrr

Made for: Codex, OpenCode.

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 rdrr AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/fkonovalov/rdrr/agents-md.svg)](https://agentmods.dev/instructions/fkonovalov/rdrr/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/fkonovalov/rdrr/agents-md"><img src="https://agentmods.dev/badge/instructions/fkonovalov/rdrr/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,161 This file is loaded in full into every session.
When invoked 1,161 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 94% copy Near-identical to another mod 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.01161 $0.01161
Opus 5 $0.00580 $0.00580
Sonnet 5 $0.00232 $0.00232
Haiku 4.5 $0.00116 $0.00116

Measured today against content hash 11f6ae9f214f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

rdrr AGENTS.md 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 today.

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.

Origin

This is a copy

94% identical to rdrr CLAUDE.md — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

AGENTS.md · 122 lines

How it starts

The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

This file provides context for AI assistants working in this repository.

What is this project?

rdrr is a TypeScript library and CLI that converts any URL into clean markdown. 10x fewer tokens for AI agents.

Supports: webpages, YouTube transcripts, GitHub issues/PRs/discussions/files, Stack Overflow, npm packages, X/Twitter, llms.txt.

Project structure

Path Role
src/index.ts Library entry -- barrel exports
src/cli.ts CLI entry (commander)
src/rdrr.ts Orchestrator: parse(url) detects type, routes to provider
src/detect.ts URL classification (YouTube, GitHub, npm, X, webpage)
src/types.ts Public types
src/shared.ts Shared utilities
src/extract/ Domain: HTML content extraction engine
src/extract/sites/ Site-specific extractors (reddit, twitter, etc.)
src/extract/elements/ Element processors (code, math, images, footnotes)
src/extract/filters/ Content filtering (hidden, scoring, patterns)
src/extract/utils/ DOM helpers
src/provider/ Domain: Content providers (web, youtube, github, stackoverflow, npm, x)

Common commands

pnpm build       # tsc --noEmit && tsdown
pnpm dev         # tsdown --watch
pnpm test        # vitest run
pnpm lint        # knip && oxlint ./src
pnpm fmt         # oxfmt --write .

Code conventions

TypeScript

  • Strict TypeScript. Avoid any -- use unknown and narrow.
  • noUncheckedIndexedAccess is enabled -- always handle undefined from index access.
  • verbatimModuleSyntax -- use import type for type-only imports.
  • Target: ES2022. Use modern syntax: Object.hasOwn(), Array.at(), structuredClone().

Read the full file on GitHub · 122 lines

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. today First seen · 122 lines · 1,161 tokens per session scan A 11f6ae9f214f

Subscribe to this mod's changes

rdrr AGENTS.md is an instructions file published in the GitHub repository fkonovalov/rdrr (174 stars, last pushed 3d ago), licensed MIT. It adds 1,161 tokens to every session, about $0.0058 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to rdrr CLAUDE.md, differing in 2 lines, and is treated as a copy.