media-digest skillA
media-digest is agent-read markdown (skill) from cgoinglove/thursday: Reads anything long — a video, podcast, talk, article or PDF — and hands it back short. Use it when the user points at one and asks what is in it, or which videos on a topic are worth watching..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Media digest Every script is `node <this skill's dir>/scripts/<name>.mjs`, needs no key and prints a few lines; the text itself goes to a file. Chain them with `&&` in one bash call. ```bash S=<this skill's dir>/scripts node $S/yt.mjs transcript <url|id>... --out <scratch> [--lang de] # <id>.txt + <id>.json per video node $S/yt.mjs search "<query>" [--within hour|day|week|month|year] [--length short|medium|long] [--sort relevance|views|date] [--max 20] --out <scratch>/rows.json node $S/text.mjs <article url | pdf url | file.pdf> --out <scratch>/<name>.txt node $S/part.mjs <file> <n> # part n of a long file, one read node $S/audio.mjs cut <url|file> --out <scratch>/audio [--minutes 10] # no captions: pieces to transcribe node $S/digest.mjs <digest.json> --name <page> # the page, in your artifacts folder ``` Two facts decide the work: - **One bash call shows 8,000 characters; the rest is cut.** So every file these scripts write is split into `## Part N` blocks that each fit one read, and the head they print says how many. One part per bash call — two in one call are cut — and the calls for several …
Read the whole file at its exact version.
How to install
mdr add cgoinglove/thursday/media-digest@git:20260924.77bf1a4mdr add cgoinglove/thursday/media-digest@sha256:6d972fefa41e0319Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_7gsiydbbg65zdmra)
0 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260924.77bf1a4 latest | 2026-09-24 | 77bf1a4 | 2,213 B | A | view · diff |
| git:20260924.68e4815 | 2026-09-24 | 68e4815 | 2,213 B | A | view · diff |
| git:20260923.b86ef4c | 2026-09-23 | b86ef4c | 2,287 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (2213 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
cgoinglove/thursday · 7 stars · license MIT · pushed 2026-09-25 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_7gsiydbbg65zdmra GET https://markdownregistry.com/api/v1/resolve?ref=cgoinglove/thursday/media-digest GET https://markdownregistry.com/api/v1/blob/6d972fefa41e03191cfa02ed79c109b38fbd554cb4d0d43279e68b4918a5c873
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.