A zero-dependency Python CLI tool for interacting with X (Twitter) API v2 to manage profiles, timelines, search, and posting.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install x-api-v2
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install x-api-v2 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The X (Twitter) API v2 skill provides a robust interface for Openclaw Skills to interact with one of the world's largest real-time data sources. Built using the Python standard library to ensure zero external dependencies, this skill allows AI agents to fetch user metadata, extract complex conversation threads, and perform advanced searches using X's powerful operator syntax. It effectively bridges the gap between raw social data and actionable insights for your automated workflows.
Beyond simple data retrieval, this Openclaw Skills extension supports user-authenticated actions via OAuth 2.0. This enables advanced capabilities such as managing bookmarks, retrieving liked tweets, and posting new content directly to a user's feed. Whether you are conducting sentiment analysis or automating brand presence, this skill offers the technical depth required for professional-grade social media integrations within an agentic environment.
To integrate this into your Openclaw Skills environment, ensure you have Python 3 installed. You will need a Developer account on the X portal to obtain a Bearer Token and OAuth 2.0 Client ID/Secret.
# Initialize authentication for user-context features (bookmarks, posting)
python3 scripts/x.py auth
# Example: Fetch a user profile to verify your credentials
python3 scripts/x.py user [username]
The skill outputs structured text designed for easy parsing by AI agents. Key fields included in the response taxonomy are:
| Field | Description |
|---|---|
| ID | The unique numerical identifier for a user or tweet. |
| Metrics | Real-time counts for likes, retweets, and replies. |
| Bio/Text | The descriptive content of a profile or the body of a tweet. |
| Timestamps | ISO-formatted dates for tweet creation and account history. |
| URL | Direct links to the specific content on the X platform. |
Loading
A multi-user Python skill to fetch comprehensive Withings health metrics including weight, body composition, activity, and sleep data.

A technical utility for generating standardized WHO growth charts with percentile curves and custom child data overlays.

A specialized AI skill for generating professional-grade WHO child growth standards charts with custom measurement overlays and percentile curves.

A powerful integration for monitoring UniFi network infrastructure and aggregating site data via the UniFi Site Manager API.

A versatile CLI tool for integrating high-quality speech-to-text and text-to-speech capabilities via the OpenRouter API.

An agentic feed digest tool that leverages the feed CLI to fetch, triage, and summarize high-signal RSS, Atom, and JSON posts.








































