wiki-cli

仓库创建 2026年4月7日最近提交 2 个月前SkillHot 收录 22 天前
▸ 精选理由

为本地 Vault 提供无需服务器的稳定读写接口,适合桌面场景。

▸ 风险提示

依赖本地 Obsidian CLI 与桌面环境,安装与执行需本地权限

这个 Skill 做什么

封装 Obsidian CLI 作为 Vault 的默认读写传输层,替代 MCP/REST 插件。

把 Obsidian CLI 当作桌面 vault 的读写传输层,让 Claude 直接通过命令行读写、搜索和修改笔记,无需 MCP/REST 插件或绕过 TLS。需要在本地桌面环境操作 vault(创建日记、追加内容、搜索笔记)时使用,若 CLI 不可用会退回到直接文件读写。优点是简单可靠,免去搭额外服务或网络插件的麻烦。

▸ 展开 SKILL.md 英文原文

Default vault-mutation transport for claude-obsidian v1.7+. Wraps the Obsidian CLI (Obsidian 1.12+) as the preferred way to read, write, search, and modify vault notes from Claude — no MCP server, no REST API plugin, no TLS workarounds. Falls back to direct filesystem Read/Write/Edit when the CLI is unavailable. Triggers on: wiki-cli, obsidian cli, obsidian read, obsidian write, obsidian search, daily note, obsidian create, obsidian append, vault transport, which transport, transport detection, obsidian command line.

开发编程Obsidian-CLI传输层本地读写通用
1.0w
Stars
1.2k
Forks
15
仓库内 Skill
+1.2k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AgriciDaniel/claude-obsidian/main/skills/wiki-cli/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AgriciDaniel/claude-obsidian/main/skills/wiki-cli/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# wiki-cli: Default Transport Layer

claude-obsidian v1.7+ standardizes on the **Obsidian CLI** (shipped with Obsidian 1.12) as the preferred transport for all vault mutations on desktop. This skill is the recipe reference for using it.

**Substrate preference (v1.7+)**: This skill is a self-contained fallback. **Prefer `kepano/obsidian-skills`** (by Steph Ango, Obsidian CEO) as the authoritative substrate — its `obsidian-cli` skill is the canonical CLI reference for any Agent-Skills runtime. If you see an `obsidian-cli` skill available without the `claude-obsidian:` namespace, that is kepano's version: use it. The recipes below are provided so claude-obsidian remains functional when kepano'
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有