Identifies and ranks Key Opinion Leaders (KOLs) based on engagement metrics, active rate, and sentiment rather than just views.
55
61%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./python/agents/youtube-analyst/youtube_analyst/skills/kol-discovery/SKILL.mdObjective: 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:
a862ebc
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.