返回顶部
w

wechat-article

抓取微信公众号文章,提取标题和内容并输出为 Markdown 格式。支持多种提取方式。

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
1,881
下载量
5
收藏
概述
安装方式
版本历史

wechat-article

# 微信公众号文章抓取 通过公众号链接获取文章的标题和内容,输出为 Markdown 格式。 ## Usage ```bash python3 skills/wechat-article/scripts/wechat_article.py '<公众号文章链接>' ``` ## 输出示例 ```markdown # 文章标题 **发布时间**: 2026-03-04 **公众号**: 某某公众号 --- 文章正文内容... ``` ## 提取策略 按顺序尝试以下方式: 1. **r.jina.ai** - 第三方内容提取服务(推荐) 2. **web_fetch** - 直接抓取(可能被拦截) 3. **agent-browser** - 浏览器自动化(需要处理验证码) ## 注意事项 - 微信公众号有反爬虫机制,部分文章可能无法获取 - 需要验证码的文章无法自动处理 - 建议优先使用 r.jina.ai 方式 ## 示例 ```bash # 基本使用 python3 skills/wechat-article/scripts/wechat_article.py "https://mp.weixin.qq.com/s/xxx" # 输出到文件 python3 skills/wechat-article/scripts/wechat_article.py "https://mp.weixin.qq.com/s/xxx" > article.md ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 wechat-article-1776271751 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 wechat-article-1776271751 技能

通过命令行安装

skillhub install wechat-article-1776271751

下载 Zip 包

⬇ 下载 wechat-article v1.0.0

文件大小: 3.83 KB | 发布时间: 2026-4-16 18:01

v1.0.0 最新 2026-4-16 18:01
Initial release: fetch and extract WeChat article titles and content as Markdown.

- Supports input via public WeChat article links.
- Tries multiple extraction methods: r.jina.ai, direct fetch, and browser automation.
- Outputs clean Markdown with title, publication date, official account, and body.
- Provides usage instructions and sample output.
- Notes limitations with anti-crawling and captchas on some articles.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部