返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
o

openclaw-x

Control your X/Twitter account — view timeline, search tweets, post, like, retweet, bookmark.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.2.2
安全检测
已通过
521
下载量
免费
免费
2
收藏
概述
安装方式
版本历史

openclaw-x

# OpenClaw X Control your X/Twitter account via a local API. ## Prerequisites 1. Download the executable from [GitHub Release](https://github.com/bosshuman/openclaw-x/releases) 2. Export your X cookies from Chrome (using Cookie-Editor extension), save as `cookies.json` in the same directory 3. Run the executable, ensure the service is running at `http://localhost:19816` ## Available Actions ### 1. Get Home Timeline ```bash curl http://localhost:19816/timeline?count=20 ``` Returns the latest tweets including content, author, media URLs, etc. ### 2. Get Tweet Details ```bash 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 ```bash 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 ```bash curl -X POST http://localhost:19816/tweet \ -H "Content-Type: application/json" \ -d '{"text": "Hello world"}' ``` Reply to a tweet: ```bash 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 ```bash curl -X POST http://localhost:19816/tweet/{tweet_id}/like ``` ### 6. Retweet ```bash curl -X POST http://localhost:19816/tweet/{tweet_id}/retweet ``` ### 7. Bookmark a Tweet ```bash curl -X POST http://localhost:19816/tweet/{tweet_id}/bookmark ``` ### 8. Get User Info ```bash curl http://localhost:19816/user/{username} ``` Returns username, avatar, bio, follower count, etc. ### 9. Get User Tweets ```bash curl http://localhost:19816/user/{username}/tweets?count=20 ``` ## Common Use Cases 1. "Show me what's new on my timeline" 2. "Search for the latest tweets about AI Agents" 3. "Post a tweet saying: What a beautiful day!" 4. "Like this tweet https://x.com/xxx/status/123" 5. "Check what @elonmusk has been posting" 6. "Bookmark this tweet"

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 openclaw-x-1776297335 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 openclaw-x-1776297335 技能

通过命令行安装

skillhub install openclaw-x-1776297335

下载

⬇ 下载 openclaw-x v0.2.2(免费)

文件大小: 1.57 KB | 发布时间: 2026-4-16 15:43

v0.2.2 最新 2026-4-16 15:43
Switch skill description to English

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部