pdf-to-wechat

Convert PDF documents into WeChat articles and publish them to the draft box.

Updated May 31, 2026
One-click install
npx skills add https://github.com/zyd52384/skills-pdf2wechat --skill pdf-to-wechat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf-to-wechat
Source: https://github.com/zyd52384/skills-pdf2wechat/tree/main
Command: npx skills add https://github.com/zyd52384/skills-pdf2wechat --skill pdf-to-wechat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pymupdf, easyocr, requests, pillow, factory.py, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of converting PDF documents into well-formatted WeChat articles, including text extraction, image generation, and direct publishing to the WeChat draft box.

Core Features & Use Cases

  • PDF Text Extraction: Extracts text from PDFs, including images and tables.
  • AI Article Writing: Generates high-quality articles with a professional writing style.
  • Automated Publishing: Directly publishes the articles to the WeChat draft box.
  • Use Case: Convert a research paper into a well-structured WeChat article with images and formatting, and publish it to your WeChat account with a single command.

Quick Start

To convert a PDF to a WeChat article and publish it, use the following command:

python scripts/publish_draft.py path/to/config.json

Frequently Asked Questions about pdf-to-wechat

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

FAQPage Schema
How do I convert a PDF document to a WeChat article automatically?

Converting a PDF to a WeChat article involves extracting text, images, and tables using pymupdf and easyocr, generating an article via AI, and publishing directly to the WeChat draft box through API integration.

What do I need to set up before publishing PDF content to a WeChat draft box?

Publishing to the WeChat draft box requires Python 3.10+, WeChat API access, and the pymupdf, easyocr, requests, pillow, and factory.py libraries installed in your environment.

Can text extraction from PDF handle images and tables for WeChat publishing?

Text extraction from PDF for WeChat publishing handles images and tables by utilizing pymupdf and easyocr to accurately capture visual and structural content before AI article generation.

How does AI writing integrate with PDF text extraction for WeChat?

AI writing integrates with PDF text extraction by taking the extracted text, images, and tables and generating a high-quality, professional article formatted specifically for WeChat publishing.

What is the best way to automate publishing research papers to WeChat?

The best way to automate publishing research papers to WeChat is using a script that extracts PDF content, generates an AI article, and pushes it to the WeChat draft box via API with a single command.

Are there limitations when converting PDFs with complex formatting to WeChat articles?

Limitations when converting PDFs to WeChat articles depend on the extraction capabilities of pymupdf and easyocr for complex formatting, requiring WeChat API access for direct draft box publishing.