ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified social Safety 3/5

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).

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/0xnyk/xint
Or

What This Skill Does

xint is an advanced command-line interface (CLI) tool designed for agentic research, sentiment analysis, and social media engagement on X (formerly Twitter). It transforms the terminal into a powerful intelligence dashboard, allowing users to perform complex, multi-step queries, track real-time discourse, and manage social interactions without leaving the IDE or terminal environment. The skill enables users to search for specific topics, monitor community reactions to technical updates, and synthesize fragmented social data into structured briefings. Beyond simple search, it integrates with Grok AI to provide deep-dive analysis, sentiment reporting, and automated sync capabilities for bookmarks into Obsidian, making it a critical asset for researchers, developers, and community managers.

Installation

To integrate xint into your OpenClaw environment, execute the following command in your terminal within the project directory: clawhub install openclaw/skills/skills/0xnyk/xint

Post-installation, ensure you have set the necessary environment variables. The tool relies on the X_BEARER_TOKEN for standard API operations and optionally utilizes XAI_API_KEY for advanced AI-driven analysis features. If you require OAuth capabilities—such as managing bookmarks or tracking follower interactions—ensure the X_CLIENT_ID is configured correctly. Always verify that your credentials are stored securely in a local .env file with restrictive read/write permissions (chmod 600).

Use Cases

  • Developer Intelligence: Monitor real-time feedback on new library releases, track API changes, and gauge community sentiment regarding industry shifts or product launches.
  • Research & Synthesis: Use natural language to perform iterative searches, refine query parameters, and generate high-quality, sourced reports on trending technical or cultural events.
  • Bookmark Management: Automatically sync your curated X bookmarks to local Markdown files (like Obsidian), ensuring your research is preserved and searchable locally.
  • Trend Tracking: Implement automated monitoring via webhook integrations to alert you whenever specific industry keywords are mentioned by experts.

Example Prompts

  1. "x search for the latest feedback on the new React Server Components update and generate a summary of developer sentiment."
  2. "sync my X bookmarks to Obsidian and categorize them by the folder 'development-research'."
  3. "monitor x for mentions of the new Bun runtime version and notify me when key industry figures discuss it."

Tips & Limitations

To maintain high performance and avoid rate limits, decompose complex research into smaller, focused queries. When using the watch or stream features, configure XINT_WEBHOOK_ALLOWED_HOSTS to ensure secure delivery of data. Be aware that this skill is strictly for research, analysis, and data management; it does not support automated posting or direct messaging, adhering to a read-focused design philosophy. Always review exported data files, as search queries may inadvertently capture sensitive user context. Utilize the --policy flags to enforce budget and safety guardrails during automated research sessions.

Metadata

Author@0xnyk
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-0xnyk-xint": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#twitter-cli#research-agent#social-intelligence#sentiment-analysis#data-scraping
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api