title-variants

Generate title variants for YouTube videos from outlier analysis. Use when user asks to create title variations, generate YouTube titles, or adapt video titles.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "title-variants" with this command: npx skills add aiagentwithdhruv/skills/aiagentwithdhruv-skills-title-variants

Title Variant Generation

Goal

Analyze top-performing video titles and generate variants adapted to your niche.

Scripts

  • ./scripts/generate_title_variants.py - Generate variants
  • ./scripts/update_sheet.py - Update sheets

Usage

# Mode A: Update existing sheet with variants
python3 ./scripts/generate_title_variants.py \
  --sheet-url "SHEET_URL" \
  --mode update

# Mode B: Create new sheet with variants
python3 ./scripts/generate_title_variants.py \
  --input .tmp/outliers.json \
  --mode create

How It Works

  1. Analyzes original title's hook, emotional trigger, structure
  2. Adapts to your specific niche (AI agents, automation, etc.)
  3. Generates 3 meaningfully different variants
  4. Keeps under 100 characters (YouTube best practice)

Configuration

USER_CHANNEL_NICHE = "AI agents, automation, LangGraph, CrewAI, agentic workflows"

Output

Three title variants per input, stored in sheet columns:

  • Title Variant 1
  • Title Variant 2
  • Title Variant 3

Schema

Inputs

NameTypeRequiredDescription
sheet_urlstringNoGoogle Sheet with outlier titles to generate variants for
input_filefile_pathNoJSON file with outlier data
modestringYes'update' (existing sheet) or 'create' (new sheet)

Outputs

NameTypeDescription
sheet_urlstringSheet with Title Variant 1/2/3 columns added

Credentials

NameSource
ANTHROPIC_API_KEY.env

Composable With

Skills that chain well with this one: cross-niche-outliers, youtube-outliers

Cost

Claude API (minimal)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

literature-research

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

image-to-video

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

excalidraw-visuals

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

gmaps-leads

No summary provided by upstream source.

Repository SourceNeeds Review