← 返回 Skills 市场
liz-npa

Obsidian Save Article

作者 liz-npa · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
482
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install obsidian-save-article
功能描述
将网页文章保存到本地 Obsidian Vault,支持图片抓取、Markdown 转换、YAML frontmatter 和用户笔记附加。
安全使用建议
This skill is coherent with its stated goal, but take these precautions before installing: (1) Review the included Python scripts (they are bundled and will be executed locally) and only use if you trust the source. (2) When configuring the vault path, point it to a folder you control (don’t accidentally point to system folders or other apps’ data). (3) The skill will fetch arbitrary web pages and download images — avoid using it on pages containing highly sensitive personal data unless you understand how the browser tool and scripts capture content. (4) Because exec/read/write are allowed, run this skill in a normal user account (not as root) and consider sandboxing if you are uncertain. (5) No secrets or unrelated credentials are requested by the skill; if a future version asks for API keys or cloud credentials, treat that as a red flag.
功能分析
Type: OpenClaw Skill Name: obsidian-save-article Version: 1.1.0 The skill requires high-privilege permissions (exec, Write, network) to save articles to an Obsidian Vault. A potential shell injection vulnerability exists in SKILL.md where the agent is instructed to pass user-provided URLs and paths directly to a Python script via shell command execution. Additionally, the skill maintains persistence by storing configuration data in the user's home directory (~/.obsidian-save-article-config.json) and performs arbitrary network requests to external services like r.jina.ai and various image hosts in scripts/download_images.py.
能力评估
Purpose & Capability
The name/description (save webpage to Obsidian, fetch images, convert to Markdown) matches the included scripts and SKILL.md. The skill only asks to read/write local Vault paths, fetch pages (Jina.ai or direct HTTP) and download images — all are consistent with saving articles locally.
Instruction Scope
Instructions read/write a config at ~/.obsidian-save-article-config.json, open arbitrary URLs via Jina.ai or a browser tool, and run the included Python download_images.py to fetch and save images. This is in-scope, but it means the agent will fetch arbitrary web pages (including pages behind logins if browser is used) and will write files to user-specified filesystem locations. The allowed-tools list includes exec which is used to run the Python scripts — expected but worth noting.
Install Mechanism
No install spec or external downloads; the skill is instruction-only but bundles two Python scripts which are executed locally. Nothing is pulled from third-party release URLs or installed into system paths.
Credentials
The skill requests no environment variables or external credentials. It does write a config file to the user's home (~/.obsidian-save-article-config.json) and will create directories under the user-provided vault path. Users should be aware they are granting the skill permission to write files anywhere they point the vault path (including potentially sensitive folders if mis-specified).
Persistence & Privilege
always:false and standard model invocation; the skill stores only its own configuration file and creates a vault subdirectory for images. It does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install obsidian-save-article
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /obsidian-save-article 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
添加浏览器备用方案:当Jina.ai失败时自动使用browser工具抓取
v1.0.0
首次发布:保存网页文章到 Obsidian Vault
元数据
Slug obsidian-save-article
版本 1.1.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 2
常见问题

Obsidian Save Article 是什么?

将网页文章保存到本地 Obsidian Vault,支持图片抓取、Markdown 转换、YAML frontmatter 和用户笔记附加。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 482 次。

如何安装 Obsidian Save Article?

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

Obsidian Save Article 是免费的吗?

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

Obsidian Save Article 支持哪些平台?

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

谁开发了 Obsidian Save Article?

由 liz-npa(@liz-npa)开发并维护,当前版本 v1.1.0。

💬 留言讨论