obsidian

Solid

The owner's own Obsidian vault, live, through the Local REST API plugin — read, search, write and open notes in the app they actually keep their notes in, and carry notes between it and this workspace's knowledge base. Use whenever the user says "my vault", "my notes", "Obsidian", or asks you to look something up in, or file something into, the notes they keep themselves.

AI & Automation 22 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
45
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# ${id} — the owner's Obsidian vault The `${id}` capability reaches an Obsidian vault **open on the owner's own machine**, over the community [Local REST API](https://github.com/coddingtonbear/obsidian-local-rest-api) plugin. Drive it with the `obsidian` command; it is on your PATH. ``` obsidian status is it reachable, and may I write to it obsidian vaults every connected vault, by the name --vault takes obsidian ls [folder] the markdown files in the vault obsidian read <file> one note: its facts, its links, its text obsidian find <words…> search the vault [--limit --context] obsidian open <file> bring it to the front in the owner's Obsidian window obsidian write <file> --body "…" write a note [--type --tag --link rel=target --title] obsidian append <file> --body "…" add to the end of one obsidian rm <file> delete one obsidian pull <file…> | --all copy vault notes into this workspace [--into <folder>] obsidian push <name…> copy workspace notes into the vault [--into <folder>] ``` Add `--json` to any of them. When more than one vault is connected, pick one with `--vault <name>`. Credentials are in your environment already (`$OBSIDIAN_URL`, `$OBSIDIAN_API_KEY`) — the command reads them itself, so never pass them on a command line. ## This is not the same knowledge base as `kb` Two knowledge bases, one format: - **`kb`** — the notes fol...

Details

Author
intentic
Repository
intentic/intentic
Created
2 weeks ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

obsidian

Obsidian vault access via Local REST API using curl — read, search, create, or update notes in the knowledge base. Trigger on ANY of these: user mentions "obsidian", "vault", "knowledge base", "my notes", or "note" in a save/lookup context; user asks to "save", "persist", "document", "note down", or "look up" information; phrases like "note this down", "add this to my knowledge base", "search my notes", "check if I have notes on X", "create a note"; CLAUDE.md says to search or store in Obsidian before/after tasks — do it proactively; starting a task where prior context might exist → search first; mid-task discovery of a non-obvious insight, gotcha, root cause, or workaround → save it; finishing a task with decisions or learnings worth remembering → persist it; something written to CLAUDE.md or project docs → also save it for cross-project search.

1 Updated 2 weeks ago
lx-wnk
AI & Automation Solid

obsidian-skill

Controls Obsidian vaults via the official CLI (1.12+). Reads, creates, appends to, and searches notes. Manages daily notes, tasks, tags, properties, templates, bookmarks, and plugins. Analyzes knowledge graph structure including backlinks, orphans, and unresolved links. Triggers on Obsidian, vault, notes, daily notes, knowledge base, PKM, second brain, zettelkasten, backlinks, or note-taking tasks.

5 Updated 2 days ago
wizzy15
AI & Automation Listed

obsidian

Work with Obsidian vaults: create, search, move, delete notes. Plain Markdown files with wikilink-aware operations via obsidian-cli.

1 Updated today
yourkenike