x-article-publisher

Automates publishing Markdown articles to X Articles with image and divider handling.

1|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/ArcoCodes/skill-x-article-publisher --skill x-article-publisher-arcocodes
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: x-article-publisher
Source: https://github.com/ArcoCodes/skill-x-article-publisher/tree/main
Command: npx skills add https://github.com/ArcoCodes/skill-x-article-publisher --skill x-article-publisher-arcocodes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Pillow, pyobjc-framework-Cocoa, pywin32, clip-util, @mermaid-js/mermaid-cli, playwright, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of publishing Markdown content to X (Twitter) Articles, ensuring proper formatting and handling of images and dividers.

Core Features & Use Cases

  • Markdown to Rich Text Conversion: Automatically converts Markdown elements into rich text suitable for X Articles.
  • Image Handling: Supports cover image uploads and insertion of content images at specific positions.
  • Divider Insertion: Manages the insertion of visual dividers between content blocks.
  • Use Case: You have a blog post written in Markdown and want to publish it as a formatted X Article, including a cover image and distinct sections separated by dividers.

Quick Start

Use the x-article-publisher skill to publish the markdown file located at /path/to/your/article.md to X Articles.

Frequently Asked Questions about x-article-publisher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish a Markdown file to X Articles with proper formatting?▼

To publish Markdown to X Articles, this Skill converts Markdown elements into rich text suitable for the X Articles editor. It handles cover image uploads, content image placement, and divider insertion automatically.

Can I convert Markdown tables and Mermaid diagrams into images for X Articles?▼

Yes, you can convert Markdown tables and Mermaid diagrams into images for X Articles. The Skill pre-processes these elements into images using Mermaid CLI before inserting them into the article editor.

How do I add cover images and visual dividers when publishing content to X Articles?▼

Adding cover images and visual dividers to X Articles is handled during the Markdown conversion process. The Skill manages cover image uploads and inserts visual dividers between distinct content blocks automatically.

Does publishing Markdown to X Articles require a browser automation environment?▼

Yes, publishing Markdown to X Articles requires a browser automation environment. The Skill relies on Playwright to interact with the X Articles editor and execute the rich text conversion and image upload workflows.

What is the best way to automate social media content creation from Markdown for X?▼

The best way to automate X content creation from Markdown is using a Skill that parses Markdown syntax and directly interfaces with the X Articles editor. This bypasses manual rich text formatting and handles complex elements like Mermaid diagrams.