What problem does it solve? Publishing content to Weibo programmatically is difficult because the platform lacks an open posting API for regular users and actively blocks automated bots. This Skill drives a real Chrome browser through the Chrome DevTools Protocol to compose regular posts and long-form headline articles while bypassing anti-bot detection. ## Core Features & Use Cases - Regular Posts: Compose Weibo posts with text plus up to 18 images or videos, uploaded through the real file input on weibo.com. - Headline Articles: Convert Markdown files (with frontmatter, images, and Mermaid diagrams) into Weibo 头条文章, automatically filling title (32-char limit), summary (44-char limit), cover image, and inline images via clipboard paste. - Anti-Detection Workflow: Uses real paste keystrokes and a persistent Chrome profile so sessions stay logged in; content is filled for the user to review and publish manually. - Use Case: A content creator writes a blog post in Markdown and asks the agent to publish it as a Weibo headline article with a cover image and embedded figures, without manually copying content into the editor. ## Quick Start Ask the agent to post "Hello Weibo!" with an attached photo to your Weibo account using this skill.