← 返回 Skills 市场
227
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sync-obsidian
功能描述
Turn every Claude Code session into a beautiful Obsidian note — automatically. Generates dual output: structured Markdown reports + interactive Canvas visual...
安全使用建议
Before installing, verify and change the following: (1) Set OBSIDIAN_VAULT explicitly and confirm the path is local and trusted (the SKILL.md references this but the registry metadata does not declare it). (2) Understand that the skill will read conversation content and repository context and will write full Markdown and Canvas files (including file paths, code snippets, and design rationale) into your vault — this can unintentionally leak secrets or sensitive design details. (3) Test in an isolated repository or a disposable vault first. (4) If you need stricter limits, ask the author to: declare OBSIDIAN_VAULT in requires.env, make the file read/write scope explicit or prompt before writing, and add a dry-run mode that shows what would be written without persisting files. (5) If your Obsidian vault is synced to cloud services, assume anything written may be uploaded—review sync targets and consider using an offline vault for sensitive projects.
功能分析
Type: OpenClaw Skill
Name: sync-obsidian
Version: 1.0.0
The sync-obsidian skill is designed to export session plans and implementation reports to a local Obsidian vault in Markdown and Canvas formats. It uses standard Bash commands for project detection and directory management (mkdir -p) and limits its file operations to the project's .claude directory and the user-specified vault path, showing no signs of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The skill's claimed purpose (sync Claude Code sessions to an Obsidian vault) matches the actions described (detect project, create directories, write .md and .canvas files). However the SKILL.md claims 'Zero config' while simultaneously requiring the user to set OBSIDIAN_VAULT — and the registry metadata lists no required env vars. This mismatch (referencing an environment/path variable without declaring it) is an incoherence.
Instruction Scope
Runtime instructions tell the agent to run shell commands (git, basename, mkdir), read the latest .md from .claude/plans or extract from the current conversation context, and enumerate/report 'which files changed' and 'actual file paths' in reports. That scope requires unrestricted file-system read/write and access to conversation content; it can cause sensitive code, paths, or design details to be written into the vault. The SKILL.md also mandates 'preserve original plan content' and 'reports must be specific', which increases the chance of unintended data exfiltration.
Install Mechanism
Instruction-only skill with no install spec or downloaded code — lowest installation risk. There is no code to execute from remote sources.
Credentials
No credentials or env vars are declared in registry metadata, yet SKILL.md expects the user to set OBSIDIAN_VAULT and relies on filesystem and git context. The lack of an explicit required-env declaration is inconsistent and makes it unclear how the agent will be configured. The permission scope (Read/Write/Bash/Glob/Grep/Edit) is broad but necessary for writing files; nevertheless, the skill does not justify or limit which files it will read beyond .claude/plans and project detection, so it could access more data than a user expects.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent platform privileges. It does not modify other skills or system-wide settings according to the provided metadata.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sync-obsidian - 安装完成后,直接呼叫该 Skill 的名称或使用
/sync-obsidian触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: dual output (Markdown + Canvas), auto project detection, plan & report sync, zero-config setup
元数据
常见问题
Sync Obsidian 是什么?
Turn every Claude Code session into a beautiful Obsidian note — automatically. Generates dual output: structured Markdown reports + interactive Canvas visual... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 227 次。
如何安装 Sync Obsidian?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sync-obsidian」即可一键安装,无需额外配置。
Sync Obsidian 是免费的吗?
是的,Sync Obsidian 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sync Obsidian 支持哪些平台?
Sync Obsidian 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sync Obsidian?
由 Karden(@chatrichai)开发并维护,当前版本 v1.0.0。
推荐 Skills