Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bighardperson avatar

Weixin Reader Plus

  • 8 installs
  • 33 repo stars
  • Updated April 26, 2026
  • bighardperson/computer-science-skills-collection

Weixin Reader Plus is a Claude skill that reads a WeChat public-account article from its link and extracts the title, account name, and body text.

About

Weixin Reader Plus reads the content of a WeChat public-account article from its mp.weixin.qq.com link. A bundled Python script fetches the page using a mobile User-Agent to mimic the WeChat in-app browser and follows redirects. It outputs the article title, public-account name, and body text. A developer uses it to pull a WeChat article's text into the agent for reading or further processing.

  • Reads WeChat public-account article content from an mp.weixin.qq.com link
  • Uses a mobile User-Agent to mimic the WeChat in-app browser and follows redirects
  • Outputs title, account name, and body text via a bundled Python script

Weixin Reader Plus by the numbers

  • 8 all-time installs (skills.sh)
  • Ranked #1,522 of 2,719 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 30, 2026 (Skillselion catalog sync)
At a glance

weixin-reader-plus capabilities & compatibility

Free; needs only Python with httpx and beautifulsoup4, no API key.

Capabilities
content extraction · web scraping
Use cases
web scraping · research
Pricing
Free
From the docs

What weixin-reader-plus says it does

读取微信公众号文章内容。
SKILL.md
使用移动端 User-Agent 模拟微信内置浏览器访问
SKILL.md
部分文章可能需要验证码,无法直接读取
SKILL.md
npx skills add https://github.com/bighardperson/computer-science-skills-collection --skill weixin-reader-plus

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs8
repo stars33
Last updatedApril 26, 2026
Repositorybighardperson/computer-science-skills-collection

What it does

Read a WeChat public-account article from its link and extract title, account name, and body text.

Who is it for?

Reading a single WeChat public-account article's text from its URL

Skip if: Articles that require a captcha, which it cannot read directly

When should I use this skill?

The user sends an mp.weixin.qq.com link and asks to read the article content

What you get

The article's title, account name, and body text as plain output

  • article title
  • public-account name
  • article body text

By the numbers

  • 3 output fields (title, account, body)
  • 2 Python dependencies

Files

SKILL.mdMarkdownGitHub ↗

weixin_reader

读取微信公众号文章内容。

触发条件

当用户提供微信公众号文章链接(mp.weixin.qq.com)并要求阅读、读取、查看文章内容时使用此 skill。

触发关键词:

  • "读这篇微信文章"
  • "看一下这个公众号文章"
  • "帮我读取微信文章"
  • 用户发送 mp.weixin.qq.com 链接

使用方法

python3 ~/.claude/skills/weixin_reader/weixin_reader.py "<微信文章URL>"

示例

python3 ~/.claude/skills/weixin_reader/weixin_reader.py "https://mp.weixin.qq.com/s?__biz=xxx&mid=xxx"

输出格式

标题: 文章标题
公众号: 公众号名称

--- 正文内容 ---

文章正文内容...

依赖

  • httpx
  • beautifulsoup4

如未安装,运行:

pip install httpx beautifulsoup4

注意事项

1. 部分文章可能需要验证码,无法直接读取 2. 使用移动端 User-Agent 模拟微信内置浏览器访问 3. 支持自动跟随重定向

Related skills

FAQ

What triggers Weixin Reader Plus?

It is used when the user provides a WeChat public-account article link (mp.weixin.qq.com) and asks to read, fetch, or view the article content, including phrases like 'read this WeChat article'.

Are there limits?

Some articles require a captcha and cannot be read directly. It uses a mobile User-Agent to mimic the WeChat in-app browser and supports automatic redirect following.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.