LaunchKit · 2026
Back to Skills

twitter-api

Cookie-based Twitter/X automation toolkit (timeline, notifications, posting, follow ops) for OpenClaw agents.

0
631 downloads
by @gan12003

Setup & Installation

openclaw skills install @gan12003/twitter-api

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install twitter-api

What This Skill Does

Cookie-based Twitter/X automation client using auth_token and ct0 session cookies instead of official API keys. Covers timeline reading, notification analysis, posting, and follow operations across multiple accounts. Built for async use with modular support for tweets, users, DMs, and relationships.

Bypasses the official Twitter/X API tier restrictions by using browser session cookies, making it accessible without paid API access.

When to use it

  • Summarize home timeline activity each morning
  • Monitor mentions and engagement signals from notifications
  • Post tweets from multiple managed accounts via scripts
  • Auto-follow accounts based on agent-driven criteria
  • Analyze notification patterns to detect trending interactions

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: post 'hello world' from account_a and follow @thenfter07

AGENT
  1. 1Reads ACCOUNT_A_AUTH_TOKEN and ACCOUNT_A_CT0 from .env
  2. 2Calls post_custom_tweet.py with account_a and the message text
  3. 3Confirms tweet posted successfully
  4. 4Calls follow_account.py with target handle thenfter07
  5. 5Confirms follow operation completed
OUTPUT

Tweet posted from account_a and @thenfter07 followed

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Twitter/X account session cookies (auth_token and ct0) for each account, extracted from a logged-in browser session