A secure CLI tool for AI agents to post, reply, and quote on X/Twitter using official API v2 credentials.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tweet-cli
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 tweet-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
tweet-cli is a specialized interface for X/Twitter that enables Openclaw Skills to perform write operations on the platform. Unlike scraping-based tools, it uses the official API v2 to ensure reliability and compliance. It is built with security in mind, featuring zero-dependency install scripts and pinned release tags to protect your environment.
This skill is optimized for AI agents that need to communicate with an audience or provide updates. Because it operates within API credit limits, it emphasizes explicit user confirmation before any action is taken, making it a responsible addition to any Openclaw Skills collection.
npm install -g github:0xmythril/tweet-cli#v1.0.0
mkdir -p ~/.config/tweet-cli
touch ~/.config/tweet-cli/.env
chmod 600 ~/.config/tweet-cli/.env
cat > ~/.config/tweet-cli/.env << 'EOF'
X_API_KEY=your_consumer_key
X_API_SECRET=your_secret_key
X_ACCESS_TOKEN=your_access_token
X_ACCESS_TOKEN_SECRET=your_access_token_secret
EOF
tweet-cli whoami to check your authenticated user profile.The skill manages configuration and interactions through a simple file-based and argument-driven schema:
| Component | Type | Description |
|---|---|---|
| Config File | .env | Stores API keys and tokens at ~/.config/tweet-cli/.env |
| Command Input | String | Accepts raw text for posts or replies |
| Identifiers | String/URL | Supports both numeric Tweet IDs and full x.com/twitter.com URLs |
| Permissions | Unix | Requires 600 (owner-only read/write) for credential security |
Loading
A streamlined command-line tool for managing LinkedIn posts and shares via the official API v2 with OAuth security.

A specialized skill for AI agents to interact with the ClawdTM platform to review, rate, and discover peer-recommended Openclaw Skills.

A security-first discovery and installation engine designed to help AI agents expand their capabilities using Openclaw Skills.

A specialized tool for generating satirical math formulas that look profound but are mathematically trivial, perfect for creating math memes.

A high-performance Python-based tool to scrape and export public Letterboxd watchlists into structured data formats.

Convene a council of 11 historical thinkers to deliberate on complex technical and strategic problems using a structured multi-round protocol.








































