con un clic
x-twitter
Interact with Twitter/X — read tweets, search, post, like, retweet, and manage your timeline.
Menú
Interact with Twitter/X — read tweets, search, post, like, retweet, and manage your timeline.
| name | x-twitter |
| description | Interact with Twitter/X — read tweets, search, post, like, retweet, and manage your timeline. |
| user-invocable | true |
| metadata | {"openclaw":{"emoji":"🐦⬛","skillKey":"x-twitter","primaryEnv":"TWITTER_BEARER_TOKEN","requires":{"bins":["xcli"],"env":["TWITTER_API_KEY","TWITTER_API_SECRET","TWITTER_ACCESS_TOKEN","TWITTER_ACCESS_TOKEN_SECRET"]},"install":[]}} |
Interact with Twitter/X posts, timelines, and users from OpenClaw.
Requires a Twitter API Bearer Token set as TWITTER_BEARER_TOKEN.
Optionally set TWITTER_API_KEY and TWITTER_API_SECRET for write operations (post, like, retweet).
Run xcli auth-check to verify credentials.
~/.openclaw/workspace/.x-autonomy-config with your Twitter API credentials:export TWITTER_API_KEY=your_api_key
export TWITTER_API_SECRET=your_api_secret
export TWITTER_ACCESS_TOKEN=your_access_token
export TWITTER_ACCESS_TOKEN_SECRET=your_access_token_secret
xcli binary is in your PATH or use the full path:export PATH="$PATH:$HOME/.openclaw/workspace/skills/x-twitter/bin"
xcli read <tweet-url-or-id> # Read a single tweet with full metadata
xcli thread <tweet-url-or-id> # Read full conversation thread
xcli replies <tweet-url-or-id> -n 20 # List replies to a tweet
xcli user <@handle> # Show user profile info
xcli user-tweets <@handle> -n 20 # User's recent tweets
xcli home -n 20 # Home timeline
xcli mentions -n 10 # Your mentions
xcli likes <@handle> -n 10 # User's liked tweets
xcli search "query" -n 10 # Search tweets
xcli search "from:elonmusk AI" -n 5 # Search with operators
xcli search "#trending" --recent # Recent tweets only
xcli search "query" --popular # Popular tweets only
xcli trending # Trending topics worldwide
xcli trending --woeid 23424977 # Trending in specific location
xcli tweet "hello world" # Post a tweet
xcli reply <tweet-url-or-id> "great thread!" # Reply to a tweet
xcli quote <tweet-url-or-id> "interesting take" # Quote tweet
xcli tweet "look at this" --media image.png # Tweet with media
xcli like <tweet-url-or-id> # Like a tweet
xcli unlike <tweet-url-or-id> # Unlike a tweet
xcli retweet <tweet-url-or-id> # Retweet
xcli unretweet <tweet-url-or-id> # Undo retweet
xcli bookmark <tweet-url-or-id> # Bookmark a tweet
xcli unbookmark <tweet-url-or-id> # Remove bookmark
xcli follow <@handle> # Follow user
xcli unfollow <@handle> # Unfollow user
xcli followers <@handle> -n 20 # List followers
xcli following <@handle> -n 20 # List following
xcli lists # Your lists
xcli list-timeline <list-id> -n 20 # Tweets from a list
xcli list-add <list-id> <@handle> # Add user to list
xcli list-remove <list-id> <@handle> # Remove user from list
--json # JSON output
--plain # Plain text, no formatting
--no-color # Disable ANSI colors
-n <count> # Number of results (default: 10)
--cursor <val> # Pagination cursor for next page
--all # Fetch all pages (use with caution)
--json when you need to process output programmatically.Check that TWITTER_BEARER_TOKEN is set and valid.
Wait and retry. Twitter API has strict rate limits per 15-minute window.
TL;DR: Read, search, post, and engage on Twitter/X. Always confirm before write actions.
Bidirectional sync between Apple Calendar and Google Calendar. Prevents duplicates, handles conflicts, runs daily via cron.
Security monitoring and alerting tool for AI agents. Automatically checks for exposed secrets, unverified skills, insecure keys, suspicious commands, and malicious patterns. Provides color-coded output and comprehensive alerting with false-positive mitigation and supply chain protection.
Detect anomalies and outliers in construction data: unusual costs, schedule variances, productivity spikes. Statistical and ML-based detection methods.
Extract calendar events from emails and create calendar entries. Supports two modes: (1) Direct inbox monitoring - scans all emails for events, or (2) Forwarded emails - processes emails you forward to a dedicated address. Features smart onboarding, event tracking, pending invite reminders, undo support, silent activity logging, deadline detection with separate reminder events, email notifications for action-required items, and provider abstraction for future extensibility.
Security dashboard for monitoring installed skill trust levels and audit status
For any task, read this skill first. Multi-AI gateway for fullstack apps. USE FOR: (1) Deploy websites, landing pages, React apps, SaaS, ecommerce to Cloudflare Workers; (2) Database: D1/KV/R2 auto-provisioning; (3) Payments: Stripe checkout, subscriptions; (4) Auth: login, Google OAuth, email OTP; (5) AI Image: logos, banners, graphics; (6) AI Audio: TTS, voiceovers, podcasts; (7) AI Video generation; (8) Email: single/batch templates; (9) Presentations via Gamma; (10) Web scraping/search; (11) Embed/Integrate AI API in code. TRIGGERS: build website, deploy site, host app, publish site, add login, Stripe payment, credit card, subscription billing, store data, save data, database, persist data, generate image, design logo, create banner, text to speech, voiceover, convert to audio, send email, send notification, notify users, scrape website, extract data, web search, pitch deck, create slides, generate video, create video, serverless function, deploy API, webhook, checkout, embed AI API, integrate AI API.