obsidian

obsidian is a skill for Claude Code, Codex from cobibean/agent-memory-wiki. It costs 32 tokens per session (373 once invoked), scanned A, original, MIT.

A guided first-use workflow for Pinecone, a database that searches content by meaning. It lets a developer choose between creating a searchable database and creating an assistant that answers questions about documents.

In plain words
What is it for?
Use it to create an example index, add sample text, and search it, or to set up a document-question answering assistant. The database route uses Pinecone tools and a Python script.
Why use it?
It provides a concrete introduction instead of requiring prior Pinecone knowledge. It verifies access first and tells the user how to fix a missing or invalid API key.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/cobibean/agent-memory-wiki/obsidian
Any agent
npx skills add cobibean/agent-memory-wiki --skill obsidian
Clone the repo
git clone --depth 1 https://github.com/cobibean/agent-memory-wiki

Made for: Claude Code, Codex.

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.

agentmods badge for obsidian

README.md
[![agentmods](https://agentmods.dev/badge/skills/cobibean/agent-memory-wiki/obsidian.svg)](https://agentmods.dev/skills/cobibean/agent-memory-wiki/obsidian)
Your own site
<a href="https://agentmods.dev/skills/cobibean/agent-memory-wiki/obsidian"><img src="https://agentmods.dev/badge/skills/cobibean/agent-memory-wiki/obsidian.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 373 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.00373
Opus 5 $0.00016 $0.00187
Sonnet 5 $0.00006 $0.00075
Haiku 4.5 $0.00003 $0.00037

Measured 5d ago against content hash a8156a37c746, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

obsidian 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 5d 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.

skills/note-taking/obsidian/SKILL.md · 32 lines

What it actually says

Obsidian — Compatibility Alias

This skill keeps /obsidian and older profile references working. The canonical package is obsidian-memory-wiki.

Before doing vault work, load and follow obsidian-memory-wiki and execute its Vault Operations phase. If the parent skill is unavailable, use this safe fallback:

  1. Resolve the vault path from injected skill config obsidian_memory_wiki.vault_path; for non-Hermes compatibility, use OBSIDIAN_VAULT_PATH. If neither is concrete, stop rather than guessing an ambient vault.
  2. Resolve both the vault root and final write target; refuse any write outside the resolved vault root.
  3. Search before creating notes to avoid duplicates and contradictions.
  4. Use filesystem-native note operations and Markdown files.
  5. Use stable filenames, clear headings, dates where useful, and Obsidian wikilinks.
  6. Never store or print raw secrets; reference secret locations only.
  7. Verify every created or edited path after writing.

For new installs and automation, use obsidian-memory-wiki; this alias exists only for command continuity.

Changes

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.

  1. 5d ago First seen · 32 lines · 32 tokens per session scan A a8156a37c746

Subscribe to this mod's changes

obsidian is a skill published in the GitHub repository cobibean/agent-memory-wiki (23 stars, last pushed 1mo ago), licensed MIT. It adds 32 tokens to every session and 373 once invoked, about $0.0002 per session on Opus 5. 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.

Related

Other skills, from other repositories

adapter-authoring

Build a custom source → raw-intake adapter for Athenaeum. Use when someone wants to feed an external source (an API, an export file, a message feed, a scraper, another tool's output) into an Athenaeum knowledge base, asks "how do I write an adapter / integration for athenaeum", or wants to turn some data source into…

Kromatic-Innovation/athenaeum · 86 tokens

llm-wiki-orient

Explain the LLM-Wiki pattern, its raw/wiki/schema architecture, how it differs from RAG, GraphRAG and agent memory, and what ready-made solution families exist. Use when the user asks what LLM-Wiki is, whether it is worth adopting, what OpenWiki/wiki memory means, or how the ecosystem fits together.

po4yka/llm-wiki-skills · 75 tokens

llm-wiki-local-first-stack

Design a local-first LLM-Wiki stack. Use when the user wants Markdown, git, Obsidian, ripgrep, local embeddings, qmd-style retrieval, SQLite/FTS/vector indexes, local LLMs, offline operation, or safe sync without cloud lock-in; route retrieval/index layer design to llm-wiki-retrieval-architect.

po4yka/llm-wiki-skills · 81 tokens

personal-api

Turn an Obsidian vault into an AI-readable personal identity layer. Use when setting up ME.md and AGENT.md, scaffolding the full Knowledge Palace v2 structure, onboarding AI assistants, or maintaining the vault contract. Default setup creates the complete 30.knowledge system; --minimal creates only the lightweight…

beiyuii/personal-api-skill · 68 tokens

brain

One-glance health of the "second brain" so failures aren't SILENT — is the local search server alive, is the RAG index fresh, is the session-memory ledger filling, did the nightly distillation run. Trigger on "/brain", "/memory", "brain health", "is the reindex alive". READ-ONLY diagnostic with a green/red verdict per…

tonydzi/second-brain-starter-kit · 77 tokens

knowledge-base-interop

Two-layer knowledge architecture — curate in LLM Wiki, search in Astra KB. Covers input classification, source-to-wiki ingestion, wiki-to-KB export (batch + realtime), semantic chunking, SAG extraction, health checks, and multi-format export.

alrcatraz/astra-knowledge-base-mcp · 56 tokens