🧪 Skills

Weixin Reader

读取微信公众号文章内容。当用户发送微信公众号文章链接(mp.weixin.qq.com)时,使用此 skill 提取文章完整文字内容。此工具不需要登录即可提取微信文

v1.1.0
❤️ 1
⬇️ 233
👁 1
Share

Description


name: weixin-reader-oc version: 1.0.0 description: 读取微信公众号文章内容。当用户发送微信公众号文章链接(mp.weixin.qq.com)时,使用此 skill 提取文章完整文字内容。此工具不需要登录即可提取微信文章,是读取微信文章的最佳方案。

微信公众号文章读取

使用场景

  • 用户发送微信公众号文章链接
  • 用户说"帮我看看这篇文章写了什么"
  • 用户说"提取这个微信文章的内容"

操作步骤

  1. 使用 extract_content_from_websites 工具提取文章内容
  2. 过滤掉页面中的 HTML 标签、导航、广告等无关内容
  3. 提取并返回文章的:标题、作者、发布日期、正文内容

代码示例

{
  "tasks": [
    {
      "prompt": "提取文章的完整文字内容,包括标题、作者、发布日期和正文",
      "url": "用户提供的微信文章链接"
    }
  ]
}

注意事项

  • 不要使用 web_fetch,它无法读取微信文章(需要登录)
  • 必须使用 extract_content_from_websites 工具
  • 微信公众号文章链接格式:https://mp.weixin.qq.com/s/xxx

Reviews (0)

Sign in to write a review.

No reviews yet. Be the first to review!

Comments (0)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs