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

Vincent - Twitter / X.com for agents

Twitter/X.com data access for agents. Use this skill when users want to search tweets, look up user profiles, or retrieve recent tweets. Pay-per-call via Vincent credit system. Triggers on "search tweets", "twitter", "X.com", "look up user", "tweet search", "twitter profile", "recent tweets".

Why use this skill?

Equip your OpenClaw agent with real-time Twitter/X search and lookup capabilities. Secure, pay-per-call proxy access with no API management required.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/glitch003/vincent-twitter
Or

What This Skill Does

Vincent - Twitter / X.com for agents is a powerful integration designed to grant OpenClaw agents read-only access to X (Twitter) data without the complexity of managing API keys or infrastructure. By acting as a secure, pay-per-call proxy, Vincent manages the upstream communication with the Twitter API, handling rate limits, authentication, and billing on the backend. This allows developers to equip agents with real-time social data retrieval capabilities, such as searching for trending hashtags, fetching specific tweets by ID, or analyzing user profiles.

Because the agent interacts with a proxy, the security model is robust. The agent never possesses a raw Twitter developer key. Instead, it uses a scoped API key generated at runtime, which is strictly monitored for credit usage. The system is built for autonomous operation, with credit balances tracked per call. This ensures your agent remains within budget while maintaining consistent access to one of the world's most dynamic data sources.

Installation

To begin, ensure your OpenClaw environment is ready. Run the following command in your terminal:

clawhub install openclaw/skills/skills/glitch003/vincent-twitter

Once installed, the skill will manage the creation of a DATA_SOURCES secret. Upon the first request, the CLI will generate a keyId and a claimUrl. You must visit the provided URL at https://heyvincent.ai to verify ownership and fund your credit balance. The integration stores credentials automatically in your protected state directory, ensuring a seamless experience without manual file handling.

Use Cases

  • Market Intelligence: Monitor brand mentions or industry keywords in real-time by searching for specific hashtags or phrases.
  • User Sentiment Analysis: Retrieve the most recent tweets from an influencer or competitor to gauge audience sentiment.
  • Trend Tracking: Keep your agent updated on breaking news by scanning the latest discourse on trending topics.
  • Autonomous Research: Enable your agent to verify social proof by looking up profiles and assessing the credibility of information sources directly on X.

Example Prompts

  1. "Search tweets about 'OpenAI updates' from the last hour and summarize the top three most engagement-heavy discussions."
  2. "Look up the Twitter profile for @OpenClawDev and retrieve their five most recent tweets to understand their latest project updates."
  3. "Is there any ongoing discussion regarding the latest OpenClaw release on Twitter? Find the most relevant tweets for me."

Tips & Limitations

  • Budgeting: Always monitor your credit balance. The _vincent.creditRemainingUsd metadata field returned with every response allows you to build internal logic that pauses the agent when funds are low.
  • Data Privacy: This skill is strictly for data retrieval. It does not support posting tweets, replying, or managing direct messages. It is designed purely as an information lookup tool.
  • Persistence: Ensure your OPENCLAW_STATE_DIR is backed up, as your ability to access the proxy depends on the securely stored credentials within that path.
  • Responsiveness: Keep in mind that X's search indexing may have slight delays; if you are tracking live events, configure your agent to poll in reasonable intervals to respect cost limits.

Metadata

Author@glitch003
Stars2387
Views1
Updated2026-03-09
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-glitch003-vincent-twitter": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#twitter#social-data#agent-intelligence#real-time-search
Safety Score: 4/5

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

Related Skills