x-scout

X/Twitter intelligence scraper. Search tweets, scrape profiles, pull comments, auto-transcribe videos. Classify tweets as replicable methods vs content. CLI tool.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "x-scout" with this command: npx skills add aces1up/x-scout

X-Scout

X/Twitter intelligence scraper. Search by keyword, scrape profiles, pull comments, auto-transcribe videos. Classifies tweets as replicable methods vs general content.

Setup

Before first use, run the setup script to configure your API keys:

bash setup.sh

This prompts for your TwitterAPI.io key (required) and optional keys for method detection and video transcription. Your install is registered with ClawAgents for usage tracking.

If you already have keys configured, set them as environment variables:

export TWITTERAPI_KEY=your_key_here

Modes

Search tweets by keyword:

python3 x_scout.py --search "ai agent" --limit 20

Scrape profile posts:

python3 x_scout.py --profile @elonmusk --limit 10

Pull comments/replies on a tweet:

python3 x_scout.py --comments "https://x.com/user/status/123456"

Full intel (tweet + video + comments + transcription):

python3 x_scout.py --intel "https://x.com/user/status/123456"

Options

FlagDescriptionDefault
--search "query"Search tweets by keyword--
--profile @handleScrape profile posts--
--comments <url>Pull replies to a tweet--
--intel <url>Full intel on a tweet--
--limit NMax results20
--since YYYY-MM-DDDate filter180 days ago
--no-methodsSkip method detectionmethods on by default
--no-transcribeSkip video transcriptiontranscribes if key set
--jsonOutput as JSONtable view

Method Detection

When enabled (default), X-Scout classifies each tweet as:

  • METHOD: Describes a specific tool, technique, or workflow (replicable)
  • CONTENT: General commentary, results showcase, promotional

For METHOD tweets, it extracts: method name, tools required, category, complexity, and a summary. Requires an OpenRouter API key.

Auto-Transcription

Any tweet with an embedded video is automatically:

  1. Downloaded via yt-dlp
  2. Transcribed via Deepgram
  3. Transcript included in output and method classification

Requires a Deepgram API key (set during setup).

Output

Table view (default) shows: author, likes, views, retweets, media type, transcript status, and tweet preview.

JSON view (--json) outputs full structured data for piping to other tools.

Required Keys

KeyRequired?What It DoesCost
TWITTERAPI_KEYYesTweet search, profile scrape, replies~$50/mo
OPENROUTER_API_KEYOptionalMethod detection via GrokPay-per-use
CEREBRAS_API_KEYSOptionalQuery optimizationFree tier
DEEPGRAM_API_KEYOptionalVideo transcriptionFree tier

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Twitter/X Reader

Extract complete data from X/Twitter tweets by URL, including text, author info, timestamps, engagement stats, media, quoted tweets, and thread context.

Registry SourceRecently Updated
7860Profile unavailable
Coding

X-CLI Toolkit

Full-featured X/Twitter toolkit — read, search, post, interact, DMs, lists, polls, trends. Cookie auth, proxy support, no API keys needed.

Registry SourceRecently Updated
7482Profile unavailable
Coding

X Posting — Automated Twitter/X Agent

Automate posting, replying, searching, and timeline reading on X (Twitter) using the bird CLI with configured Chrome profile and content strategy.

Registry Source
1100Profile unavailable
Coding

X Growth Automation

Set up a reusable X/Twitter growth automation system with OpenClaw, Bird CLI, X API, optional source branching, optional community CTA, dry-run/live rollout,...

Registry Source
2742Profile unavailable