obsidian
✓實施 Obsidian 知識管理的指南 - 庫操作、插件開發、URI 方案自動化、Markdown 擴展和本地 REST API 集成。在使用 ObsidianVault、創建插件、自動化筆記工作流程、通過 API 查詢筆記或實現知識圖功能時使用。
SKILL.md
This skill provides comprehensive guidance for working with Obsidian, a powerful knowledge management and note-taking application. It covers vault structure, the Obsidian API for plugin development, URI scheme automation, markdown extensions, and integration with external tools via the Local REST API.
| vault | Vault name (required) | | file | File path without .md extension | | path | Full file path including folders | | name | Note name for creation | | content | Content to insert | | query | Search query | | heading | Navigate to heading | | block | Navigate to block reference |
| App | Central application instance | this.app | | Vault | File system operations | this.app.vault | | Workspace | Pane and layout management | this.app.workspace | | MetadataCache | File metadata indexing | this.app.metadataCache | | FileManager | User-safe file operations | this.app.fileManager |
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill obsidian- 分類
- >_效率工具
- 認證
- ✓
- 收錄時間
- 2026-02-04
- 更新時間
- 2026-02-18
快速解答
什麼是 obsidian?
實施 Obsidian 知識管理的指南 - 庫操作、插件開發、URI 方案自動化、Markdown 擴展和本地 REST API 集成。在使用 ObsidianVault、創建插件、自動化筆記工作流程、通過 API 查詢筆記或實現知識圖功能時使用。 來源:julianobarbosa/claude-code-skills。
如何安裝 obsidian?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/julianobarbosa/claude-code-skills --skill obsidian 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/julianobarbosa/claude-code-skills
詳情
- 分類
- >_效率工具
- 來源
- skills.sh
- 收錄時間
- 2026-02-04