← All skills
Tencent SkillHub · Communication & Collaboration

Openclaw X

操控你的 X/Twitter 账号——查看时间线、搜索推文、发推、点赞、转推、收藏。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

操控你的 X/Twitter 账号——查看时间线、搜索推文、发推、点赞、转推、收藏。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.2.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

OpenClaw X

Control your X/Twitter account via a local API.

Prerequisites

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

1. Get Home Timeline

curl http://localhost:19816/timeline?count=20 Returns the latest tweets including content, author, media URLs, etc.

2. Get Tweet Details

curl http://localhost:19816/tweet/{tweet_id} Supports both tweet ID and full URL (e.g. https://x.com/user/status/123456).

3. Search Tweets

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

4. Post a Tweet

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"}'

5. Like a Tweet

curl -X POST http://localhost:19816/tweet/{tweet_id}/like

6. Retweet

curl -X POST http://localhost:19816/tweet/{tweet_id}/retweet

7. Bookmark a Tweet

curl -X POST http://localhost:19816/tweet/{tweet_id}/bookmark

8. Get User Info

curl http://localhost:19816/user/{username} Returns username, avatar, bio, follower count, etc.

9. Get User Tweets

curl http://localhost:19816/user/{username}/tweets?count=20

Common Use Cases

"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"

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc