Claude Skill

rohunvora/x-research-skill

一款用于深度X/Twitter研究的TypeScript Claude Skill。通过Claude Code/OpenClaw执行代理搜索、跟踪线程、进行深度挖掘并创建带来源的简报。

概览

Stars1,153
Forks113
语言TypeScript
最后更新2026-02-19
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者rohunvora
仓库x-research-skill
完整名称rohunvora/x-research-skill
Repo ID1,152,574,482

安装这个 Skill

git clone https://github.com/rohunvora/x-research-skill.git x-research

Registry 信息

类型openclaw_skill
质量分75/100
验证状态readme_parsed
最近验证2026-06-04
平台
ClaudeOpenClawCodex
能力
searchvideoterminal
识别文件
README.mdSKILL.md
配置键
X_BEARER_TOKENTWEET_ID

项目简介

一款用于在X/Twitter上进行研究的Claude Skill,专为Claude Code和OpenClaw设计。它支持代理搜索、线程跟踪、深度挖掘分析以及生成带来源的简报。

英文描述

X/Twitter research skill for Claude Code and OpenClaw. Agentic search, thread following, deep-dives, sourced briefings.

要点

  • 代理搜索功能
  • 线程跟踪与追踪
  • 深度挖掘分析工具
  • 生成带来源的简报
  • 专为Claude Code/OpenClaw构建

使用场景

  • 社交媒体趋势分析
  • X/Twitter上的调查研究
  • 竞争情报收集
  • 新闻与事件监控
  • 学术或市场研究

README 摘要

# x-research X/Twitter research agent for [Claude Code](https://code.claude.com) and [OpenClaw](https://openclaw.ai). Search, filter, monitor — all from the terminal. ## What it does Wraps the X API into a fast CLI so your AI agent (or you) can search tweets, pull threads, monitor accounts, and get sourced research without writing curl commands. - **Search** with engagement sorting, time filtering, noise removal - **Quick mode** for cheap, targeted lookups - **Watchlists** for monitoring accounts - **Cache** to avoid repeat API charges - **Cost transparency** — every search shows what it cost ## Install ### Claude Code ```bash # From your project mkdir -p .claude/skills cd .claude/skills git clone https://github.com/rohunvora/x-research-skill.git x-research ``` ### OpenClaw ```bash # From your workspace mkdir -p skills cd skills git clone https://github.com/rohunvora/x-research-skill.git x-research ``` ## Setup 1. **X API Bearer Token** — Get one from the [X Developer Portal](https://developer.x.com) 2. **Set the env var:** ```bash export X_BEARER_TOKEN="your-token-here" ``` Or save it to `~/.config/env/global.env`: ``` X_BEARER_TOKEN=your-token-here ``` 3. **Install Bun** (for CLI tooling): https://bun.sh ## Usage ### Natural language (just talk to Claude) - "What are people saying about Opus 4.6?" - "Search X for OpenClaw skills" - "What's CT saying about BNKR today?" - "Check what @frankdegods posted recently" ### CLI commands ```bash cd skills/x-research # Search (sorted by likes, auto-filters retweets) bun run x-search.ts search "your query" --sort likes --limit 10 # Profile — recent tweets from a user bun run x-search.ts profile username # Thread — full conversation bun run x-search.ts thread TWEET_ID # Single tweet bun run x-s

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-07-03