← 返回 Skills 市场
4230
总下载
6
收藏
32
当前安装
1
版本数
在 OpenClaw 中安装
/install obsidian-sync
功能描述
Sync files between Clawdbot workspace and Obsidian. Run the sync server to enable two-way file synchronization with the OpenClaw Obsidian plugin.
安全使用建议
Install only if you want an authenticated sync server that can read and write files in the configured workspace folders. Keep it bound to localhost unless you intentionally expose it, protect the sync token, and narrow SYNC_ALLOWED_PATHS or use backups/versioning if you do not want memory or noncritical files overwritten.
功能分析
Type: OpenClaw Skill
Name: obsidian-sync
Version: 1.0.0
The OpenClaw Sync Server skill bundle is designed for secure two-way file synchronization between a Clawdbot workspace and Obsidian. The `scripts/sync-server.mjs` code implements robust security measures, including binding the server to `localhost` by default, requiring a bearer token for all API calls, and performing strict path validation to prevent path traversal and restrict file access to explicitly allowed subdirectories (`notes`, `memory`) within the configured workspace. The `SKILL.md` documentation provides clear, non-malicious instructions for setting up and running the server, including systemd service configuration, without any evidence of prompt injection attempts against the AI agent or other harmful behaviors. The functionality is clearly aligned with its stated purpose and lacks any indicators of malicious intent or unmitigated high-risk actions.
能力评估
Purpose & Capability
The artifacts coherently implement the stated purpose: a Node HTTP server for two-way synchronization between a Clawdbot workspace and Obsidian, with list, read, and write endpoints for configured subdirectories.
Instruction Scope
The instructions disclose token authentication, localhost binding, optional Tailscale exposure, and an optional systemd service; there is no hidden agent instruction or automatic execution.
Install Mechanism
The skill contains only SKILL.md and a Node script using built-in modules; no package install hook, dependency installer, or concealed setup behavior was found.
Credentials
File read/write access and a bearer token are proportionate for sync. The default bind is localhost and paths are restricted to configured subdirectories, though the default scope includes both notes and memory.
Persistence & Privilege
The systemd service example intentionally creates a persistent user-level background service that can start on boot; this is disclosed and aligned with continuous sync.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install obsidian-sync - 安装完成后,直接呼叫该 Skill 的名称或使用
/obsidian-sync触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Two-way file sync between Clawdbot and Obsidian
元数据
常见问题
Obsidian Sync 是什么?
Sync files between Clawdbot workspace and Obsidian. Run the sync server to enable two-way file synchronization with the OpenClaw Obsidian plugin. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4230 次。
如何安装 Obsidian Sync?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install obsidian-sync」即可一键安装,无需额外配置。
Obsidian Sync 是免费的吗?
是的,Obsidian Sync 完全免费(开源免费),可自由下载、安装和使用。
Obsidian Sync 支持哪些平台?
Obsidian Sync 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Obsidian Sync?
由 AndyBold(@andybold)开发并维护,当前版本 v1.0.0。
推荐 Skills