- name
- twitter-niche
- description
- Discover, analyze, and strategize Twitter (X) niches using web_search, browser, and analysis tools. Identifies trending/underserved topics, engagement metrics, content opportunities for marketing, products, ClawHub skills. Use when: finding niches ("twitter niches for AI agents"), analyzing topics ("hockey scouting on twitter"), content strategies ("acreage business twitter ideas"), trend monitoring.
Twitter Niche Analyzer
Quick Start
For a query like "Find good niches on Twitter for hockey-related ClawHub skills":
- Search broadly:
web_search("top twitter niches hockey OR x.com hockey trends", count=10) - Check current trends:
browser(action=navigate, targetUrl="https://x.com/explore"); snapshot() - Deep dive:
web_search("twitter accounts hockey scouting engagement") - Synthesize: Rank by potential (engagement, competition), suggest skill ideas.
Workflow Decision Tree
User Query?
├── Broad discovery ("best niches") → Niche Discovery
├── Specific topic analysis → Engagement Analysis
├── Content/strategy → Opportunity Generation
└── Monitoring → Trend Tracking1. Niche Discovery
Scan for emerging/viral topics:
web_search("[topic] twitter niches OR trends 2026", freshness="pm")web_search("underrated twitter niches [interest]")- Browser:
navigate("https://x.com/search?q=[keyword]&f=live"), snapshot(aria=true)
Load references/twitter-best-practices.md for growth tips.
2. Engagement Analysis
Quantify potential:
- Top accounts:
web_search("top [niche] twitter accounts") - Metrics: Followers, avg likes/RTs (manual est from search snippets)
- Gaps: Low competition + high interest signals.
3. Opportunity Generation
Propose:
- Content pillars: 3-5 subtopics
- ClawHub skill ideas: e.g., "hockey-scouting-tweets" skill
- Growth tactics: Collaborations, threads, polls
Spawn sessions_spawn for deep research if complex.
Resources
references/
twitter-best-practices.md: Posting, engagement strategies.