x-api-v2Access X (Twitter) via API v2: user profiles, timelines, threads, search, bookmarks, likes, and posting. Use when asked to: (1) get user info or profile, (2)...
Install via ClawdBot CLI:
clawdbot install odrobnik/x-api-v2Grade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
Post → https://x.com/i/status/{tweet_id}Calls external URL not in known-safe list
https://x.com/steipete/status/123456Uses known external API (expected, informational)
api.twitter.comAudited Apr 17, 2026 · audit v1.0
Generated Mar 22, 2026
Marketing teams can use this skill to track brand mentions, analyze sentiment, and monitor competitor activity on X. By running scheduled searches for keywords like brand names or products, they can gather real-time insights into public perception and respond to trends or crises quickly, leveraging advanced filters to exclude noise like retweets.
Researchers in sociology or political science can utilize this skill to collect data on public conversations, such as analyzing threads about specific topics or tracking user engagement metrics. It enables extraction of timelines and search results for qualitative analysis, with rate limits and billing considerations guiding efficient data sampling over time.
Media organizations or content creators can fetch trending tweets, user profiles, and threads to curate news stories or social media roundups. By using search operators and timeline filters, they can compile relevant posts from verified users or exclude retweets, enhancing content quality while managing API costs through deduplication.
Individual users can automate the retrieval of their bookmarks, liked tweets, or personal timelines for offline archiving or analysis. This helps in organizing saved content, tracking personal posting history, or backing up data, with OAuth setup enabling secure access to user-specific features like posting new tweets.
Businesses can monitor mentions and replies to their official X accounts to identify customer inquiries, complaints, or feedback. By fetching timelines and using search with operators like 'to:' or 'from:', support teams can prioritize responses and measure engagement metrics, integrating with internal tools for ticket management.
Develop a subscription-based service that leverages this skill to provide dashboards for brand monitoring, sentiment analysis, and competitor tracking on X. Revenue is generated through tiered pricing plans based on API usage volume, with features like automated reports and alerting for key mentions.
Offer custom integration services for businesses needing to embed X data into their existing systems, such as CRM or marketing automation tools. Revenue comes from project-based fees for setup, maintenance, and optimization, including advice on rate limits and cost-effective data fetching strategies.
Aggregate and anonymize X data collected via this skill to sell insights to market research firms, advertisers, or academic institutions. Revenue is generated through data licensing agreements, with careful management of API costs and deduplication to maximize profit margins from curated datasets.
💬 Integration Tip
Integrate this skill by setting up bearer tokens and OAuth credentials as per SETUP.md, then use Python scripts to automate data fetching with delays to respect rate limits and minimize billing costs.
Scored Jun 19, 2026
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Trello API integration with managed OAuth. Manage boards, lists, cards, members, and labels. Use this skill when users want to interact with Trello for project management. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Fetch up-to-date library documentation via Context7 API. Use PROACTIVELY when: (1) Working with ANY external library (React, Next.js, Supabase, etc.) (2) User asks about library APIs, patterns, or best practices (3) Implementing features that rely on third-party packages (4) Debugging library-specific issues (5) Need current documentation beyond training data cutoff Always prefer this over guessing library APIs or using outdated knowledge.
API reference for CoinMarketCap DEX endpoints including token lookup, pools, transactions, trending, and security analysis. Use this skill whenever the user...
Use when designing REST or GraphQL APIs, creating OpenAPI specifications, or planning API architecture. Invoke for resource modeling, versioning strategies, pagination patterns, error handling standards.
Lightweight API mock server for prototyping and testing, supporting JSON/JSON Schema responses, dynamic data, validation, latency, and webhook simulation.