← Back to Skills Marketplace
freedompixels

网页剪藏工具

by freedompixels · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ✓ Security Clean
101
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install cn-web-clipper
Description
网页剪藏工具。发送网页链接,提取正文内容保存为本地Markdown文件。
README (SKILL.md)

网页剪藏

发送网页链接,提取正文保存为Markdown。

功能

  • 网页正文提取
  • 本地Markdown保存
  • 标题/作者/日期识别
  • 批量URL处理

用法

python3 scripts/clip_webpage.py \x3CURL>
python3 scripts/clip_webpage.py \x3CURL> --dir \x3C保存目录>

依赖

  • Python 3.7+
  • requests, beautifulsoup4
Usage Guidance
总体上该技能内部一致性良好且行为与描述相符,但在安装/使用前请注意: - 依赖:脚本需要 readability(未在 SKILL.md 中列出),请确保安装 requests、beautifulsoup4 和 readability(pip install readability-lxml 或相应包名)。 - 环境变量:脚本会读取 CLIPPER_OUTPUT_DIR(决定默认保存目录);若使用飞书输出,需要设置 FEISHU_APP_ID 和 FEISHU_APP_SECRET。SKILL.md 未列出这些,应在使用前配置并保管好凭据。 - 文件写入:默认会在 ~/Documents/WebClips(或 CLIPPER_OUTPUT_DIR)创建文件。若不希望写入默认位置,请显式传 --dir 或设置 CLIPPER_OUTPUT_DIR 到受控目录。 - 网络行为:脚本会向任意提供的 URL 发起请求并下载页面内容(以及可选地调用第三方 API 如飞书)。仅在信任或需剪藏的网址上运行,并在受限网络或沙箱环境中测试新技能。 - 建议:若你关心权限或凭据泄露,先在隔离环境中运行并手动审阅脚本(已包含在发行包中);让作者或发布方在 README/SKILL.md 中补充缺失的依赖和环境变量说明。
Capability Analysis
Type: OpenClaw Skill Name: cn-web-clipper Version: 1.1.1 The cn-web-clipper skill is a legitimate utility for extracting webpage content and saving it as Markdown or to cloud platforms. The core script, scripts/clip_webpage.py, uses standard libraries like requests and BeautifulSoup to fetch and parse content, and it handles API credentials for Feishu via environment variables. There is no evidence of data exfiltration, malicious execution, or prompt injection; the code's behavior is entirely consistent with its stated purpose.
Capability Assessment
Purpose & Capability
名为“网页剪藏工具”,描述与脚本行为一致:下载指定 URL、提取正文并保存为本地 Markdown;脚本还包含对飞书(Feishu)和 Notion 的可选支持,这与“保存为本地/云端”目的相符。但 SKILL.md 列出的依赖仅包含 requests 和 beautifulsoup4,脚本还导入了 readability(必须安装)以及可选的 feishu_api / notion_client,未在文档中声明,属于文档不完全而非功能不符。
Instruction Scope
SKILL.md 指示用 python3 scripts/clip_webpage.py <URL> 使用非常聚焦。脚本只对提供的 URL 发起 HTTP 请求并将解析文本写入本地文件(或尝试调用飞书 API);没有读取用户的任意系统文件或外发到未声明的第三方。注意:SKILL.md 未说明脚本会读取 CLIPPER_OUTPUT_DIR 环境变量作为默认保存目录,也未提及可选的 FEISHU_APP_ID/FEISHU_APP_SECRET 环境变量及其行为。
Install Mechanism
没有 install 规范(instruction-only + 一个本地脚本),因此不会自动下载或执行远程二进制。风险较低;要注意的是运行脚本会执行网络请求并在本地写入文件。
Credentials
技能注册信息未声明任何必需环境变量,但脚本会读取 CLIPPER_OUTPUT_DIR(用于默认保存路径)以及在启用飞书功能时需要 FEISHU_APP_ID 和 FEISHU_APP_SECRET。这些环境变量对功能是合理且有必要的,但它们没有在 SKILL.md/元数据中列出——这是不一致,应在安装/使用说明中补充。
Persistence & Privilege
没有要求永久驻留(always: false),也不修改其他技能或系统配置。脚本仅在被用户运行时执行其功能。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cn-web-clipper
  3. After installation, invoke the skill by name or use /cn-web-clipper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
- 简化描述和功能列表,使说明更加精炼。 - 移除了readability算法和自动摘要的提及。 - 精简元数据,仅保留必要信息。 - 用法示例和依赖部分调整为更简明格式。
v1.1.0
v1.1.0: fix SKILL.md description format to proper double-quote string
v1.0.0
Initial release of cn-web-clipper. - Adds webpage clipping assistant for extracting and saving main content from URLs. - Supports saving to Feishu Docs, Notion pages, or local Markdown files. - Enables batch processing, auto-tagging, and image localization. - Recognizes author and publication date from articles. - Useful for archiving articles, research, and offline backups.
Metadata
Slug cn-web-clipper
Version 1.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 网页剪藏工具?

网页剪藏工具。发送网页链接,提取正文内容保存为本地Markdown文件。 It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.

How do I install 网页剪藏工具?

Run "/install cn-web-clipper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 网页剪藏工具 free?

Yes, 网页剪藏工具 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 网页剪藏工具 support?

网页剪藏工具 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 网页剪藏工具?

It is built and maintained by freedompixels (@freedompixels); the current version is v1.1.1.

💬 Comments