book-youtube

Search YouTube for educational videos and embed them into textbook sections.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/shuff57/agent-evo --skill book-youtube
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: book-youtube
Source: https://github.com/shuff57/agent-evo/tree/main/skills/.archive/book-youtube
Command: npx skills add https://github.com/shuff57/agent-evo --skill book-youtube

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires youtube_lookup, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of finding and embedding YouTube educational videos into textbook sections, saving time during HTML generation or as a standalone enrichment tool.

Core Features & Use Cases

  • YouTube Video Search: Searches YouTube for educational videos based on textbook section titles.
  • Video Embedding: Automatically embeds video query JSON files for use in HTML generation.
  • Use Case: Ideal for educators looking to enrich their textbook sections with educational videos, particularly during the HTML generation process.

Quick Start

Run the youtube_lookup script to find relevant YouTube videos for a textbook section.

Frequently Asked Questions about book-youtube

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate finding YouTube videos for textbook sections?

You can automate finding YouTube videos for textbook sections by running a script that searches YouTube Data API v3 based on section titles and outputs a structured JSON file for educational video embedding.

Do I need a YouTube API key to embed educational videos into my textbook?

Yes, embedding educational videos into textbook sections requires a YouTube Data API v3 key to execute the search and retrieval operations for relevant content within the bookSHelf ecosystem.

Can I use this to search for educational videos during HTML generation?

Yes, you can search for educational videos during HTML generation by running the lookup script to query YouTube and embedding the resulting video JSON files directly into your structured textbook sections.

What format does the YouTube video embedding output use for textbook sections?

The YouTube video embedding output uses a structured JSON format containing video query data, which is designed for integration into the HTML generation process for textbook sections.

How does the bookSHelf ecosystem handle YouTube video search for textbooks?

The bookSHelf ecosystem handles YouTube video search by using a dedicated script to query YouTube Data API v3 with textbook section titles, retrieving and embedding relevant educational videos automatically.