wechat-article-browseruse

Fetch WeChat articles via BrowserUse cloud browser and extract Markdown or JSON.

225|37|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/dracohu2025-cloud/draco-skills-collection --skill wechat-article-browseruse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-article-browseruse
Source: https://github.com/dracohu2025-cloud/draco-skills-collection/tree/main/wechat-article-browseruse
Command: npx skills add https://github.com/dracohu2025-cloud/draco-skills-collection --skill wechat-article-browseruse

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires browser-use-sdk, playwright, beautifulsoup4, markdownify, pytest, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

The skill provides a reliable path to fetch WeChat public account articles using a cloud browser, eliminating the on-device limitations and fragile scraping methods, and enabling seamless downstream publishing.

Core Features & Use Cases

  • Fetch a WeChat article via BrowserUse cloud browser and extract clean Markdown/JSON with images when requested.
  • Publish extracted content directly to Feishu native documents, including previews and validation.
  • Use cases include archiving WeChat posts, content repurposing for docs, newsletters, and knowledge bases.

Quick Start

Run the fetch entry point to retrieve Markdown or JSON content for a WeChat article.

Frequently Asked Questions about wechat-article-browseruse

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

FAQPage Schema
How do I fetch WeChat articles and convert them to Markdown?

You can fetch WeChat articles and convert them to Markdown by using a cloud browser to extract structured content from mp.weixin.qq.com, outputting clean Markdown or JSON files with images included.

Can I publish extracted WeChat article content directly to Feishu?

Yes, you can publish extracted WeChat article content directly to Feishu native documents in a single workflow, including document previews and content validation during the publishing process.

Do I need a BrowserUse API key to scrape WeChat public account posts?

Yes, you need a BrowserUse API key to scrape WeChat public account posts, along with Python 3.10+ and specified dependencies like playwright and beautifulsoup4 to run the cloud browser extraction.

What is the best way to archive WeChat posts without fragile on-device scraping?

The best way to archive WeChat posts without fragile on-device scraping is using a remote cloud browser, which eliminates local limitations and ensures reliable extraction of structured content for knowledge bases.

What are the limitations of using a cloud browser for WeChat article extraction?

A limitation of using a cloud browser for WeChat article extraction is that it requires valid mp.weixin.qq.com URLs, as the system validates inputs to prevent invalid URLs from processing successfully.

Does the WeChat article fetcher support extracting images alongside text content?

Yes, the WeChat article fetcher supports extracting images alongside text content when requested, providing clean Markdown or JSON output that preserves the original article's visual structure downstream.