ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

twitter-autopilot

Search X Twitter data, monitor accounts, track trends, and publish posts through the AISA relay. Use when: the user needs Twitter search, social listening, influencer monitoring, posting, reply, like, or follow workflows.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aisadocs/twitter-autopilot-aisa
Or

Twitter Autopilot

When to Use

  • Search X Twitter data, monitor accounts, track trends, and publish posts through the AISA relay. Use when: the user needs Twitter search, social listening, influencer monitoring, posting, reply, like, or follow workflows.

When NOT to Use

  • Do not use this skill for browser-cookie extraction, passwords, Keychain access, or other local sensitive credential access.
  • Prefer a different skill when the user request is outside this skill's domain.

Capabilities

  • Read Twitter X profiles, timelines, mentions, followers, trends, and search results via AISA APIs.
  • Support posting, replying, quoting, liking, unliking, following, and unfollowing through the shipped OAuth relay clients.
  • Keep auth API-key based for read paths and OAuth based for write paths without asking for passwords or browser cookies.

Quick Start

export AISA_API_KEY="your-key"

Primary Runtime

Use the bundled Python client as the canonical ClawHub runtime path:

python3 scripts/twitter_client.py

Example Queries

  • Research "@OpenAI" and summarize the last 20 tweets about GPT releases.
  • Find trending AI topics on X Twitter and group them by sentiment.
  • Post this product launch thread to X Twitter after authorization is ready.

Notes

  • Write actions use the bundled twitter_oauth_client.py and twitter_engagement_client.py helpers.
  • If posting or engagement requires authorization, start the OAuth flow first and then retry the action.

Metadata

Author@aisadocs
Stars4473
Views0
Updated2026-05-01
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-aisadocs-twitter-autopilot-aisa": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.