一键导入
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.