Post to X (Twitter)
Post content and articles to X (Twitter). Supports regular posts with images and X Articles (long-form Markdown). Uses real Chrome with CDP to bypass anti-automation.
Post content, images, and long-form articles to X using real Chrome browser (bypasses anti-bot detection).
Script Directory
Important: All scripts are located in the scripts/ subdirectory of this skill.
Agent Execution Instructions:
Determine this SKILL.md file's directory path as
SKILL_DIRScript path =
${SKILL_DIR}/scripts/<script-name>.tsReplace all
${SKILL_DIR}in this document with the actual path
Script Reference:
scripts/x-browser.ts
Regular posts (text + images)
scripts/x-article.ts
Long-form article publishing (Markdown)
scripts/md-to-html.ts
Markdown → HTML conversion
scripts/copy-to-clipboard.ts
Copy content to clipboard
scripts/paste-from-clipboard.ts
Send real paste keystroke
Prerequisites
Google Chrome or Chromium installed
buninstalled (for running scripts)First run: log in to X in the opened browser window
References
Regular Posts: See
references/regular-posts.mdfor manual workflow, troubleshooting, and technical detailsX Articles: See
references/articles.mdfor long-form article publishing guide
Regular Posts
Text + up to 4 images.
Note:
${SKILL_DIR}represents this skill's installation directory. Agent replaces with actual path at runtime.
Parameters:
<text>
Post content (positional argument)
--image <path>
Image file path (can be repeated, max 4)
--submit
Actually post (default: preview only)
--profile <dir>
Custom Chrome profile directory
X Articles
Long-form Markdown articles (requires X Premium).
Parameters:
<markdown>
Markdown file path (positional argument)
--cover <path>
Cover image path
--title <text>
Override article title
--submit
Actually publish (default: preview only)
Frontmatter (optional):
Notes
First run requires manual login (session is saved)
Always preview before using
--submitBrowser closes automatically after operation
Supports macOS, Linux, and Windows
Last updated