Video platform optimization and analytics for YouTube and other video channels
Optimizes video content and analyzes performance across YouTube and other platforms.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Video Marketing skill provides specialized capabilities for video platform optimization and analytics, with deep integration into YouTube Studio and third-party video optimization tools. This skill enables comprehensive video SEO optimization, performance analysis, and content strategy execution across video platforms.
const videoOptimization = {
videoId: 'VIDEO_ID',
optimizations: {
title: {
current: 'My Video Title',
suggested: 'How to [Keyword] - Complete Guide 2026',
keywords: ['primary keyword', 'secondary keyword']
},
description: {
template: 'structured-description',
includeTimestamps: true,
includeCTAs: true,
includeLinks: true
},
tags: {
primary: ['main keyword', 'topic'],
secondary: ['related terms', 'variations'],
longtail: ['specific phrases']
},
thumbnail: {
testVariants: 3,
trackCTR: true
}
}
};
const analyticsQuery = {
channelId: 'CHANNEL_ID',
dateRange: {
start: '2026-01-01',
end: '2026-01-24'
},
metrics: [
'views',
'watchTime',
'averageViewDuration',
'subscribersGained',
'estimatedRevenue',
'impressions',
'impressionsCTR'
],
dimensions: ['video', 'day'],
filters: {
videoIds: ['VIDEO_ID_1', 'VIDEO_ID_2']
}
};
const playlistConfig = {
playlistId: 'PLAYLIST_ID',
optimization: {
title: 'SEO optimized playlist title',
description: 'Keyword-rich description',
ordering: 'engagement-based',
autoAdd: {
enabled: true,
rules: ['tag:series-name', 'title:contains:keyword']
}
}
};
This skill integrates with the following digital marketing processes:
| Process | Integration Points |
|---|---|
| video-content-production.js | Video optimization, analytics, thumbnail testing |
| content-marketing-strategy.js | Video content planning, performance analysis |
| social-content-calendar.js | Video scheduling, cross-platform distribution |
| Metric | Description | Target |
|---|---|---|
| Watch Time | Total minutes watched | Increase MoM |
| Average View Duration | Mean watch time per view | >50% of video length |
| Click-Through Rate | Impressions to views ratio | >5% |
| Subscriber Conversion | Views to subscribers ratio | >2% |
| Audience Retention | Percentage of video watched | >40% |
| Traffic Sources | Distribution of view origins | Diversified |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.