微信文章阅读器

weixin_reader

by cnwarden

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

4.5k其他未扫描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, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.

其他
安全163.8k

并行代理

by axelhu

热门

Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw

其他
未扫描4.5k

高光制作器

by bwbernardweston18

热门

>

其他
未扫描4.5k

评论