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

Latest version
mdr add kingjing1/podcast-transcript-txt-skill/AGENTS.md@git:20260401.578f861
Exact content
mdr add kingjing1/podcast-transcript-txt-skill/AGENTS.md@sha256:77cb05c7700e6891

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_cldkqbpt3sdl3lkq.svg)](https://markdownregistry.com/a/art_cldkqbpt3sdl3lkq)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260401.578f861 latest2026-04-01 578f861 2,693 BA view · diff
git:20260322.8f6462c2026-03-22 8f6462c 2,623 BA view · diff
git:20260317.ffd99322026-03-17 ffd9932 2,261 BA view · diff
git:20260317.be6ec322026-03-17 be6ec32 2,095 BA view · diff
git:20260317.b2195382026-03-17 b219538 1,988 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • 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

GitHub

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

podcast-transcript-txt skill
kingjing1/podcast-transcript-txt-skill · SKILL.md · Deterministic workflow to find and export full podcast transcripts as cleaned TXT files from YouTube URLs, episode…
git:20260404.e93217b · audit A · 46 stars

Every file in kingjing1/podcast-transcript-txt-skill

Other files named AGENTS.md

AGENTS.md agents
obra/superpowers · AGENTS.md
git:20260919.5bf4e78 · audit A · 291,204 stars
AGENTS.md agents
affaan-m/ecc · AGENTS.md
git:20260919.91ba9b4 · audit A · 266,832 stars
AGENTS.md agents
firecrawl/firecrawl · AGENTS.md
git:20260613.d9a35c0 · audit A · 184,144 stars
AGENTS.md agents
dietrichgebert/ponytail · AGENTS.md
git:20260710.b6c0448 · audit A · 144,862 stars
AGENTS.md agents
garrytan/gstack · AGENTS.md
git:20260914.4a3c6a8 · audit A · 134,082 stars
AGENTS.md agents
graphify-labs/graphify · AGENTS.md
git:20260414.7ec92ec · audit A · 121,202 stars
AGENTS.md agents
juliusbrussee/caveman · AGENTS.md
git:20260902.d9faebc · audit A · 107,708 stars
AGENTS.md agents
addyosmani/agent-skills · AGENTS.md
git:20260709.b665c5c · audit A · 98,554 stars

Browse by kind, by grade A, or by owner.