manage-youtube

Automate YouTube content discovery, transcription, and playlist management via OAuth.

1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/weirdapps/integrations-marketplace --skill manage-youtube
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-youtube
Source: https://github.com/weirdapps/integrations-marketplace/tree/main/plugins/manage-youtube/skills/manage-youtube
Command: npx skills add https://github.com/weirdapps/integrations-marketplace --skill manage-youtube

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually discovering, transcribing, and organizing YouTube content is time-consuming and error-prone; this Skill provides a cohesive TypeScript CLI workflow to automate those tasks.

Core Features & Use Cases

  • Content discovery: fetch channel information, perform in-channel searches, and extract video transcripts.
  • Video organization: save videos with topics and thematics, assign priorities, and generate reports.
  • Playlist management: create, update, delete, and manage videos in YouTube playlists using the official YouTube Data API (OAuth).
  • Use Case: a developer builds a learning hub by aggregating videos from multiple channels, tagging them with topics, and exporting structured reports.

Quick Start

Search a channel, fetch transcripts for a video, and save it with a topic to begin building your library.

Frequently Asked Questions about manage-youtube

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

FAQPage Schema
How do I automate YouTube video transcript extraction using a CLI?

Automate YouTube transcript extraction by running a TypeScript CLI command that fetches video transcripts directly via channel URLs or video IDs. This approach streamlines content discovery and captures text data for downstream processing and reporting.

Do I need OAuth to manage YouTube playlists with a CLI tool?

Yes, OAuth authentication is required for YouTube playlist management operations like creating, updating, or deleting playlists. Content discovery tasks such as searching channels and fetching transcripts do not require OAuth authentication.

Can I search within a specific YouTube channel and organize videos by topic?

Yes, you can perform in-channel searches to discover videos, then save them with assigned topics and thematics. This allows you to build a structured library by aggregating content from multiple channels and generating organized reports.

What's the best way to generate structured JSON reports from YouTube content discovery?

Generate structured JSON reports by using the CLI's output option during YouTube content discovery and playlist management tasks. This exports channel information, video metadata, and transcripts in a structured JSON format for developer integration.

Does this TypeScript YouTube automation tool support CRUD operations for playlists?

Yes, the tool supports full CRUD operations for YouTube playlists via the official YouTube Data API. You can create, update, delete, and manage videos within playlists after authenticating with OAuth.