pi-yt-summarizer

YouTube summarizer extension for Pi — fetch video info, transcript, and generate video ideas

Packages

Package details

extension

Install pi-yt-summarizer from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-yt-summarizer
Package
pi-yt-summarizer
Version
0.1.0
Published
Jun 27, 2026
Downloads
177/mo · 11/wk
Author
x0d7x
License
MIT
Types
extension
Size
9.8 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./extensions/youtube-summarizer.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-yt-summarizer

A Pi coding agent extension that fetches YouTube video info, descriptions, and transcripts for summarization. Also generates video ideas on any topic.

Features

  • summarize_youtube tool — LLM can automatically fetch video info when you share a YouTube link
  • /yt <url> — Command to pre-fill editor with a summarization prompt
  • /yt-ideas <topic> — Generate 5–10 YouTube video ideas on any topic

Requirements

  • yt-dlp installed and in PATH

Install

pi install npm:pi-yt-summarizer
# or
pi install git:github.com/x0d7x/pi-yt-summarizer

Usage

# Ask the LLM directly:
Summarize https://www.youtube.com/watch?v=oL9neMViXAI

# Or use commands:
/yt https://www.youtube.com/watch?v=oL9neMViXAI
/yt-ideas linux distro review

License

MIT