ワンクリックで
obsidian-get
Read a specific note from an Obsidian vault and return the full markdown content.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Read a specific note from an Obsidian vault and return the full markdown content.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Search an Obsidian vault (markdown files) and return matching note paths/snippets.
Create, update, and inspect message routing rules and dead-letter queues.
Call the Notion API for searching, reading, and updating pages and databases.
Search the public web for current information and return concise source-backed findings.
Transcribe audio files to text using Groq or OpenAI Whisper.
Fetch a single URL and extract readable article content for analysis and summarization.
| name | obsidian-get |
| description | Read a specific note from an Obsidian vault and return the full markdown content. |
| metadata | {"cyberagent":{"tool":"obsidian-get","timeout_class":"standard"}} |
| input_schema | {"type":"object","properties":{"path":{"type":"string","description":"Relative path within the vault (e.g. \"Projects/Plan.md\")."},"max_chars":{"type":"integer","description":"Max characters to return (default 20000)."}}} |
| output_schema | {"type":"object","properties":{"path":{"type":"string"},"content":{"type":"string"},"truncated":{"type":"boolean"},"error":{"type":"string"}}} |
Use this skill to load the full text of a note after you have identified it (for example via obsidian-search).
Safety:
path is resolved relative to OBSIDIAN_VAULT_PATH and must stay within the vault.