plugins marketplace
← All plugins

x-article-publisher

v1.1.0

Publish Markdown articles to X (Twitter) Articles with block-index positioning and rich text formatting

Claude Code1 skill

by wshuyiMIT853updated 6 months ago

Source

git clone https://github.com/wshuyi/x-article-publisher-skill

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

x-article-publisher/
├── .claude-plugin/plugin.json
└── skills/x-article-publisher/SKILL.md

Skills1

x-article-publisherskills/x-article-publisher/SKILL.md

Publish Markdown articles to X (Twitter) Articles editor with proper formatting. Use when user wants to publish a Markdown file/URL to X Articles, or mentions "publish to X", "post article to Twitter", "X article", or wants help with X Premium article publishing. Handles cover image upload and converts Markdown to rich text automatically.

Manifests1

.claude-plugin/plugin.json
{
  "name": "x-article-publisher",
  "version": "1.1.0",
  "description": "Publish Markdown articles to X (Twitter) Articles with block-index positioning and rich text formatting",
  "author": {
    "name": "wshuyi"
  },
  "repository": "https://github.com/wshuyi/x-article-publisher-skill",
  "license": "MIT",
  "keywords": [
    "x",
    "twitter",
    "articles",
    "markdown",
    "publishing"
  ],
  "dependencies": {
    "mcp": [
      "playwright"
    ],
    "python": [
      "Pillow",
      "pyobjc-framework-Cocoa"
    ]
  },
  "platforms": [
    "macos"
  ]
}