← 返回 Skills 市场
518
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install web-reader
功能描述
智能网页阅读器 - 抓取文章/下载视频并归档,支持分析、摘要、衍生。Triggers: '下载这篇文章', '抓取文章', '保存文章', 'fetch URL', '分析这篇文章', '摘要', '总结文章', '下载视频', '抓取微信文章', '抓取飞书文档', '把这个链接保存下来', '下载B站视频',...
安全使用建议
This skill appears to do what it claims: fetch articles/videos, convert to markdown, download images, and archive to disk. Before installing/use: 1) Note it will write files under the output/archive directory you provide (and reads ~/.claude/web-reader.json if present); choose a safe test directory first. 2) To fetch some protected content (Feishu, private Bilibili), the skill may use your browser cookies or run a headless browser that includes credentials — only proceed if you trust the environment and understand this will access those cookies. 3) Dependencies (scrapling, camoufox, yt-dlp, html2text) are installed/used at runtime — review and install them from official sources. 4) If you will archive sensitive documents, inspect fetcher.py and lib/* yourself (they are included) to confirm behavior. If you want extra assurance, run the CLI manually on a non-sensitive URL and review the created files before enabling any automated or autonomous usage.
功能分析
Type: OpenClaw Skill
Name: web-reader
Version: 0.2.0
The 'web-reader' skill bundle is a functional tool designed to scrape articles and download videos from platforms like WeChat, Feishu, and Bilibili. It employs a multi-tier fetching strategy using legitimate tools such as scrapling, camoufox, and yt-dlp, and includes specific logic for handling complex web behaviors like virtual scrolling (lib/feishu.py) and image localization (lib/article.py). While the skill requires broad permissions to execute shell commands and access the network, its behavior is transparently documented and strictly aligned with its stated purpose, with no evidence of malicious intent, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
Name/description (web/article/video fetcher + archive/summary) matches the code and runtime instructions. Declared behavior (scrapling/camoufox/yt-dlp, markdown conversion, image localization, feishu virtual scroll) is implemented in the included modules.
Instruction Scope
SKILL.md and code direct the agent to read a skill-specific config at ~/.claude/web-reader.json, run local CLI tools (scrapling, yt-dlp, camoufox), and write archived markdown + images to the filesystem — all consistent with the stated purpose. Note: the skill will use browser fetch with credentials for Feishu images (page.evaluate(... fetch(..., {credentials:'include'}))), which legitimately enables downloading authenticated content but can access cookies in the browser context if used.
Install Mechanism
No install spec is included (instruction-only install). The package relies on common third‑party Python packages and external CLIs; the code checks dependencies and prints pip install hints. No remote download/execute URLs or opaque installers found in the repo.
Credentials
The skill requests no environment variables or primary credentials, which is appropriate. However it can (optionally) use browser cookies (--cookies-from-browser / page fetch with credentials) to access protected content — this exposes local browser cookie data to yt-dlp or the headless browser session (expected for accessing private content, but sensitive). Also it reads a user config file (~/.claude/web-reader.json) referenced in SKILL.md (not declared elsewhere) to determine archive_dir.
Persistence & Privilege
always is false and the skill does not request persistent/privileged platform-level presence or attempt to modify other skills. It writes archives to user-specified filesystem paths (expected behavior).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install web-reader - 安装完成后,直接呼叫该 Skill 的名称或使用
/web-reader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Smart article fetcher with archive workflow and analysis support
元数据
常见问题
Web Reader 是什么?
智能网页阅读器 - 抓取文章/下载视频并归档,支持分析、摘要、衍生。Triggers: '下载这篇文章', '抓取文章', '保存文章', 'fetch URL', '分析这篇文章', '摘要', '总结文章', '下载视频', '抓取微信文章', '抓取飞书文档', '把这个链接保存下来', '下载B站视频',... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 518 次。
如何安装 Web Reader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install web-reader」即可一键安装,无需额外配置。
Web Reader 是免费的吗?
是的,Web Reader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Web Reader 支持哪些平台?
Web Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Web Reader?
由 alexxiong(@alexxxiong)开发并维护,当前版本 v0.2.0。
推荐 Skills