Fast X Intelligence CLI (Rust) — search, analyze, and engage on X/Twitter from the terminal. Use when: (1) user says "x research", "search x for", "search tw...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install xint-rs或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install xint-rs⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/xint-rs/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: xint-rs description: > Fast X Intelligence CLI (Rust) — search, analyze, and engage on X/Twitter from the terminal. Use when: (1) user says "x research", "search x for", "search twitter for", "what are people saying about", "what's twitter saying", "check x for", "x search", "search x", (2) user wants real-time monitoring with "watch", (3) user needs AI-powered analysis with Grok ("analyze", "sentiment"), (4) user needs intelligence reports ("report"), (5) user wants to track followers ("diff"), (6) user needs trending topics ("trends"). Also supports: bookmarks, likes, following (OAuth), x-search, collections, CSV/JSON/JSONL export. Non-goals: Not for posting tweets, not for DMs, not for enterprise features. credentials: - name: X_BEARER_TOKEN description: X API v2 bearer token for search, profile, thread, tweet, trends required: true - name: XAI_API_KEY description: xAI API key for Grok analysis, article fetching, sentiment, x-search, collections required: false - name: XAI_MANAGEMENT_API_KEY description: xAI Management API key for collections management required: false - name: X_CLIENT_ID description: X OAuth 2.0 client ID for user-context operations (bookmarks, likes, following, diff) required: false required_env_vars: - X_BEARER_TOKEN requiredEnvVars: - X_BEARER_TOKEN primary_credential: X_BEARER_TOKEN primaryCredential: X_BEARER_TOKEN security: always: false autonomous: false local_data_dir: data/ network_endpoints: - https://api.x.com - https://x.com - https://api.x.ai ---
Fast, zero-dependency binary for X/Twitter search, analysis, and engagement from the terminal. All output goes to stdout (pipe-friendly).
This skill requires sensitive credentials. Follow these guidelines:
.env filedata/ directory: cache, exports, snapshots, OAuth tokenswatch command supports --webhook to send data to external URLsmcp --sse, watch --webhook)curl | bash when possiblexint mcp starts a local MCP server exposing xint commands as tools--sse is explicitly enabled--policy read_only|engagement|moderation and budget guardrailsRequires env vars (in .env or exported):
X_BEARER_TOKEN — for search, profile, tweet, thread, trends, watch, reportX_CLIENT_ID — for OAuth commands (bookmarks, likes, following, diff)XAI_API_KEY — for AI analysis (analyze, report, x-search, collections upload/search)XAI_MANAGEMENT_API_KEY — for collections management (list, create, ensure, add-document)OAuth setup (one-time): xint auth setup
xint search "AI agents" --limit 10 # Search recent tweets
xint search "AI agents" --quick # Fast mode (1 page, 10 max, 1hr cache)
xint search "AI agents" --quality # Min 10 likes filter
xint search "AI agents" --since 1d --sort likes
xint search "from:elonmusk" --limit 5
xint search "AI agents" --json # JSON output
xint search "AI agents" --jsonl # One JSON per line
xint search "AI agents" --csv # CSV output
xint search "AI agents" --sentiment # AI sentiment analysis (needs XAI_API_KEY)
xint search "AI agents" --save # Save to data/exports/
xint watch "AI agents" -i 5m # Poll every 5 minutes
xint watch "@elonmusk" -i 30s # Watch user (auto-expands to from:)
xint watch "bitcoin" --webhook https://example.com/webhook # POST new tweets to webhook
xint watch "topic" --jsonl # Machine-readable output
xint profile elonmusk # User profile + recent tweets
xint profile elonmusk --json # JSON output (includes connection_status, subscription_type)
xint tweet 1234567890 # Fetch single tweet
xint thread 1234567890 # Fetch conversation thread
xint reposts <tweet_id> # List users who reposted
xint reposts <tweet_id> --limit 50 # Limit results
xint reposts <tweet_id> --json # JSON output
xint users "AI researcher" # Find users by keyword
xint users "solana dev" --limit 10 --json # JSON output with limit
Fetch and extract full article content from any URL using xAI's web_search tool. Also supports extracting linked articles from X tweets.
# Fetch article content
xint article "https://example.com"
# Fetch + analyze with AI
xint article "https://example.com" --ai "Summarize key takeaways"
# Auto-extract article from X tweet URL and analyze
xint article "https://x.com/user/status/123456789" --ai "What are the main points?"
# Full content without truncation
xint article "https://example.com" --full
# JSON output
xint article "https://example.com" --json
xint trends # Worldwide trending
xint trends us # US trends
xint trends --json # JSON output
xint trends --locations # List supported locations
xint analyze "What's the sentiment around AI?" # Default model: grok-4-1-fast
xint analyze --tweets saved.json # Analyze tweets from file
cat tweets.json | xint analyze --pipe # Analyze from stdin
xint analyze "question" --model grok-4 # Use specific model
Available models: grok-4, grok-4-1-fast (default), grok-3, grok-3-mini, grok-2
xint report "AI agents" # Full report with AI summary
xint report "AI agents" -a @user1,@user2 # Track specific accounts
xint report "AI agents" -s # Include sentiment analysis
xint report "AI agents" --save # Save to data/exports/
xint diff @username # Snapshot followers, diff vs previous
xint diff @username --following # Track following instead
xint diff @username --history # Show snapshot history
...
安装 Xint Rs 后,可以对 AI 说这些话来触发它
Help me get started with Xint Rs
Explains what Xint Rs does, walks through the setup, and runs a quick demo based on your current project
Use Xint Rs to fast X Intelligence CLI (Rust) — search, analyze, and engage on X/T...
Invokes Xint Rs with the right parameters and returns the result directly in the conversation
What can I do with Xint Rs in my developer & devops workflow?
Lists the top use cases for Xint Rs, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/xint-rs/ 目录(个人级,所有项目可用),或 .claude/skills/xint-rs/(项目级)。重启 AI 客户端后,用 /xint-rs 主动调用,或让 AI 根据上下文自动发现并使用。
Xint Rs 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Xint Rs 可免费安装使用。请查阅仓库了解许可证信息。
Fast X Intelligence CLI (Rust) — search, analyze, and engage on X/Twitter from the terminal. Use when: (1) user says "x research", "search x for", "search tw...
Xint Rs 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Xint Rs
Identifies repetitive steps in your workflow and sets up Xint Rs to handle them automatically