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.
npx agentmods add instructions/tanattv/lyt/agents-mdgit clone --depth 1 https://github.com/TanaTTV/lytWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00562 | $0.00562 |
| Opus 5 | $0.00281 | $0.00281 |
| Sonnet 5 | $0.00112 | $0.00112 |
| Haiku 4.5 | $0.00056 | $0.00056 |
Grade A, and why
lyt 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 41 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Cursor Cloud specific instructions
lyt is a zero-runtime-dependency Node.js CLI (Node 20+) that wraps yt-dlp
and ffmpeg. The npm package and the website/ static site have no npm
dependencies and no lockfiles, so npm install is a no-op. Do not expect a
node_modules directory.
Services / surfaces
- CLI (production product): entry points
bin/lyt.js,bin/yt3.js,bin/yt4.js. Run directly, e.g.node bin/lyt.js --help. - Website (
website/): dependency-free static site. Standard commands live inwebsite/package.json(build,check,serve).npm run servelistens on127.0.0.1:4173. - Desktop app (
app/): experimental Tauri prototype, explicitly NOT part of the release (seeapp/README.md). Requires Rust/Tauri toolchain; out of scope for normal development.
Lint / test / build / run
- There is no separate lint step in this repo. Standard commands are in
package.jsonandREADME.md(npm test,npm run check:pack,npm run check:website,npm run check,npm run smoke:linux). npm run checkruns the Node test suite + npm-pack payload verification + website build/SEO checks.npm run smoke:linuxpacks the CLI, installs it globally to a temp prefix, and performs a real permitted download from Wikimedia Commons (needs network- a provisioned
yt-dlp).
- a provisioned
yt-dlp provisioning (non-obvious)
ffmpegis preinstalled system-wide, butyt-dlpis NOT onPATH.lytmanages its own checksum-verifiedyt-dlpbinary under~/.local/share/lyt/bin/. The startup update script runsnode bin/lyt.js doctor --fixto provision it ahead of time; the CLI also auto-downloads it on first real use. The unit tests do NOT needyt-dlp(they mock it), so tests pass even before provisioning.- Provisioning and real downloads need outbound network (GitHub releases for
the binary, and the media host). Use
lyt doctorto confirm readiness. - Clipboard integration is unavailable on this headless Linux VM (no
xclip/xsel/wl-clipboard);
--paste/--watchwill not work here.
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.
- 2d ago First seen · 41 lines · 562 tokens per session scan A bfb314fd1cdd
lyt AGENTS.md is an instructions file published in the GitHub repository TanaTTV/lyt (1 stars, last pushed 20d ago), licensed MIT. It adds 562 tokens to every session, about $0.0028 per session on Opus 5. 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.
Other instructions, from other repositories
leclap AGENTS.md
Instructions for heristop/leclap, covering agents.md, project overview, repository layout, setup and commands.
leclap CLAUDE.md
Instructions for heristop/leclap: This repository's agent guidance lives in AGENTS.md — read it first; it is the single source of truth for structure, commands, and conventions.
hyperframes AGENTS.md
AGENTS.md instructions for heygen-com/hyperframes, covering hyperframes, skills, build & test, linting & formatting and composition validation.
mediago AGENTS.md
Instructions for mediago-dev/mediago, covering repository guidelines, project structure & module organization, tooling and script placement, documentation site safety and build, test, and development commands.
pueue AGENTS.md
Instructions for Nukesor/pueue: This project does not approve of large-scale work done by LLMs.
openscreen AGENTS.md
Instructions for getopenscreen/openscreen, covering agents.md, setup commands, development principles, project layout and code style.