Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
操控你的 X/Twitter 账号——查看时间线、搜索推文、发推、点赞、转推、收藏。
操控你的 X/Twitter 账号——查看时间线、搜索推文、发推、点赞、转推、收藏。
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Control your X/Twitter account via a local API.
Download the executable from GitHub Release Export your X cookies from Chrome (using Cookie-Editor extension), save as cookies.json in the same directory Run the executable, ensure the service is running at http://localhost:19816
curl http://localhost:19816/timeline?count=20 Returns the latest tweets including content, author, media URLs, etc.
curl http://localhost:19816/tweet/{tweet_id} Supports both tweet ID and full URL (e.g. https://x.com/user/status/123456).
curl "http://localhost:19816/search?q=keyword&sort=Latest&count=20" Parameters: q: Search keyword (required) sort: Latest or Top, default Latest count: Number of results, default 20
curl -X POST http://localhost:19816/tweet \ -H "Content-Type: application/json" \ -d '{"text": "Hello world"}' Reply to a tweet: curl -X POST http://localhost:19816/tweet \ -H "Content-Type: application/json" \ -d '{"text": "Reply content", "reply_to": "original_tweet_id"}'
curl -X POST http://localhost:19816/tweet/{tweet_id}/like
curl -X POST http://localhost:19816/tweet/{tweet_id}/retweet
curl -X POST http://localhost:19816/tweet/{tweet_id}/bookmark
curl http://localhost:19816/user/{username} Returns username, avatar, bio, follower count, etc.
curl http://localhost:19816/user/{username}/tweets?count=20
"Show me what's new on my timeline" "Search for the latest tweets about AI Agents" "Post a tweet saying: What a beautiful day!" "Like this tweet https://x.com/xxx/status/123" "Check what @elonmusk has been posting" "Bookmark this tweet"
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.