ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified browser automation Safety 4/5

web-reader

智能网页阅读器 - 抓取文章/下载视频并归档,支持分析、摘要、衍生。Triggers: '下载这篇文章', '抓取文章', '保存文章', 'fetch URL', '分析这篇文章', '摘要', '总结文章', '下载视频', '抓取微信文章', '抓取飞书文档', '把这个链接保存下来', '下载B站视频', 'download article', 'analyze article', 'summarize'.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/alexxxiong/web-reader
Or

What This Skill Does

The web-reader skill acts as a comprehensive, intelligent agent for capturing, archiving, and analyzing digital content. It serves as your personal research assistant, capable of transforming chaotic online information into a structured, localized knowledge base. Whether you need to save WeChat articles, download technical documentation from Feishu, or grab video content from platforms like Bilibili and YouTube, this skill automates the entire lifecycle: extraction, cleanup, categorization, and analytical processing.

Installation

To integrate web-reader into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/alexxxiong/web-reader Ensure you have Python 3 installed, as well as the necessary dependencies: scrapling, yt-dlp, camoufox, and html2text. You may configure your local archive path and predefined categories in ~/.claude/web-reader.json to customize the file management flow.

Use Cases

  • Knowledge Management: Automatically archive deep-dive research papers and technical blog posts into organized folders based on your custom taxonomy.
  • Content Processing: Quickly extract the core methodology or code snippets from long-form tutorials without manually parsing text.
  • Offline Media Consumption: Download video content from social platforms for offline viewing or AI-assisted content analysis.
  • Efficiency Workflow: Speed up the process of summarizing industry news by using the built-in 'summarize' or 'analyze' commands directly on your local Markdown copies.

Example Prompts

  1. "把这篇关于AI Agent技术的文章保存到开发技术目录下,然后给我一个摘要。"
  2. "下载这个B站视频链接,并保存到AI工具与技术分类中。"
  3. "分析这篇文章,提取出其中提到的关键工具和架构建议。"

Tips & Limitations

  • JavaScript Handling: The skill uses a smart fallback mechanism (scrapling -> camoufox). If a page fails to load, the agent automatically retries with a more robust browser simulation.
  • WeChat Integration: Special handling is included for data-src image extraction; ensure your archive directory has write permissions.
  • Privacy: Be mindful of your archive location, especially when using synced cloud folders (like Keybase or iCloud). Always verify local storage availability before batch-downloading media content.

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-alexxxiong-web-reader": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#web-scraping#automation#knowledge-management#research-assistant#archiving
Safety Score: 4/5

Flags: network-access, file-write, file-read, code-execution