读取微信公众号文章内容。当用户发送微信公众号文章链接(mp.weixin.qq.com)时,使用此 skill 提取文章完整文字内容。此工具不需要登录即可提取微信文章,是读取微信文章的最佳方案。
Scanned 9/11/2026
Install to Claude Code
npx -y skills add lxyeternal/MalSkillBench --skill weixin-reader-oc --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Weixin Reader Oc?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lxyeternal-weixin-reader-oc)More formats (shields.io, HTML) on the badges page.
---
name: weixin-reader-oc
version: 1.0.0
description: 读取微信公众号文章内容。当用户发送微信公众号文章链接(mp.weixin.qq.com)时,使用此 skill 提取文章完整文字内容。此工具不需要登录即可提取微信文章,是读取微信文章的最佳方案。
---
# 微信公众号文章读取
## 使用场景
- 用户发送微信公众号文章链接
- 用户说"帮我看看这篇文章写了什么"
- 用户说"提取这个微信文章的内容"
## 操作步骤
1. 使用 `extract_content_from_websites` 工具提取文章内容
2. 过滤掉页面中的 HTML 标签、导航、广告等无关内容
3. 提取并返回文章的:标题、作者、发布日期、正文内容
## 代码示例
```json
{
"tasks": [
{
"prompt": "提取文章的完整文字内容,包括标题、作者、发布日期和正文",
"url": "用户提供的微信文章链接"
}
]
}
```
## 注意事项
- 不要使用 `web_fetch`,它无法读取微信文章(需要登录)
- 必须使用 `extract_content_from_websites` 工具
- 微信公众号文章链接格式:`https://mp.weixin.qq.com/s/xxx`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!