← 返回 Skills 市场
tracky2009

Obsidian Knowledge Pipeline

作者 tracky2009 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
67
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install obsidian-knowledge-pipeline
功能描述
将URL文章自动抓取、分类、配图、编译入库Obsidian知识库的7步流水线技能,供Agent复用。
安全使用建议
This skill appears to do what it says: it will fetch web articles and write raw files, generated images, a persistent mapping file, compiled wiki nodes, and backlink edits inside the specified Obsidian Vault. Before installing or running: 1) Back up your Vault (the skill will modify many .md files and append a mapping file). 2) Review or sandbox the Vault (use a disposable test vault) to confirm behavior. 3) Only supply DASHSCOPE_API_KEY if you trust the image provider and accept outbound image-generation network calls; prompts and source URLs are stored locally in plain text. 4) Note the skill expects local helper tools/scripts (web_fetch, image_generate, scrapling, Wan2.7) — if those call external services, review them separately. 5) Prefer invoking the skill manually (not granting broad autonomous execution) until you confirm it behaves as expected.
功能分析
Type: OpenClaw Skill Name: obsidian-knowledge-pipeline Version: 1.0.0 The obsidian-knowledge-pipeline skill automates the ingestion of web content into an Obsidian vault but contains a shell injection vulnerability in its fallback scraping mechanism. In pipeline.md, the agent is instructed to execute a shell command that passes a user-provided URL directly into a python call (`python3 ... "<URL>"`), which could be exploited to achieve arbitrary command execution. While the skill's overall logic is well-structured and aligned with its stated purpose, this vulnerability meets the criteria for a suspicious classification.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (URL → Obsidian nodes) match the actual instructions: fetch content, store raw, generate images, classify, compile wiki nodes, and create backlinks. Optional DASHSCOPE_API_KEY for an image provider is consistent with the image-generation step.
Instruction Scope
Instructions legitimately operate on the Obsidian Vault (create raw/, images/, wiki/, Clippings/, update and append files, scan existing .md files to add backlinks). This is expected for the purpose but is high-impact: the skill will read and modify many files in your vault and will append a persistent mapping file containing source URLs and generated prompts (privacy-sensitive). It also references local helper tools/scripts (web_fetch, image_generate, ~/.openclaw/..., ~/.agents/...), which the agent will attempt to call if present.
Install Mechanism
Instruction-only skill with no install spec or downloaded code. That's low-risk. Note: it assumes the presence of other tools/skills (web_fetch, image_generate, scrapling script, Wan2.7 script) that are not installed by this skill; missing dependencies will cause failures but are not malicious.
Credentials
No required credentials declared in registry metadata. SKILL.md documents two environment variables: OBSIDIAN_VAULT_PATH (to locate the Vault) and an optional DASHSCOPE_API_KEY for Wan2.7 image generation. Requesting an API key for image generation is proportionate. Be aware the mapping file stores full prompts and source URLs (may contain sensitive info) and image generation may result in outbound network calls when the API key is supplied.
Persistence & Privilege
Skill is not always-enabled and does not modify other skills. It writes files into the user-specified Vault and may modify many .md files (adding backlinks); this is within the stated scope but is a privileged file-write capability the user should be comfortable granting. Autonomous invocation is allowed by default (platform normal) but not set to always:true.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install obsidian-knowledge-pipeline
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /obsidian-knowledge-pipeline 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 7-step URL-to-wiki pipeline
元数据
Slug obsidian-knowledge-pipeline
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Obsidian Knowledge Pipeline 是什么?

将URL文章自动抓取、分类、配图、编译入库Obsidian知识库的7步流水线技能,供Agent复用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 67 次。

如何安装 Obsidian Knowledge Pipeline?

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

Obsidian Knowledge Pipeline 是免费的吗?

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

Obsidian Knowledge Pipeline 支持哪些平台?

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

谁开发了 Obsidian Knowledge Pipeline?

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

💬 留言讨论