weixin-reader-oc

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "weixin-reader-oc" with this command: npx skills add supengchao/weixin-reader-oc

微信公众号文章读取

使用场景

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

操作步骤

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

代码示例

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

注意事项

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Zoom

Zoom API integration with managed OAuth. Manage meetings, webinars, recordings, and user profiles. Use this skill when users want to schedule meetings, manag...

Registry SourceRecently Updated
General

Kleinanzeigen.de Helper

Erstelle und verwalte Verkaufsanzeigen speziell auf kleinanzeigen.de. Verwende diesen Skill wenn der Human sagt, er will etwas auf kleinanzeigen.de verkaufen...

Registry SourceRecently Updated
General

Poku

Sends and receives phone calls and messages (like SMS, WhatsApp, Slack), and reserves dedicated phone numbers using the Poku API. Example use cases: calling...

Registry SourceRecently Updated
General

IMAP/SMTP Email - Maddy Fix

Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Sup...

Registry SourceRecently Updated