Search and annotate ingested YouTube transcripts. Works with content already processed by `/ingest-youtube`.
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry````markdown
---
name: consume-youtube
description: >
Search and annotate YouTube transcripts already ingested by /ingest-youtube.
Supports per-channel indexing and Horus notes with /memory integration.
triggers:
- consume youtube
- search youtube
- youtube notes
- youtube transcript search
allowed-tools:
- Bash
- Python
metadata:
short-description: Consume YouTube transcripts - search, index, take notes
---
# Consume YouTube Skill
Search and annotate ingested YouTube transcripts. Works with content already processed by `/ingest-youtube`.
## Quick Start
```bash
cd .pi/skills/consume-youtube
# Import transcripts into registry
./run.sh sync
# Search transcripts
./run.sh search "siege" --channel "luetin09"
# Build a channel index
./run.sh index --channel "luetin09"
# Add a note at a timestamp
./run.sh note --video <video_id> --timestamp 184.5 --note "Key claim"
# List videos
./run.sh list --channel "luetin09"
```
## Commands
### Sync Transcripts
```bash
./run.sh sync [--ingest-root <path>]
```
Imports transcript JSON files from the ingest output directory.
### Search Transcripts
```bash
./run.sh search <query> [--channel <name>] [--video <id>] [--context <n>]
```
Searches transcript segments and returns matches with timestamps and context.
### Build Index
```bash
./run.sh index --channel <name>
```
Builds a lightweight inverted index for faster channel searches.
### Add Note
```bash
./run.sh note --video <id> --timestamp <sec> --note <text> [--agent <id>]
```
Adds a Horus note at a timestamp.
### List Videos
```bash
./run.sh list [--json] [--channel <name>]
```
Lists all indexed videos in the registry.
## Data Storage
- **Registry**: `~/.pi/consume-youtube/registry.json`
- **Notes**: `~/.pi/consume-youtube/notes/<agent_id>/notes.jsonl`
- **Indices**: `~/.pi/consume-youtube/indices/<channel>.json`
## Integration with /memory
Notes are stored in `/memory` using the consume-common memory bridge:
```bash
./memory/run.sh learn \
--problem "Consumed youtube: <title>" \
--solution "<note>" \
--category emotional_learning \
--tags youtube,horus_lupercal
```
````
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Run a single Terminal-Bench problem through Paperclip in a bounded, human-in-the-loop improvement cycle until the smoke passes, the board rejects the next fix, the iteration budget is exhausted, or a real blocker is named. Each iteration runs a bounded smoke against an isolated Paperclip App worktree, captures artifacts, diagnoses the exact stop point with `/diagnose-why-work-stopped`, requests board confirmation before any product fix, then reruns against the same worktree. Use whenever an i...