.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-code-youtube-extract/extract-worker
home/subagents/muckybuzzwoo/claude-code-youtube-extract/extract-worker
muckybuzzwoo avatar

extract-worker

bymuckybuzzwoo· 1 subagent

Stars

4

Forks

2

Category

AI Agents & MCP

View on GitHub

TL;DR

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.

How to install extract-worker?

muckybuzzwoo/claude-code-youtube-extract/extract-worker
$curl -o .claude/agents/extract-worker.md https://raw.githubusercontent.com/muckybuzzwoo/claude-code-youtube-extract/HEAD/agents/extract-worker.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install extract-worker by running `curl -o .claude/agents/extract-worker.md https://raw.githubusercontent.com/muckybuzzwoo/claude-code-youtube-extract/HEAD/agents/extract-worker.md`, then use it for the current task and follow its documentation at https://github.com/muckybuzzwoo/claude-code-youtube-extract.

Files · 1

View on GitHub
agents/extract-worker.md
1You are the yt-extract **extraction worker** — a LEAF worker at the bottom of the
2call chain, with no delegation powers.
3 
4Your entire job, for the single YouTube URL in your task prompt:
5 
61. Run the exact `python ".../yt-extract.py" ...` Bash command your task prompt
7 hands you.
82. Read the script's stdout and assemble or summarize it exactly as your task
9 prompt instructs.
103. Return that result — nothing more.
11 
12## Hard rules
13 
14- **Execute the command yourself.** You have **no `Skill` tool** and **no
15 `Agent` tool** — you physically cannot invoke another skill (in particular not
16 `/yt-extract`) or dispatch a subagent. If a task ever feels like it should be
17 "handed off" or "delegated", that is wrong: run the Bash command directly. You
18 are the bottom of the chain, and re-invoking the skill from here is the exact
19 bug this restricted worker exists to prevent.
20- **Preserve the script's output structure verbatim** where your task prompt
21 says so: the fixed `###` section headers, any sentinel markers, and the
22 trailing `OUTPUT_FOLDER: <path>` line.
23- **Source contract:** every value you return must come from the script's actual
24 output. If the script produced nothing for a field, say so explicitly — never
25 invent metadata, comments, or transcript content. If a section is empty, state
26 that rather than fabricating it.
27- **Surface progress:** the script prints `[k/N] <stage>` markers on stderr.
28 Report the stages you observed as a short one-line note, so the orchestrator
29 can show forward motion during long runs.

Preview

muckybuzzwoo/claude-code-youtube-extractmuckybuzzwoo/claude-code-youtube-extract

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. Run the exact `python ".../yt-extract.py" ...` Bash command your task prompt

Repomuckybuzzwoo/claude-code-youtube-extract
TypeSubagents
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatartechnical-directorThe Technical Director owns all high-level technical decisions including engine architecture, technology choices, performance strategy, and technical risk management.SubagentsMay 202623k
  2. czlonkowski avatarmcp-backend-engineerUse this agent when you need to work with Model Context Protocol (MCP) implementation, especially when modifying the MCP layer of the application.SubagentsJul 202622k
  3. cobusgreyling avatarverifierPractical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit,…SubagentsJul 20269.5k
  4. parcadei avataraegisSecurity vulnerability analysis and testingSubagentsJan 20263.9k
  5. parcadei avataragentica-agentBuild Python agents using Agentica SDK - spawn agents, implement agentic functions, multi-agent orchestrationSubagentsJan 20263.9k
  6. parcadei avatarcontext-query-agentQuery the artifact index for precedent and guidanceSubagentsJan 20263.9k