x-article-publisher

Convert Markdown to HTML and publish articles to X Articles.

4|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/r1cA18/dotfiles --skill x-article-publisher-r1ca18
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: x-article-publisher
Source: https://github.com/r1cA18/dotfiles/tree/main/skills/x-article-publisher
Command: npx skills add https://github.com/r1cA18/dotfiles --skill x-article-publisher-r1ca18

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of publishing Markdown articles to X's long-form content feature, converting your content into a rich HTML format suitable for the platform.

Core Features & Use Cases

  • Markdown to HTML Conversion: Parses Markdown, including frontmatter, headers, lists, and basic formatting, into HTML.
  • Automated Injection: Uses claude-in-chrome to paste the converted HTML into the X Articles editor.
  • Cross-posting: Facilitates publishing content from other platforms (like Zenn or Qiita) to X Articles.

Quick Start

Use the x-article-publisher skill to publish the content of 'my_blog_post.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 article to X Twitter long-form?▼

To publish a Markdown article to X Twitter long-form, this Skill parses your Markdown content, converts it into rich HTML, and automates injection into the X Articles Draft.js editor via browser automation.

How does Markdown to HTML conversion work for X Articles?▼

Markdown to HTML conversion for X Articles works by parsing Markdown elements like frontmatter, headers, lists, and basic formatting, then injecting the resulting rich HTML directly into the platform's editor.

Can I use browser automation to cross-post articles from Zenn or Qiiti to X?▼

Yes, you can use browser automation to cross-post articles from Zenn or Qiita to X by converting the original content to HTML and automatically pasting it into the X Articles editor.

Do I need claude-in-chrome to automate publishing to X Articles?▼

Yes, you need claude-in-chrome to automate publishing to X Articles, as this Skill relies on it to control the browser, open the editor, and paste the converted HTML content.

What Markdown formatting is supported when converting to HTML for X?▼

When converting to HTML for X, the supported Markdown formatting includes frontmatter, headers, lists, and basic formatting, which are parsed and structured for the X Articles editor.

Are there limitations when injecting HTML into the X Articles Draft.js editor?▼

Limitations when injecting HTML into the X Articles Draft.js editor include dependency on browser automation compatibility and support for only basic Markdown formatting like headers and lists.