Install
openclaw skills install x-twitter-post-publisherPublish posts to X/Twitter from plain text or markdown post banks using OpenCLI with an already logged-in browser session. Use when the user wants to auto-po...
openclaw skills install x-twitter-post-publisherUse this skill to publish to X/Twitter through the user's existing logged-in browser context.
Do not trust visible text alone inside X compose. X uses a Draft.js editor. Regular DOM injection or some automation typing paths can leave the Post button disabled even when text appears in the editor.
Use the verified path:
Ctrl+A then Backspace to clear stale draft textCtrl+V to pasteRun the bundled script:
powershell -ExecutionPolicy Bypass -File scripts/publish-x-post.ps1 -MarkdownPath "C:\path\to\posts.md" -PostLabel "Post 1"
Optional dry run:
powershell -ExecutionPolicy Bypass -File scripts/publish-x-post.ps1 -MarkdownPath "C:\path\to\posts.md" -PostLabel "Post 1" -DryRun
powershell -ExecutionPolicy Bypass -File scripts/publish-x-post.ps1 -Text "Your final X post here"
https://x.com/compose/post in OpenCLI browserbrowser evalopencli twitter searchThe extractor is designed for sections like:
**Post 1 — Insight hook**
Line 1
Line 2
---
It also tolerates **Post 1** style headers.
Read references/troubleshooting.md when:
opencli browser / opencli twitter over isolated browser-agent sessions when the user is already logged into Chrome.