skills/orthogonal-social-listening/SKILL.md
Monitor brand mentions, competitor activity, and industry conversations across social media and the web
npx skillsauth add orthogonal-sh/skills social-listeningInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Track brand mentions, competitor activity, and industry conversations across social media and the web.
Find recent mentions, reviews, and discussions across the web:
orth run exa /search -d '{
"query": "Notion reviews opinions user feedback",
"numResults": 30,
"contents": {"text": true}
}'
Check what's being posted on X/Twitter:
orth run scrapecreators /v1/twitter/user-tweets -q 'handle=NotionHQ'
Check LinkedIn company activity:
orth run scrapecreators /v1/linkedin/company -q 'url=https://linkedin.com/company/notion'
Note: Scrape Creators does not have a dedicated "company posts" endpoint. Use
/v1/linkedin/companyto get company page data, or/v1/linkedin/postwith a specific post URL.
Extract structured data from specific pages found in Steps 1-2:
orth run scrapegraph /v1/smartscraper -d '{
"website_url": "https://example.com/review-page",
"user_prompt": "Extract sentiment, key complaints, and praise about the product"
}'
User: "What are people saying about Slack?"
# Step 1: Web mentions
orth run exa /search -d '{"query": "Slack reviews complaints praise 2025 2026", "numResults": 20, "contents": {"text": true}}'
# Step 2: Their social presence
orth run scrapecreators /v1/twitter/user-tweets -q 'handle=SlackHQ'
User: "Monitor competitor launches in the AI space"
orth run exa /search -d '{"query": "AI startup launch announcement new product 2026", "numResults": 30, "contents": {"text": true}}'
testing
Download videos from YouTube, Bilibili, Twitter, and thousands of other sites using yt-dlp. Use when the user provides a video URL and wants to download it, extract audio (MP3), download subtitles, or select video quality. Triggers on phrases like "下载视频", "download video", "yt-dlp", "YouTube", "B站", "抖音", "提取音频", "extract audio".
business
Send messages and manage Slack channels. Use when asked to send Slack messages, post to channels, list channels, or fetch message history.
development
Evaluate YC batch companies for investment — scrapes the YC directory, researches each company and its founders (work history, LinkedIn, website), assesses founder-company fit, and exports to Google Sheets with priority rankings. Use when asked to evaluate YC companies, research a YC batch, screen startups, or do due diligence on YC companies.
development
Take screenshots of websites and web pages