← Back to Skills Marketplace
Obsidian Knowledge Pipeline
by
tracky2009
· GitHub ↗
· v1.0.0
· MIT-0
67
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install obsidian-knowledge-pipeline
Description
将URL文章自动抓取、分类、配图、编译入库Obsidian知识库的7步流水线技能,供Agent复用。
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install obsidian-knowledge-pipeline - After installation, invoke the skill by name or use
/obsidian-knowledge-pipeline - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: 7-step URL-to-wiki pipeline
Metadata
Frequently Asked Questions
What is Obsidian Knowledge Pipeline?
将URL文章自动抓取、分类、配图、编译入库Obsidian知识库的7步流水线技能,供Agent复用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 67 downloads so far.
How do I install Obsidian Knowledge Pipeline?
Run "/install obsidian-knowledge-pipeline" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Obsidian Knowledge Pipeline free?
Yes, Obsidian Knowledge Pipeline is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Obsidian Knowledge Pipeline support?
Obsidian Knowledge Pipeline is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Obsidian Knowledge Pipeline?
It is built and maintained by tracky2009 (@tracky2009); the current version is v1.0.0.
More Skills