A powerful automation tool for Openclaw Skills that publishes and adapts content across X, LinkedIn, WeChat, and Xiaohongshu with a single command.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install multi-platform-publisher
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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": "..."
}
}
}
}
}
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.
Loading
The GitHub Copilot CLI Operator is a specialized integration for Openclaw Skills that allows AI agents to perform advanced coding, debugging, and refactoring tasks directly through the Copilot CLI.

A specialized browser automation skill designed to automatically publish pins and developer updates to the Juejin (juejin.cn) community.

A meta-skill designed to automatically convert books and documents into structured, reusable AI agent skills.

A sophisticated automation tool that extracts knowledge from books to generate specialized, task-oriented AI agents.

A powerful browser automation skill for interacting with DeepSeek chat without needing API keys or LLM credits.

An AI agent skill powered by the Maestro SDK that operates Solana policy-controlled vaults for secure, automated asset management.








































