What problem does it solve?
Cross-posting a Markdown article to multiple Chinese writing platforms requires manually reformatting titles, tags, summaries, and covers for each editor, and it is easy to mistake a saved draft for a successful publication. This Skill automates the preparation and browser-based publishing workflow and verifies each final article page.
Core Features & Use Cases
- Article Preparation: A Python script strips YAML frontmatter, extracts title, tags, images, and code-fence status, and generates per-platform payloads with mapped tags, categories, topics, and summary length limits.
- Platform-Specific Guidance: Reference documents cover editor quirks for CSDN, Juejin, Bilibili (DOCX import), Zhihu (Markdown import), and Cnblogs (Markdown editor mode).
- Verified Publishing: Final status is confirmed from the public article page rather than editor save messages, catching drafts, review states, and raw Markdown rendering issues.
- Use Case: After finishing a technical blog post locally, ask the agent to publish it to CSDN, Juejin, and Bilibili; it prepares the payloads, fills each editor in your logged-in Chrome session, and reports the verified final URLs.
Quick Start
Publish my local Markdown article to CSDN, Juejin, and Bilibili, then verify each final article page and report the URLs.