google/kol-discovery
Identifies and ranks Key Opinion Leaders (KOLs) based on engagement metrics, active rate, and sentiment rather than just views.
npx skills add https://github.com/google/adk-samples --skill kol-discovery
Objective: Find and rank Key Opinion Leaders (KOLs) based on strict performance metrics rather than just view counts.
Execution Steps:
search_youtube to find videos about the topic. If the user specifies a time frame (e.g., "last month"), use get_date_range first to get the published_after date string.get_video_details and get_channel_details to fetch the underlying statistics for the top candidates.engagement_rate and active_rate using the calculate_engagement_metrics tool.analyze_sentiment_heuristic.match_score to rank them objectively.Next Actions: Once the list is presented, actively ask the user if they want to:
Take google/kol-discovery 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.