sendaifun

X Research X402 — Communication skill for Claude Code

Communication community

Crypto Twitter intelligence skill for Claude Code.

How to install X Research X402

This entry records only its repository, not the path inside it, so there is no exact command to give. Open sendaifun/x-research-x402 and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What X Research X402 does

Crypto Twitter intelligence skill for Claude Code.

Alternatives in Communication

README

ct-alpha

Crypto Twitter intelligence skill for [Claude Code](https://docs.anthropic.com/en/docs/claude-code). Turns X/Twitter into a structured research layer for crypto narratives, tokens, and strategies.

What it does

  • TweetRank — PageRank-inspired credibility scoring. Weights bookmarks > quotes > likes > retweets. Detects coordinated shill raids.
  • Multi-signal token detection — Cashtags, plain name phrases, pump.fun/dexscreener URLs, contract addresses with context-window scoring.
  • X article support — Full text extraction for long-form posts (>280 chars) at no extra API cost.
  • Tool discovery — Suggests follow-up actions using available MCP tools (DeFi Llama, Backpack, Polymarket).
  • Cost-optimized — Quick mode default (~$0.10/search, 20 tweets), aggressive caching, auto noise filters.

Install

# Recommended: installs skill + symlinks to Claude Code, Cursor, Codex, etc.
npx skills add sendaifun/ct-alpha -g

# Or: one-liner (clones repo + interactive setup)
curl -fsSL https://raw.githubusercontent.com/sendaifun/ct-alpha/main/install.sh | bash

# Or: manual
git clone https://github.com/sendaifun/ct-alpha.git ~/ct-alpha
cd ~/ct-alpha && bun run install.ts

X API Bearer Token is prompted on first CLI run if not set. No separate setup step needed.

X API Setup (5 min)

ct-alpha uses the X API v2 pay-per-use model — no monthly subscription, you only pay for tweets fetched. **Recommended starting credits: $50** (enough for ~500 searches in quick mode).

Step 1: Create a developer account

  1. Go to console.x.com and log in with your X account
  2. Accept the Developer Agreement and Policy
  3. Describe your use case (e.g. "Crypto market research and sentiment analysis")

Step 2: Create an app

  1. From the dashboard, click Create App (or "Create Project" → "Add App")
  2. Give it a name (e.g. ct-alpha)
  3. Your credentials will be generated automatically

Step 3: Copy your Bearer Token

1