yux-publish

Automate content distribution across WeChat, Zhihu, and Xiaohongshu platforms.

1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/wuyuxiangX/yux-claude-hub --skill yux-publish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yux-publish
Source: https://github.com/wuyuxiangX/yux-claude-hub/tree/main/plugins/yux-publish/skills/yux-publish
Command: npx skills add https://github.com/wuyuxiangX/yux-claude-hub --skill yux-publish

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wechat_api, zhihu_api, xiaohongshu_api, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the problem of publishing content across multiple platforms, streamlining the process and reducing the need for manual publishing across each platform.

Core Features & Use Cases

  • Multi-platform Publishing: Publish to WeChat, Zhihu, Xiaohongshu, or all platforms at once.
  • Automatic Content Detection: Identifies content types like PDF, text, and HTML automatically.
  • Platform-Specific Workflow: Each platform has a dedicated skill that manages publishing logic.
  • Use Case: Suppose you have a document you want to distribute. Using this skill, you can automatically post it to your WeChat Official Account, Zhihu column, and Xiaohongshu.

Quick Start

To publish content across WeChat, Zhihu, and Xiaohongshu, use the command 'yux-publish' followed by your content file.

Frequently Asked Questions about yux-publish

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

FAQPage Schema
How do I automate content publishing across WeChat, Zhihu, and Xiaohongshu?

Automating content publishing across WeChat, Zhihu, and Xiaohongshu requires a workflow automation skill that detects file input types and manages distribution using dedicated platform APIs. This approach eliminates manual posting by handling file detection and platform selection automatically.

What file formats are supported for multi-platform document distribution?

For multi-platform document distribution, the supported file formats include PDF, text, and HTML. The workflow automatically identifies the content type from the input file before routing it to the designated social media publishing APIs.

Do I need API access to publish to WeChat, Zhihu, and Xiaohongshu simultaneously?

Yes, publishing to WeChat, Zhihu, and Xiaohongshu simultaneously requires proper configuration of WeChat, Zhihu, and Xiaohongshu publishing API access. The automation workflow relies on these dedicated platform skills to execute the document distribution commands.

Can I select specific platforms for content distribution instead of posting to all at once?

Yes, you can select specific platforms for content distribution instead of posting to all at once. The workflow selects platforms based on user input, allowing targeted publishing to WeChat, Zhihu, or Xiaohongshu individually or simultaneously.

What is the best way to distribute articles to social media accounts from a single document?

Distributing articles to social media accounts from a single document is best handled by a multi-platform content publishing skill. It ingests one file, detects the content type, and manages the publishing workflow to WeChat, Zhihu, and Xiaohongshu automatically.

Why does my multi-platform publishing workflow fail to detect HTML content correctly?

Multi-platform publishing workflows may fail to detect HTML content correctly if the file input format is malformed or unrecognized. The automatic content detection mechanism specifically identifies PDF, text, and HTML before initiating the platform-specific publishing logic.