baoyu-post-to-weibo

Publish Weibo posts with markdown and media via Chrome DevTools Protocol.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/lucasFR2/LogiSync --skill baoyu-post-to-weibo-lucasfr2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-post-to-weibo
Source: https://github.com/lucasFR2/LogiSync/tree/main/skills/baoyu-post-to-weibo
Command: npx skills add https://github.com/lucasFR2/LogiSync --skill baoyu-post-to-weibo-lucasfr2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires baoyu-chrome-cdp, baoyu-md, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill solves the challenge of posting content to Weibo with the convenience of markdown, images, and video attachments. It allows users to streamline their content publishing process and manage social media activities efficiently.

Core Features & Use Cases

  • Markdown Formatting: Support for markdown syntax in posts, including headers, links, and inline images.
  • Media Integration: Upload images and videos directly from the command line for enhanced post engagement.
  • Automated Posting: Simplify the process of sharing updates, articles, and multimedia content to Weibo.

Quick Start

Use the 'baoyu-post-to-weibo' skill to post content to Weibo with a single command:

bun weibo-post.ts "My latest post" --image ./image.png

Frequently Asked Questions about baoyu-post-to-weibo

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

FAQPage Schema
How do I automate posting content to Weibo with markdown and images?

To automate posting content to Weibo, you can use a command line interface to execute a script that publishes text, images, and videos directly. This allows you to share markdown-formatted updates and media attachments without manual browser interaction.

What do I need to run a script that posts to Weibo automatically?

You need a Chrome browser with appropriate permissions and the 'bun' runtime installed on your system. These components are required to execute the automation script that publishes content directly to your Weibo account.

Can I upload videos to Weibo from the command line?

Yes, you can upload videos directly from the command line to Weibo. The automation script supports media integration, allowing you to attach local video files to your posts alongside markdown-formatted text.

How does automated Weibo publishing handle markdown formatting?

Automated Weibo publishing parses standard markdown syntax, including headers, links, and inline images, converting them into appropriate content for your post. This enables you to format social media updates efficiently using markdown.

What's the best way to schedule or streamline social media content posting to Weibo?

Using a command line automation script is the best way to streamline Weibo content posting. By leveraging Chrome DevTools Protocol automation, you can integrate text, image, and video sharing into your existing content workflows.

Why does my Weibo automation script require Chrome DevTools Protocol?

The Weibo automation script requires Chrome DevTools Protocol to programmatically control the browser environment. This allows the script to navigate the Weibo interface and insert media files without relying on an official public API.