> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# YouTube Creator Team

> Idea research, scripts, packaging, and cross-platform repurposing for YouTube creators.

## Overview

The YouTube Creator Team pack covers the full video content lifecycle: **research** ideas with trending context, **write** production-ready scripts, **package** videos (titles, tags, thumbnails), and **repurpose** content across social platforms.

**Use cases**

* Solo creators running a consistent publishing schedule
* Thought-leadership programs for execs
* Repurposing one video into a full week of social content

***

## Pack actions

| Phase                     | Generator                                               | Renderer                                      |
| ------------------------- | ------------------------------------------------------- | --------------------------------------------- |
| YT1 Idea Research         | `youtube_idea_research_generate_youtube_ideas_action`   | `youtube_idea_research_render_ideas_report`   |
| YT2 Script Writer         | `youtube_script_writer_generate_youtube_script_action`  | `youtube_script_writer_render_script_report`  |
| YT3 Social Content        | `youtube_social_content_generate_social_content_action` | `youtube_social_content_render_social_report` |
| YT4 Thumbnail & Packaging | `youtube_thumbnail_generate_packaging_action`           | `youtube_thumbnail_render_packaging_report`   |

## What each phase outputs

* **YT1 Idea Research** — 5-7 video idea cards with trending context for a given topic.
* **YT2 Script Writer** — production-ready script with timed sections and production cues.
* **YT3 Social Content** — repurposed content across LinkedIn, Twitter/X, Instagram, email, and blog from a single topic.
* **YT4 Packaging** — titles, description, tags, and thumbnails for a new or existing video.

## Typical flow

```mermaid theme={null}
graph LR
  A[Topic] --> B[YT1 Idea Research]
  B --> C[YT2 Script Writer]
  C --> D[YT4 Thumbnail & Packaging]
  C --> E[YT3 Social Content]
```

## Related

* [Process Video](/actions/process_video) for analyzing existing YouTube videos.
* [YouTube Channel Data](/actions/youtube_channel_data) and [YouTube Search Results](/actions/youtube_search_results).
* Full endpoint details in the [API Reference](/api-reference).
