此技能使 AI 助手能夠使用正確的語法建立和編輯 Obsidian 特色 Markdown,包括維基連結、註解框、嵌入、屬性以及其他 Obsidian 專屬功能。
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「obsidian-markdown」。 建立包含註解框、維基連結和屬性的筆記
預期結果:
---
title: Project Update
date: 2024-01-15
tags:
- project
- status
---
# Project Update
> [!warning] Important
> This project requires review.
See [[Previous Notes]] for history.
正在使用「obsidian-markdown」。 新增包含嵌入的任務清單
預期結果:
## Tasks
- [x] Complete initial draft
- [ ] Review content
- [ ] Check links
- [ ] Verify embeds
- [ ] Finalize
安全審計
安全All static security findings are false positives. The skill is a documentation/reference guide for Obsidian Markdown syntax. The 'external_commands' alerts are markdown backtick syntax being misidentified as shell commands. The 'network' findings are legitimate documentation URLs (commonmark.org, help.obsidian.md) used as references. The 'weak_crypto' and 'system_reconnaissance' alerts are YAML frontmatter and Obsidian block IDs being misinterpreted.
偵測到的模式
品質評分
你能建構什麼
產生知識庫筆記
使用維基連結建立相互關聯的筆記,用於建立個人知識管理系統
格式化技術文件
使用正確的語法編寫包含程式碼區塊、註解框和嵌入檔案的文件
建立專案追蹤筆記
設定包含屬性、任務清單和狀態追蹤的專案筆記
試試這些提示
建立一個標題為「會議筆記」的 Obsidian 筆記,新增包含日期和標籤的 frontmatter,加入行動專案的註解框,並使用維基連結連接到其他筆記。
建立一個使用維基連結語法連接到另一筆記中特定章節的筆記。包含從第三個筆記嵌入的程式碼區塊。
建立一個包含多種屬性類型的筆記:文字、數字、核取方塊、日期、標籤清單和相關連結,使用 Obsidian 屬性語法。
建立一個包含可折疊註解框的筆記,顯示警告,包含嵌套內容,並預設收合。
最佳實務
- 使用一致的命名慣例於維基連結,以維持保險庫組織
- 新增 frontmatter 屬性以啟用 Obsidian 查詢和組織功能
- 在維基連結中使用描述性別名以提高已發布筆記的可讀性
- 使用適當的註解框類型來傳達資訊層次結構
避免
- 連結到保險庫筆記時使用標準 Markdown 連結而非維基連結
- 忘記在 Markdown 風格連結中對空格進行 URL 編碼
- 在 frontmatter 屬性中使用不正確的 YAML 語法
- 需要精確連結到特定內容時未使用區塊 ID