x-thread-poster
Installation
SKILL.md
X Thread Poster
Overview
Use Chrome DevTools MCP to compose and publish X threads from the user's active browser profile. Treat posting as a live external action: publish only when the user explicitly asks to post; otherwise stop after drafting or previewing.
Workflow
- Load Chrome DevTools MCP tools if they are not already available.
- Prepare the complete thread text before touching the composer.
- Open
https://x.com/compose/postorhttps://x.com/home. - Use
wait_forandtake_snapshotto confirm the logged-in composer is visible. - Enter each post with real browser input events, not DOM-only filling.
- Add another post for each thread item.
- Click the final publish button only after all posts are present and under limits.
- Confirm publication from the timeline or returned status links.