What problem does it solve? Publishing content to Weibo programmatically is difficult because the platform has no open posting API for regular users and employs anti-bot detection. This Skill drives a real Chrome browser through the Chrome DevTools Protocol to compose regular posts and long-form headline articles while bypassing automation 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 the Weibo homepage. - Headline Articles (头条文章): Convert Markdown files to HTML and fill the Weibo article editor, including title (32-char limit), summary (44-char limit), cover image, and inline images inserted via clipboard paste. - Anti-Detection Workflow: Uses real clipboard operations and paste keystrokes instead of synthetic CDP events that Weibo can detect and ignore. - Use Case: A content creator writes a blog post in Markdown and asks the agent to publish it as a Weibo headline article; the Skill opens the editor, fills all fields, inserts every image, and verifies the result before the user clicks publish. ## Quick Start Ask the agent to post "Hello Weibo!" with an attached image to your Weibo account using this skill.