Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
Wrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/thoreinstein/gemini-obsidian/obsidian-companion)<a href="https://agentmods.dev/skills/thoreinstein/gemini-obsidian/obsidian-companion"><img src="https://agentmods.dev/badge/skills/thoreinstein/gemini-obsidian/obsidian-companion/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/thoreinstein/gemini-obsidian/obsidian-companion"><img src="https://agentmods.dev/badge/skills/thoreinstein/gemini-obsidian/obsidian-companion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00835 |
| Opus 5 | $0.00000 | $0.00417 |
| Sonnet 5 | $0.00000 | $0.00167 |
| Haiku 4.5 | $0.00000 | $0.00084 |
Grade A, and why
obsidian-companion scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Obsidian Companion Skill
Description
This skill enables you to act as an expert companion for the user's Obsidian Vault. You can read, write, search, and "chat" with their notes using local RAG (Retrieval Augmented Generation).
Capabilities
- Read Notes: Access the raw markdown of any note.
- Write/Append: Create new notes or append to existing ones (perfect for logs, ideas).
- Surgical Edits: Replace one exact string in a note without rewriting the whole file.
- Daily Notes: Quickly access or create today's daily journal entry.
- Search: Find notes by keyword or filename.
- Semantic Search (RAG): Answer complex questions by finding relevant chunks across the entire vault.
- Indexing: Build a local vector index of the vault to enable RAG.
- Link Audits: Find broken wikilinks before they rot the graph.
Workflow Guidelines
1. Initialization
- Check Vault Path: Before calling any tool, ensure you know the
vault_path. If it's not provided in the current context or environment (OBSIDIAN_VAULT_PATH), ask the user: "Please provide the absolute path to your Obsidian Vault." - First Time RAG: If the user asks a semantic question (e.g., "Summarize my thoughts on AI"), try
obsidian_rag_query. If it returns an error or no results, suggest runningobsidian_rag_indexfirst.
2. Retrieval Strategy
- Specific Note: If the user asks for a specific file (e.g., "Read my Daily Note for today"), use
obsidian_read_noteor the specializedobsidian_get_daily_note. - Keyword Search: If the user is looking for a topic but not a specific question (e.g., "Find notes about 'cooking'"), use
obsidian_search_notes. - Complex Q&A: For questions requiring synthesis (e.g., "What have I learned about React this month?"), use
obsidian_rag_query.
3. Writing Strategy
- Quick Capture: If the user says "Log this" or "Remember that...", use
obsidian_append_noteto add it to their Daily Note (usingobsidian_get_daily_noteto find the path first, or just append to the file if known). - New Ideas: Use
obsidian_create_notefor substantial new topics. - Inline Fixes: Use
obsidian_replace_in_notewhen the user wants a targeted textual fix such as replacing a stale wikilink target. - Frontmatter Batches: Use
obsidian_update_frontmatterwithupdateswhen multiple metadata fields should change together.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 57 lines · 0 tokens per session scan A d99e597992ec
obsidian-companion is a skill published in the GitHub repository thoreinstein/gemini-obsidian (102 stars, last pushed 1mo ago), licensed ISC. It costs nothing until one of its globs matches a file; then it loads 835 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
ciel-knowledge-and-memory
CIEL's framework for multi-layer knowledge ingestion, semantic memory search, and structural code exploration.
rag
This skill should be used when the user wants to "retrieval augmented generation", "RAG", "ground agent in documents", "knowledge base search", "vector search for agents", "semantic document retrieval", "augment LLM with external knowledge", "document QA", "knowledge grounding", "enterprise knowledge agent", "PDF…
pinecone-research
Agent RAG and long-term memory with Pinecone.
agent-v3-memory-specialist
Agent skill for v3-memory-specialist - invoke with $agent-v3-memory-specialist.
langchain
Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG…
browserwing-admin
Manage and operate BrowserWing — an intelligent browser automation platform. Install dependencies, configure LLM, create/manage/execute automation scripts, use AI-driven exploration to generate scripts, browse the script marketplace, and troubleshoot issues.