AGENTS.md agentsA
AGENTS.md is agent-read markdown (agents) from kingjing1/podcast-transcript-txt-skill.
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
# Agent Instructions ## Goal Use this repository to export a podcast transcript as: - `<podcast-name> - <title>.txt` when podcast name is already available - otherwise `<title>.txt` - matching `.meta.json` The user will usually give you a link or a plain episode title. ## Required First Steps Before the first real transcript run on a machine: ```bash python3 -m pip install -r requirements.txt python3 scripts/podcast_transcript_txt.py --doctor ``` Only continue to the real transcript command when `--doctor` exits with code `0`. If `--doctor` fails: 1. Stop the transcript run. 2. Show the failing `DOCTOR` lines. 3. Tell the user to fix the missing dependency or permission issue first. ## Real Transcript Command ```bash python3 scripts/podcast_transcript_txt.py \ --input "<episode-link-or-title>" \ --out-dir "<output-dir>" ``` If the input is likely to require audio fallback, you may use: ```bash python3 scripts/podcast_transcript_txt.py \ --input "<episode-link-or-title>" \ --asr-model small \ --out-dir "<output-dir>" ``` Use `small` by default unless the user explicitly wants the slower `medium` model. ## Output Contract …
Read the whole file at its exact version.
How to install
mdr add kingjing1/podcast-transcript-txt-skill/AGENTS.md@git:20260401.578f861mdr add kingjing1/podcast-transcript-txt-skill/AGENTS.md@sha256:77cb05c7700e6891Pin 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_cldkqbpt3sdl3lkq)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260401.578f861 latest | 2026-04-01 | 578f861 | 2,693 B | A | view · diff |
| git:20260322.8f6462c | 2026-03-22 | 8f6462c | 2,623 B | A | view · diff |
| git:20260317.ffd9932 | 2026-03-17 | ffd9932 | 2,261 B | A | view · diff |
| git:20260317.be6ec32 | 2026-03-17 | be6ec32 | 2,095 B | A | view · diff |
| git:20260317.b219538 | 2026-03-17 | b219538 | 1,988 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (2693 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
kingjing1/podcast-transcript-txt-skill · 46 stars · license MIT · pushed 2026-09-19 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_cldkqbpt3sdl3lkq GET https://markdownregistry.com/api/v1/resolve?ref=kingjing1/podcast-transcript-txt-skill/AGENTS.md GET https://markdownregistry.com/api/v1/blob/77cb05c7700e6891d6d4b7aacf1a75b641851b2e1cccb88741099beaf0e5a3a5
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.
More from kingjing1/podcast-transcript-txt-skill
Every file in kingjing1/podcast-transcript-txt-skill