x-article-publisher

Convert Markdown to rich text and publish drafts to X Articles via clipboard paste.

178|24|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/ZhanlinCui/Ultimate-Agent-Skills-Collection --skill x-article-publisher-zhanlincui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-article-publisher
Source: https://github.com/ZhanlinCui/Ultimate-Agent-Skills-Collection/tree/main/x-article-publisher
Command: npx skills add https://github.com/ZhanlinCui/Ultimate-Agent-Skills-Collection --skill x-article-publisher-zhanlincui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Pillow, pyobjc-framework-Cocoa, and includes scripts (resource) components.

What problem does it solve?

This Skill enables seamless publishing of Markdown content to X Articles by converting Markdown into rich-text HTML, handling cover images, and placing content images precisely via clipboard workflows.

Core Features & Use Cases

  • Convert Markdown to X Articles rich text for accurate formatting
  • Upload cover image and publish drafts without manual edits
  • Insert content images at exact positions using block indexing and clipboard paste
  • Save drafts and review before manual publication

Quick Start

  1. Prepare your Markdown article and run the parsing script to generate title, cover image, and content images.
  2. Open X Articles editor, upload the cover image, paste the HTML content, and insert images in reverse block order.
  3. Save as draft for review; publish manually after verification.

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 Markdown to X Articles with rich formatting?

To publish Markdown to X Articles, this skill converts Markdown into rich-text HTML and uses a clipboard-based pasting workflow to preserve formatting. It generates the title, cover image, and content images before pasting into the editor.

How does clipboard pasting preserve rich text formatting when drafting X Articles?

Clipboard pasting preserves rich text formatting by converting Markdown content into rich-text HTML and transferring it via the system clipboard. This bypasses manual formatting and ensures accurate styling in the X Articles editor.

Can I insert content images at specific positions in X Articles?

Yes, you can insert content images at exact positions using block indexing. The script parses your Markdown to identify image locations, and you insert them in reverse block order to maintain precise placement in the final draft.

Do I need Python dependencies to automate X Articles publishing from Markdown?

Yes, automating X Articles publishing requires Python dependencies like Pillow and pyobjc-framework-Cocoa. These libraries handle image processing and system clipboard interactions needed for the automated pasting workflow.

What is the best way to upload cover images and save drafts for X Articles?

The best way to upload cover images and save drafts is by running the parsing script to prepare assets, uploading the cover first, pasting rich text, and saving as a draft. You then review before manual publication.