Deep industry research using YouTube, blogs, news, and social media. Use when user says "/research", "research this industry", "market research", "industry analysis", or wants to gather insights from multiple online sources.
Research any industry by gathering insights from YouTube videos, blog posts, news articles, and social media — then synthesize everything into a beautiful report and optionally email it to you.
You need 1 required key and 1 optional key to use this skill.
Supadata lets you pull YouTube transcripts, social media metadata, and scrape any webpage.
echo 'export SUPADATA_API_KEY="your_key_here"' >> ~/.zshrc
source ~/.zshrc
If you want the research report emailed to you as a beautifully formatted HTML email:
echo 'export RESEND_API_KEY="your_key_here"' >> ~/.zshrc
echo 'export RESEARCH_EMAIL="[email protected]"' >> ~/.zshrc
source ~/.zshrc
That's it! The skill uses your keys automatically.
If the user provided an industry in $ARGUMENTS, use that. Otherwise, ask:
What industry do you want to research? Examples: e-commerce, SaaS, healthcare, real estate, fintech, AI/ML, fitness, education, etc.
Once you know the industry, suggest 5-8 specific sub-topics within it. Tailor these to what's currently trending and actionable.
Example for e-commerce:
Here are some hot sub-topics within e-commerce right now:
- Inventory management — demand forecasting, dead stock optimization
- Paid advertising — Meta ads changes, Google Performance Max, TikTok Shop ads
- New shopping methods — live shopping, social commerce, AR try-on
- Subscription models — retention strategies, churn reduction
- AI in e-commerce — personalized recommendations, AI customer service
- Cross-border selling — Temu/Shein disruption, tariff impacts
- Fulfillment & logistics — same-day delivery, micro-fulfillment centers
Which ones interest you? (Pick 1-3, or say "all")
Ask the user what types of sources they want:
What sources should I pull from?
- 🎬 YouTube videos — transcribe and extract insights from top videos
- 📰 News articles — recent industry news and analysis
- 📝 Blog posts — in-depth articles and thought leadership
- 📱 Social media — trending posts on X, TikTok, Instagram
- 🌐 All of the above
Pick your sources (e.g., "1, 2" or "all")
IMPORTANT: Check that SUPADATA_API_KEY is set before making API calls:
[ -z "$SUPADATA_API_KEY" ] && echo "SUPADATA_API_KEY is not set. Get your free key at https://supadata.ai/?ref=jason" && exit 1
Run all source types in parallel using the Agent tool for maximum speed. Launch one agent per source type (YouTube, News, Blogs, Social Media) simultaneously.
Find videos via WebSearch: