Search videos, analyze channels, extract captions, read comments, and discover trends on YouTube through SandBase. Use when asked for YouTube research, video discovery, channel analysis, content strategy research, comment sentiment, or video transcript extraction.
npx skills add https://github.com/sandbaseai/sandbase-skills --skill youtube-research
Comprehensive YouTube content research through SandBase. Search videos and channels, analyze engagement, extract captions for content analysis, and discover trends. Read the API map before selecting a capability.
For every selected tool, call sandbase_describe_tool first and use only arguments in its current input schema. Then call sandbase_call_tool with the exact tool_name.
Use youtube_web_v2_general_search for keyword/topic video discovery.
Use youtube_web_v2_search_channels to find channels in a niche.
Use youtube_web_v2_search_suggestions for query expansion and trend signals.
Use youtube_web_v2_shorts_search for short-form content discovery.
Use youtube_web_v2_video_info for detailed video metadata and metrics.
Use youtube_web_v2_video_comments and youtube_web_v2_video_comment_replies for audience sentiment.
Use youtube_web_v2_video_captions to extract transcripts for content analysis.
Use youtube_web_v2_related_videos to understand recommendation patterns.
Use youtube_web_v2_channel_videos for a channel's content catalog.
Use youtube_web_v2_channel_description for channel positioning.
Use youtube_web_v2_channel_shorts for short-form strategy analysis.
Use youtube_web_v2_channel_community_posts for community engagement.
Return: search results summary, top videos with metrics, channel analysis, content patterns, audience sentiment from comments, and trend indicators.
Take sandbaseai/youtube-research from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.