google/product-launch-audit
Provides an executive dashboard comparing Creator vs Audience verdicts for a recent client product launch.
npx skills add https://github.com/google/adk-samples --skill product-launch-audit
Objective: Provide an internal Google Seller (e.g., Ads/Cloud rep) with a comprehensive audit of what Creators AND Audiences are saying about a specific client's product launch (e.g., a new game, phone, or software).
Execution Steps:
search_youtube to find videos about the specific product launch. *Critically*, use get_date_range to filter for videos published within the launch window (e.g., published_after set to 7 or 14 days ago).get_video_transcript on the top 3 review videos to understand what the KOLs (Key Opinion Leaders) think. Are they praising the graphics? Complaining about the price?aggregate_comment_sentiment tool on those same top video IDs. This tool pulls comments across all the videos at once. Synthesize what the actual consumers are saying in the comments. Does the audience agree with the creator?generate_timestamp_url) backing up the summary.Next Actions: Ask the user if they want to publish this Executive Dashboard as a clean HTML asset using publish_file.
Take google/product-launch-audit 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.