social-publisher

Automate Weibo and Xiaohongshu publishing via Chrome CDP with payload-based submission.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/ewtwd/openclaw-skills --skill social-publisher-ewtwd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: social-publisher
Source: https://github.com/ewtwd/openclaw-skills/tree/main/skills/social-publisher
Command: npx skills add https://github.com/ewtwd/openclaw-skills --skill social-publisher-ewtwd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) and references (resource) components.

What problem does it solve?

通过调试版 Chrome (CDP) 自动化处理微博和小红书的发布、互动、账号切换等任务,显著提升多人协作场景下的工作效率与准确性。

Core Features & Use Cases

  • 统一入口:提供正式入口脚本与规范化的 payload 交互,避免临时脚本介入。
  • 全栈发布能力:支持文本、单素材、多素材、图文、动图、视频及混合素材的发布,以及微博互动(点赞、转发、评论)。
  • 任务收集与协作:为飞书来源任务提供多消息/多附件的收集与排序,确保素材与文案的有序执行。
  • 正式脚本与规范化协议:使用 payloadPath、PayloadBase64 等方式提交任务,避免裸文本参数传递。

Quick Start

Prepare a payload JSON and run the publish script to post to Weibo and Xiaohongshu.

Frequently Asked Questions about social-publisher

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

FAQPage Schema
How do I automate social publishing to Xiaohongshu and Weibo?

Automate social publishing to Xiaohongshu and Weibo by running a Chrome CDP workflow that handles login, content posting, and interactions using a payload-based submission script.

Can I publish mixed media assets like videos and images to Xiaohongshu automatically?

Yes, you can publish mixed media assets including images, videos, and animated GIFs to Xiaohongshu automatically by processing multi-material asset workflows through the Chrome CDP script.

What is the best way to manage multi-material social posts from Feishu messages?

Managing multi-material social posts from Feishu messages is handled by collecting and sorting multiple attachments and messages to ensure orderly execution of assets and copy during automated publishing.

Does this automation approach use Playwright to interact with Weibo?

Yes, the automation approach uses Playwright to drive a debug Chrome instance, enabling interaction with Weibo for posting text, single assets, and mixed materials via payload-based submission.

Why should I use payload-based submission instead of raw text for social media automation?

Payload-based submission using payloadPath or PayloadBase64 should be used instead of raw text parameters to enforce governance, avoid temporary scripts, and ensure structured task execution.

What interactions are supported when automating Weibo posts?

Automating Weibo posts supports liking, reposting, and commenting interactions, alongside full-stack publishing capabilities for text, images, videos, and mixed materials.