# AGENTS.md - Youtube Data CLI

You are being asked to install or use the Youtube Data CLI from the Printing Press library.

## What it is

youtube-pp-cli is an agent-native command line tool for Youtube Data. Search YouTube in bulk, grab transcripts, get embed snippets — for the photo-keywords-to-blog-post workflow.
It is a single Go binary that ships with an agent skill, and it installs with one command.

## Install

Recommended (installs the binary and the agent skill):

    npx -y @mvanhorn/printing-press-library install youtube

Hermes:

    hermes skills install mvanhorn/printing-press-library/cli-skills/pp-youtube --force

OpenClaw:

    clawhub install printing-press-library/youtube

## MCP server

This CLI ships an MCP server (youtube-pp-mcp) with 5 tools. Point any MCP client at it, including Claude Desktop.

## After install

Call youtube-pp-cli from the shell, or use the /pp-youtube skill inside an agent.
Run youtube-pp-cli --help to list commands.

## Links

- Documentation: https://printingpress.dev/documentation/youtube
- Library page: https://printingpress.dev/library/media-and-entertainment/youtube
- This file: https://printingpress.dev/documentation/youtube/agents.md
