the skill to browse X
/install browsex
browsex
Manipulate X(formerly Twitter) using the OpenClaw browser tool. Browser-based alternative to bird CLI.
Prerequisites
Environment requirements
- OpenClaw with browser tool enabled
openclawbrowser profile- X/Twitter account logged in (only required for posting, liking, retweeting, replying, following)
Read-only browsing (viewing profiles, individual tweets, search) works without login. X may show login popups on unauthenticated sessions -- dismiss them or ignore.
For headless servers
Xvfb virtual display required (see spool skill's Prerequisites)
Login (only needed for write actions)
browser action=start profile=openclaw
browser action=open profile=openclaw targetUrl="https://x.com/login"
# Ask user to log in manually
Usage
Read-only (no login required)
These actions work without an X/Twitter account. X may show login modals after a few pages -- look for close/dismiss buttons in the snapshot and click them.
1. View a specific tweet
browser action=open profile=openclaw targetUrl="https://x.com/username/status/1234567890"
browser action=snapshot profile=openclaw compact=true
2. View profile
browser action=open profile=openclaw targetUrl="https://x.com/username"
browser action=snapshot profile=openclaw compact=true
3. Search
browser action=open profile=openclaw targetUrl="https://x.com/search?q=search_term&src=typed_query"
browser action=snapshot profile=openclaw compact=true
Login required
These actions require an authenticated session. Complete the login step in Prerequisites first.
4. Read timeline
browser action=open profile=openclaw targetUrl="https://x.com/home"
browser action=snapshot profile=openclaw compact=true
For each article, you can see author, content, and like/retweet/reply counts.
5. Post a tweet
Step 1: Find the textbox on home
browser action=open profile=openclaw targetUrl="https://x.com/home"
browser action=snapshot profile=openclaw compact=true
→ Find textbox "Post text" ref
Step 2: Enter content
browser action=act profile=openclaw request={"kind":"click","ref":"\x3Ctextbox-ref>"}
browser action=act profile=openclaw request={"kind":"type","ref":"\x3Ctextbox-ref>","text":"tweet content"}
Step 3: Click Post button
browser action=snapshot profile=openclaw compact=true
→ Find button "Post" ref (one that is not disabled)
browser action=act profile=openclaw request={"kind":"click","ref":"\x3Cpost-ref>"}
6. Like a tweet
From timeline, find button "Like" or button "X Likes. Like" ref within article:
browser action=act profile=openclaw request={"kind":"click","ref":"\x3Clike-ref>"}
7. Retweet
Find button "Repost" or button "X reposts. Repost" ref:
browser action=act profile=openclaw request={"kind":"click","ref":"\x3Crepost-ref>"}
browser action=snapshot profile=openclaw compact=true
# Select "Repost" option
browser action=act profile=openclaw request={"kind":"click","ref":"\x3Crepost-option-ref>"}
8. Reply to a tweet
Method 1: From timeline
browser action=act profile=openclaw request={"kind":"click","ref":"\x3Creply-button-ref>"}
browser action=snapshot profile=openclaw compact=true
# Enter text in reply input box, then click Reply button
Method 2: From tweet page
browser action=open profile=openclaw targetUrl="https://x.com/username/status/1234567890"
browser action=snapshot profile=openclaw compact=true
# Find reply input box and enter text
9. Follow
On profile page, find button "Follow" ref:
browser action=act profile=openclaw request={"kind":"click","ref":"\x3Cfollow-ref>"}
Key points
- Snapshot first - Check current state before any action
- ref changes every time - Always find fresh ref from snapshot
- compact=true - Save tokens
- article structure - Each tweet is an article element with author/content/buttons inside
- Confirm before posting - Get user confirmation of content
Troubleshooting
| Problem | Solution |
|---|---|
| Browser not working | Check Xvfb, DISPLAY=:99, restart Gateway |
| Login failed | Navigate to /login and log in manually |
| Post button disabled | Verify text was entered |
| Rate limit | Wait a moment and retry |
| Login popup blocking page | Snapshot, find close/dismiss button ref, click it. If persistent, log in or try a direct URL instead |
vs bird CLI
| Feature | bird CLI | browsex (browser) |
|---|---|---|
| Installation | Requires brew | Only Xvfb needed |
| Auth | Cookie extraction | Browser session |
| Stability | API-based | UI-dependent (may change) |
| Speed | Fast | Slightly slower |
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install browsex - 安装完成后,直接呼叫该 Skill 的名称或使用
/browsex触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
the skill to browse X 是什么?
X/Twitter CLI using OpenClaw browser tool. Use when the user wants to interact with X/Twitter: reading timeline, posting tweets, liking, retweeting, replying... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 401 次。
如何安装 the skill to browse X?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install browsex」即可一键安装,无需额外配置。
the skill to browse X 是免费的吗?
是的,the skill to browse X 完全免费(开源免费),可自由下载、安装和使用。
the skill to browse X 支持哪些平台?
the skill to browse X 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 the skill to browse X?
由 William Xu(@coding-commits)开发并维护,当前版本 v1.0.0。