원클릭으로
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 직업 분류 기준
| 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.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.