weixin_reader

by cnwarden

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

3.7k其他未扫描2026年3月23日

安装

claude skill add --url github.com/openclaw/skills/tree/main/skills/cnwarden/weixin-reader-plus

文档

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

触发条件

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

触发关键词:

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

使用方法

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

示例

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

输出格式

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

--- 正文内容 ---

文章正文内容...

依赖

  • httpx
  • beautifulsoup4

如未安装,运行:

bash
pip install httpx beautifulsoup4

注意事项

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

相关 Skills

claude-api

by anthropic

热门

Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.

其他
安全109.6k

openforge

by bloodandeath

热门

>

其他
未扫描3.7k

DEX聚合器

by BytesAgain

热门

Aggregate DEX prices and DeFi protocol data using DeFiLlama API. Use when comparing token prices. Requires curl.

其他
未扫描3.7k

评论