Obsidian Read
v1.0.0读取 Obsidian Publish 发布的文档链接。当用户发送 publish.obsidian.md 链接,或需要读取 Obsidian 笔记文章时使用。 适用于从 Obsidian Publish 平台获取完整文章内容、笔记、Essay 等场景。 优先使用 web_fetch,失败时使用 browser...
⭐ 0· 105·1 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (read Obsidian Publish links) matches the runtime instructions which only call web_fetch and a browser tool to open and snapshot publish.obsidian.md pages. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md is focused and prescriptive: try web_fetch first, then use browser.open to obtain a targetId and browser.snapshot to extract paragraph/heading text. It does not instruct reading local files, other env vars, or exfiltrating data to third parties outside the target site.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing will be written to disk or downloaded. This is the lowest-risk install profile and is appropriate for the described capability.
Credentials
The skill declares no environment variables, secrets, or config paths. That matches its need to fetch public Obsidian Publish pages; no extra credentials are requested.
Persistence & Privilege
always is false and the skill does not request to modify agent config or persist credentials. Autonomous model invocation is allowed (platform default) but that is appropriate for a web-fetching skill.
Assessment
This skill appears coherent and minimal: it only fetches public Obsidian Publish pages using web_fetch and a browser snapshot fallback. Before installing, consider: (1) any link you or other users supply will be fetched (so avoid pasting private links you do not want retrieved); (2) the browser tool will load the provided URL and extract text — ensure users understand that content fetched from arbitrary URLs may be presented to the agent. No credentials or installs are required, so there are no hidden requests for secrets.Like a lobster shell, security has layers — review code before you run it.
latestvk97fvbesmfya7th4m5s14064c18351q7
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
