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 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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0xnyk/xint-rsWhat This Skill Does
xint-rs is a high-performance, Rust-based CLI tool designed to turn your terminal into a powerful X (Twitter) intelligence hub. It provides an efficient interface for searching, analyzing, and engaging with content on X without needing to navigate the web browser interface. The tool leverages direct API integration to fetch real-time data, perform sentiment analysis via Grok AI, and manage complex tasks like tracking follower changes or generating intelligence reports. By acting as a thin, pipe-friendly wrapper, it enables users to integrate real-time social data into their local development workflows, shell scripts, or data pipelines.
Installation
To integrate this skill into your environment, use the OpenClaw CLI management system. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/0xnyk/xint-rs
Ensure you have your environment variables set before the first run. You will need a valid X_BEARER_TOKEN for standard read operations and an XAI_API_KEY if you intend to use the advanced AI-powered analysis features. Run xint auth setup once to initialize OAuth credentials for personal account features like bookmarks and likes.
Use Cases
- Market Intelligence: Quickly survey public sentiment on a specific cryptocurrency, tech stock, or industry trend.
- Real-time Monitoring: Use the
watchcommand to keep a pulse on specific keywords or hashtags, outputting results directly to your console. - Growth Analytics: Utilize the
diffcommand to track changes in follower counts or account status over time. - Research Automation: Generate summarized intelligence reports on complex topics by aggregating search results and running them through AI analysis.
- Content Curation: Organize and manage collections of tweets for later review or export, maintaining data ownership locally through CSV or JSON exports.
Example Prompts
- "X research: What are people saying about the latest release of Rust 1.80?"
- "Search X for AI-agent trends and generate a brief intelligence report."
- "Watch for mentions of my project name and output any high-sentiment tweets to my terminal."
Tips & Limitations
- Security: Always store your API keys in a local
.envfile and ensure it is included in your.gitignoreto prevent accidental exposure of your credentials. - Permissions: The tool writes cached data and OAuth tokens to a
data/directory. Keep this directory secure with restrictive file permissions (chmod 600). - Scope: Note that this skill is strictly for read-access and intelligence gathering. It does not support posting tweets, sending DMs, or other administrative enterprise features. Treat all data exported from the tool as potential PII, especially when handling search results or user lists.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0xnyk-xint-rs": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
xint
X Intelligence CLI — 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", "find tweets about", "monitor x for", "track followers", (2) user is working on something where recent X discourse would provide useful context (new library releases, API changes, product launches, cultural events, industry drama), (3) user wants to find what devs/experts/community thinks about a topic, (4) user needs real-time monitoring ("watch"), (5) user wants AI-powered analysis ("analyze", "sentiment", "report"), (6) user wants to sync bookmarks to Obsidian ("sync bookmarks", "capture bookmarks", "bookmark research", "save my bookmarks to obsidian"). Also supports: bookmarks, likes, following (read/write), trending topics, Grok AI analysis, and cost tracking. Export as JSON, JSONL (pipeable), CSV, or Markdown. Non-goals: Not for posting tweets, not for DMs, not for enterprise features. Requires OAuth for user-context operations (bookmarks, likes, following, diff).
council
Convene the Council of High Intelligence — multi-persona deliberation with historical thinkers for deeper analysis of complex problems.