← 返回 Skills 市场
Obsidian Clip
作者
abstract-sum
· GitHub ↗
· v0.1.2
490
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install obsidian-clip
功能描述
Create and manage Obsidian “Clip” notes (web/article/page clips). Use when the user says “clip/剪藏/收藏/保存这个链接”, wants a readable summary of a URL, and wants it...
安全使用建议
This skill appears safe and does what it says: it summarizes URLs and writes a note to a local Obsidian vault using the included script. Before enabling or using it, check these practical points: (1) confirm the vault path (OBSIDIAN_VAULT) so notes are saved where you expect; (2) be aware that the agent may fetch pages or open a browser to access content — do not use it to fetch pages that require you to expose credentials to an untrusted/hosted agent; (3) review the bundled script if you have strict filesystem or filename policies (it does basic sanitization but will create files under the vault); (4) if you run the agent on a remote server, ensure you are comfortable with the vault location and any web requests performed. If those are acceptable, the skill's design and permissions are proportionate to its purpose.
功能分析
Type: OpenClaw Skill
Name: obsidian-clip
Version: 0.1.2
The `scripts/clip_save.sh` script is vulnerable to shell injection and path traversal. The `OBSIDIAN_VAULT` environment variable, which determines the base directory for saving notes, is used directly in a `mkdir -p` command without sanitization. If an attacker can control this environment variable (e.g., via prompt injection against the agent or a compromised environment), they could inject arbitrary shell commands, leading to Remote Code Execution (RCE), or write files to arbitrary locations on the filesystem. This is a critical vulnerability, not intentional malice.
能力评估
Purpose & Capability
The name/description (create/save Obsidian clips) matches the actual behavior: SKILL.md describes fetching & summarizing pages and the repo includes a script that writes markdown files into an Obsidian vault. There are no unexpected credentials, cloud APIs, or unrelated binaries requested.
Instruction Scope
Runtime instructions tell the agent to fetch pages (prefer lightweight extraction; use a real browser when needed) and to ask the user to log in if blocked by paywalls. This is coherent for a clipping tool, but it means the agent may perform web requests and use browser capabilities or ask the user to provide access to gated content — expected but worth noting for privacy.
Install Mechanism
No install spec; the skill is instruction-only with a single included Bash script. Nothing is downloaded or written to system locations beyond the user's Obsidian vault path.
Credentials
No required environment variables or secrets. Two optional environment variables (OBSIDIAN_VAULT and OBSIDIAN_CLIP_LANG) are reasonable and documented. The script also respects LANG/LC_ALL for language detection — appropriate for multilingual output.
Persistence & Privilege
always:false and the skill only writes to the user-configurable Obsidian vault (defaults to a path under $HOME). It does not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install obsidian-clip - 安装完成后,直接呼叫该 Skill 的名称或使用
/obsidian-clip触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Localize all note headings by language (including Created/创建时间 and Clip/剪藏 section title).
v0.1.1
Add bilingual (zh/en) note output with auto-detect + OBSIDIAN_CLIP_LANG override. Keeps the same Clip/YYYY-MM/ layout and macOS bash 3.2 compatibility.
v0.1.0
Create structured Clip notes in an Obsidian vault from any URL: 1-line theme, 5–10 bullet takeaways, 1–3 action ideas, and optional limits (paywall/license). Saves to Clip/YYYY-MM/ and appends updates; includes a bash script that works on macOS bash 3.2+.
元数据
常见问题
Obsidian Clip 是什么?
Create and manage Obsidian “Clip” notes (web/article/page clips). Use when the user says “clip/剪藏/收藏/保存这个链接”, wants a readable summary of a URL, and wants it... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 490 次。
如何安装 Obsidian Clip?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install obsidian-clip」即可一键安装,无需额外配置。
Obsidian Clip 是免费的吗?
是的,Obsidian Clip 完全免费(开源免费),可自由下载、安装和使用。
Obsidian Clip 支持哪些平台?
Obsidian Clip 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Obsidian Clip?
由 abstract-sum(@abstract-sum)开发并维护,当前版本 v0.1.2。
推荐 Skills