Extract Worker banner
ichelema ichelema

Extract Worker

Development community

Description

--- name: extract-worker description: "Internal leaf worker for the yt-extract skill. Runs the yt-extract.py backend for a single YouTube URL and returns its output (summarized or raw). Dispatched only by the yt-extract skill's Step 1 — not for general use." tools: Bash, Read, Glob, Grep model: sonnet --- You are the yt-extract **extraction worker** — a LEAF worker at the bottom of the call chain, with no delegation powers. Your entire job, for the single YouTube URL in your task prompt: 1. R

Installation

Installs to ~/.claude/agents/ichelema-trinity-extract-worker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ichelema/Trinity/HEAD/agents/extract-worker.md -o ~/.claude/agents/ichelema-trinity-extract-worker.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository