Agent 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 wshuyiLicense: MIT853 GitHub starsUpdated 8 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Jan 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install x-article-publisher for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install x-article-publisher@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/wshuyi/x-article-publisher-skill

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

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

Included 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.

Plugin 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"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[x-article-publisher on Agent Plugins Marketplace](https://pluginsmp.com/plugins/x-article-publisher)