LaunchKit · 2026
Back to Skills

x-alpha-scout

X/Twitter alpha scanner for crypto and NFTs.

2
770 downloads
by @hammadbtc

Setup & Installation

openclaw skills install @hammadbtc/x-alpha-scout

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install x-alpha-scout

What This Skill Does

Scans X/Twitter for crypto and NFT signals using the bird CLI tool. Runs automated daily alpha reports at 00:00 UTC and performs on-demand sentiment analysis for specific tokens or NFT projects. Outputs structured reports with market updates, notable mints, and scored asset verdicts.

Aggregates X sentiment, influencer signals, and red flag detection into a single scored verdict instead of manually searching multiple accounts.

When to use it

  • Get a morning crypto alpha report before markets open
  • Check CT sentiment on a token before aping in
  • Find NFT mints worth watching today
  • See what high-rep accounts are buying or warning about
  • Assess whether a specific caller's recent track record holds up

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: 'What do you think of $PEPEAI?'

AGENT
  1. 1Run bird search '$PEPEAI' -n 30 to gather general sentiment tweets
  2. 2Run bird search '$PEPEAI (gem OR scam OR rug OR buy)' -n 20 for signal-specific posts
  3. 3Count bullish vs bearish vs neutral sentiment across gathered tweets
  4. 4Check if known high-rep accounts have posted about the asset
  5. 5Identify red flags such as unverified contract, anon team, or copycat name
OUTPUT

Structured analysis with CT sentiment summary, high-rep account takes, red flags list, score out of 100, and a Bullish/Neutral/Bearish verdict

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

X_AUTH_TOKEN environment variable (Twitter auth token)X_CT0 environment variable (Twitter ct0 cookie)bird CLI tool installed