← 返回 Skills 市场
chatgptnexus

Web Clipper

作者 chatgptnexus · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
127
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install web-clipper
功能描述
Save any web page as a clean Markdown note with metadata, organized in Obsidian format, using Jina Reader API without browser extensions.
安全使用建议
This skill appears to do what it says: it will fetch remote http(s) pages you ask it to and save Markdown files under a directory in your home (~/.openclaw/obsidian-cache by default). Before installing, consider: (1) review the bundled script (already included) to confirm the save path is acceptable; (2) if you provide a JINA_API_KEY, store it in ~/.openclaw/.env and protect that file's permissions—the script only loads JINA_API_KEY and OPENCLAW_VAULT by design; (3) be aware that invoking the skill causes the agent to make outbound requests to r.jina.ai for each URL you save, so only ask it to fetch URLs you trust; (4) ensure the environment has Python and the 'requests' package; and (5) if you allow autonomous agent actions, remember the agent can execute skills you enable—this skill will fetch and save any URL the agent is instructed to clip, which is expected behavior but worth keeping in mind.
功能分析
Type: OpenClaw Skill Name: web-clipper Version: 1.0.3 The web-clipper skill is well-implemented and performs its stated function of saving web pages to Markdown via the Jina Reader API (r.jina.ai). It includes several proactive security measures, such as strictly filtering environment variables to only allow specific keys (JINA_API_KEY, OPENCLAW_VAULT) and validating that URLs use HTTP/HTTPS schemes to prevent local file access. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (Obsidian Markdown clipping via Jina Reader) match the included script and SKILL.md: the script fetches a URL via Jina, converts to Markdown, and writes a file into a local vault. No unrelated credentials or system-wide services are requested.
Instruction Scope
SKILL.md directs execution of the bundled Python script with a URL and optional flags. The script only fetches remote http(s) URLs, converts content, and writes files into a user-scoped vault path. It does not read arbitrary system files, other skill configs, or send data to unexpected endpoints (it posts to r.jina.ai as documented).
Install Mechanism
This is instruction-only with a small bundled script; there is no install/download of third-party archives. The only runtime dependency is the widely used 'requests' Python package (documented).
Credentials
Registry metadata lists no required env vars, but SKILL.md and the script optionally use JINA_API_KEY and OPENCLAW_VAULT loaded from ~/.openclaw/.env. The script explicitly limits loaded keys to JINA_API_KEY and OPENCLAW_VAULT, which is proportionate, but the registry could explicitly declare the optional JINA_API_KEY for clarity.
Persistence & Privilege
Skill is not marked always:true and does not modify global agent settings. It writes clippings into a user-scoped directory (default ~/.openclaw/obsidian-cache) and only reads a small, documented ~/.openclaw/.env file for two allowed keys.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install web-clipper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /web-clipper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Security: .env loading now restricted to JINA_API_KEY and OPENCLAW_VAULT only — other secrets in .env are never touched
v1.0.2
JINA_API_KEY is now optional — works without a key (free tier). Key only needed for higher rate limits.
v1.0.1
Security fix: removed local file upload, added .env auto-load, URL validation (http/https only)
v1.0.0
Save any web page as Obsidian Markdown clipping via Jina Reader API. Triggered by 'save <URL>' in Claude.
元数据
Slug web-clipper
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Web Clipper 是什么?

Save any web page as a clean Markdown note with metadata, organized in Obsidian format, using Jina Reader API without browser extensions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。

如何安装 Web Clipper?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install web-clipper」即可一键安装,无需额外配置。

Web Clipper 是免费的吗?

是的,Web Clipper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Web Clipper 支持哪些平台?

Web Clipper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Web Clipper?

由 chatgptnexus(@chatgptnexus)开发并维护,当前版本 v1.0.3。

💬 留言讨论