Multi-Platform Social Media Publisher for Openclaw

A powerful automation tool for Openclaw Skills that publishes and adapts content across X, LinkedIn, WeChat, and Xiaohongshu with a single command.

mguozhen
v1.0.0
Mar 10, 2026
0
697
4

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install multi-platform-publisher

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install multi-platform-publisher using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Multi-Platform Social Media Publisher?

The Multi-Platform Social Media Publisher is a comprehensive tool designed for the Openclaw Skills ecosystem to streamline cross-platform content distribution. It allows developers and creators to bypass the manual effort of logging into multiple dashboards by providing a unified CLI interface for publishing to X/Twitter, LinkedIn, WeChat Official Accounts, and Xiaohongshu.

By leveraging this skill within the Openclaw Skills framework, users can ensure their content is always optimized for the target audience. The tool doesn't just copy-paste text; it intelligently transforms it. Whether you are turning a technical article into a LinkedIn post or a long-form Markdown file into a series of threaded tweets, this skill handles the heavy lifting of content adaptation and API integration.

Multi-Platform Social Media Publisher Use Cases

  • Synchronizing technical updates across LinkedIn and X/Twitter simultaneously using Openclaw Skills.
  • Converting Markdown-based blog posts into formatted HTML drafts for WeChat Official Accounts.
  • Automating the creation of engaging Xiaohongshu notes with automatic emoji injection and tag placement.
  • Managing multiple social media identities through a centralized credential system in Openclaw Skills.
  • Rapidly distributing product announcements across diverse global social networks with a single terminal command.

How Multi-Platform Social Media Publisher Works

  1. The user provides the content source, either as a direct string or a path to a Markdown file.
  2. The skill identifies the target platforms specified in the command (e.g., all or specific services).
  3. It retrieves the necessary API keys and tokens from the Openclaw Skills configuration or environment variables.
  4. Platform-specific adapters process the content, applying rules for character limits, Markdown stripping, or HTML conversion.
  5. If images are included, the system validates and resizes them to meet the specific requirements of each platform.
  6. The processed content is dispatched via secure API calls, and the skill returns a status report for each platform.

Multi-Platform Social Media Publisher Setup

To integrate this tool with your Openclaw Skills setup, first install the required Python dependencies:

pip3 install requests tweepy Pillow

Then, configure your credentials by adding them to your Openclaw Skills configuration file at ~/.openclaw/openclaw.json:

{
  "skills": {
    "entries": {
      "multi-platform-publisher": {
        "env": {
          "TWITTER_API_KEY": "...",
          "LINKEDIN_ACCESS_TOKEN": "...",
          "WECHAT_APPID": "...",
          "XHS_COOKIE": "..."
        }
      }
    }
  }
}

Multi-Platform Social Media Publisher Data Schema & Taxonomy

The Multi-Platform Social Media Publisher manages data through a structured set of adapters and utilities within the Openclaw Skills environment:

Component Functionality
Adapters Platform-specific logic for X, LinkedIn, WeChat, and Xiaohongshu.
Content Manager Handles Markdown-to-HTML conversion and text splitting logic.
Image Handler Manages validation and optimization of media assets.
Config Loader Prioritizes credentials from environment variables and local JSON files.

Content is automatically adapted based on platform constraints: X/Twitter uses a 280-character thread model, LinkedIn allows up to 3,000 characters in a professional format, and WeChat generates styled HTML drafts.

Multi-Platform Social Media Publisher Advanced Features

  • Automatic thread generation for long-form content on X/Twitter to maximize engagement.
  • Dry-run mode to preview exactly how content will look on each platform without actually publishing.
  • Support for WeChat Official Account draft creation, allowing for final manual review in the WeChat dashboard.
  • Intelligent emoji injection for Xiaohongshu to match the platform's casual and visual aesthetic.
  • Integrated credential validation tool to verify API connectivity across all Openclaw Skills modules.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*