agentsclimarketplace

Readgzh

Skill sweesama/mzu-skills/skills/readgzh

微信公众号文章 AI 阅读器,99.89% 穿透率,节省 50-87% TokenFrom its SKILL.md

Install
npx -y skills add sweesama/mzu-skills --skill readgzh

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.4 KB, 855 tokens by cl100k_base, as published. Nobody here has run it

ReadGZH — 微信公众号文章 AI 阅读器

ReadGZH 是一款专为 AI 智能体设计的微信公众号内容解析工具。它通过服务端代理绕过微信的反爬虫机制,将复杂的公众号 HTML 转换为纯净、结构化的 Markdown 内容,大幅节省 Token 消耗。

核心特性

  • 99.89% 穿透率:自研 7 阶段提取管线,完美绕过客户端指纹检测与反爬拦截
  • 50-87% Token 节省:自动剥离内联样式、冗余标签及广告干扰,输出极简 Markdown
  • CDN 永久代理:将图片路由至持久化 CDN,解决微信图片 2 小时过期的硬伤
  • 全球共享缓存:转换过的文章永久入库,后续任何用户或 Agent 读取均完全免费
  • 零安装依赖:纯云端 API 模式,无需本地微信客户端或浏览器环境
  • 原生支持 MCP:内置 Model Context Protocol,支持 AI Agent 协议化直接调用

如何使用

直接对你的 AI 助手下令:

"帮我读一下这篇文章:[微信公众号链接]"

MCP 调用格式

POST https://api.readgzh.site/mcp-server
Authorization: Bearer <API_KEY>
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "readgzh.read",
    "arguments": { "url": "https://mp.weixin.qq.com/s/xxxx" }
  }
}

API 端点

方式端点说明
MCP(推荐)POST https://api.readgzh.site/mcp-serverJSON-RPC 2.0,返回完整 Markdown
OpenAPI RESTGET https://api.readgzh.site/rd?url=...&format=text缓存文章可用,新文章返回 HTML

可用 MCP Tools

  • readgzh.read — 读取微信文章(URL)
  • readgzh.get — 读取缓存文章(slug)
  • readgzh.search — 搜索缓存文章
  • readgzh.list — 列出最近缓存文章

Credits 说明

  • 简单文章(< 5 图):1 credit
  • 复杂文章(≥ 5 图):2 credits
  • 缓存文章读取:免费
  • 免费额度:50 credits/天

开发者信息

What ships with it: 1 file

665 B alongside SKILL.md

Keep looking

Skills are one crate of 326,367. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.