publish-zsxq-article

Publish Markdown articles to Zsxq as drafts via browser automation.

131|36|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/sugarforever/01coder-agent-skills --skill publish-zsxq-article
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: publish-zsxq-article
Source: https://github.com/sugarforever/01coder-agent-skills/tree/main/skills/publish-zsxq-article
Command: npx skills add https://github.com/sugarforever/01coder-agent-skills --skill publish-zsxq-article

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of publishing Markdown articles to Zsxq (知识星球) as drafts, saving users the manual effort of copy-pasting and formatting.

Core Features & Use Cases

  • Markdown to Zsxq Drafts: Publishes Markdown content directly into the Zsxq article editor.
  • Draft Saving: Ensures content is saved as a draft, allowing for user review before final publication.
  • Browser Automation: Leverages browser automation tools (Chrome DevTools MCP or Playwright MCP) for seamless interaction with the Zsxq web interface.
  • Use Case: You have a technical blog post written in Markdown that you want to share with your Zsxq community. This Skill will take your Markdown file, navigate to the Zsxq editor, and create a new draft with your content.

Quick Start

Use the publish-zsxq-article skill to publish the markdown file located at /path/to/your/article.md to Zsxq.

Frequently Asked Questions about publish-zsxq-article

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

FAQPage Schema
How do I publish Markdown articles to Zsxq automatically?

This Skill automates publishing Markdown to Zsxq by navigating the web editor, switching to Markdown mode, and simulating a paste event to render content accurately. It saves everything as a draft for your review.

Does the tool auto-publish content to Zsxq or save it as a draft?

This Skill strictly saves your content as a Zsxq draft and never auto-publishes. You retain full control to review the inserted Markdown content and title before finalizing the post.

Can I use Playwright MCP to automate Zsxq article drafts?

Yes, you can use Playwright MCP or Chrome DevTools MCP for this task. The Skill leverages these browser automation tools to interact seamlessly with the Zsxq web interface.

Why does pasting Markdown into Zsxq break formatting?

Pasting Markdown into Zsxq often breaks formatting because standard clipboard insertion lacks proper rendering triggers. This Skill solves the formatting issue by simulating a specific paste event in the editor.

Do I need a specific browser environment to automate Zsxq publishing?

You need a browser automation environment using either Chrome DevTools MCP or Playwright MCP to automate Zsxq publishing. These tools provide the required web interface interaction capabilities.