Agent skill

ct-alpha

Crypto Twitter intelligence and alpha research. Search X/Twitter for real-time crypto narratives, trending tokens, yield strategies, smart money signals, and protocol research. Features TweetRank (PageRank-inspired credibility scoring), multi-signal token detection, coordinated raid detection, and dynamic tool discovery for execution suggestions. Solana-first but covers all major chains.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ct-alpha --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Version: 1.0.0
Declared author: yashhsm
Path: skills/analysis/ct-alpha/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# CT Alpha — Crypto Twitter Intelligence Turn X/Twitter into an actionable crypto intelligence layer. Search CT for narratives, alpha, strategies, and sentiment, then rank results using TweetRank (a PageRank-inspired credibility scoring system), extract tokens/CAs from multiple signals, detect coordinated raids, and suggest execution steps using available tools. ## Overview - **Search**: Query CT with crypto-optimized noise filters and relevancy sorting - **TweetRank**: Score tweets by author credibility + engagement quality + recency - **Multi-Signal Token Detection**: Cashtags, name-phrases, crypto URLs, contract addresses - **Raid Detection**: Flag tickers promoted mostly by low-credibility accounts - **Trending**: Detect trending tokens across multiple search queries - **Watchlist**: Monitor trusted CT accounts by category - **Thread Hydration**: Fetch full conversation threads - **X Articles**: Full-text extraction of long-form posts (>280 chars) - **Cost Tracking**: Per-session API spend tracking (~$0.005/tweet) - **Dynamic Tool Discovery**: Suggest follow-up actions with DeFi Llama, Backpack, Polymarket, etc. ## Prerequisites - **Runtime**: [Bun](https://bun.sh) (TypeScript

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Quick Start
  4. Installation
  5. Environment Setup
  6. Basic Usage
  7. CLI Reference
  8. search — Core research command
  9. trending — Multi-signal trending detection
  10. watchlist — Monitor CT accounts
  11. read — Read a specific tweet/article
  12. thread — Hydrate conversation thread
  13. cost — Track API spending
  14. Core Features
Ships with 1 file
  • metadata.json
Commands it runs
Clone the skill
git clone https://github.com/yashhsm/skills.git
cd skills/skills/ct-alpha
Run the installer (configures token, watchlist, cache)
bun run install.ts
Set your X API Bearer Token
export X_BEARER_TOKEN="your_token_here"
Or save to persistent env file
mkdir -p ~/.config/env
echo 'export X_BEARER_TOKEN="your_token_here"' >> ~/.config/env/global.env
More from claude-skill-registry
All skills →
About this skill
What does the ct-alpha skill do?

Crypto Twitter intelligence and alpha research. Search X/Twitter for real-time crypto narratives, trending tokens, yield strategies, smart money signals, and protocol research. Features TweetRank (PageRank-inspired credibility scoring), multi-signal token detection, coordinated raid detection, and dynamic tool discovery for execution suggestions. Solana-first but covers all major chains.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ct-alpha --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going