Lee1k downloadsBring Claude Code, Codex, Cursor, Grok, OpenCode, Oh My Pi, and Pi into your Obsidian vault — a Claudian fork.

Oh My Claudian is an Obsidian plugin that brings coding agents into your vault. It provides one sidebar chat and inline-edit workflow while preserving the native capabilities and configuration of each provider.
Install from Obsidian Community Plugins · View on GitHub
This project started as a fork of Claudian. It is now a maintained, local-first workspace for multiple coding-agent providers.
The built-in provider integrations are:
Provider capabilities are intentionally different. The plugin exposes controls only when the selected provider supports them; model discovery, permissions, history, planning, MCP, and runtime behavior remain provider-specific.
@ mentions, instruction mode, and Mermaid rendering.You can also open the Oh My Claudian community plugin page directly.
cd /path/to/vault/.obsidian/plugins
git clone https://github.com/lee259/oh-my-claudian.git
cd oh-my-claudian
pnpm install
pnpm run build
Then enable the plugin under Settings → Community plugins.
Use / for commands and skills, @ to reference vault files or provider resources, and drag files or folders into the composer to attach them. Select note text and use the inline-edit command to preview and apply changes.
CLI lifecycle actions run on your machine and require confirmation; the plugin does not download, update, or execute a CLI silently. Available actions depend on each Provider's official distribution and version metadata. If automatic discovery cannot find an installed CLI, set its executable path in the provider settings. Authentication and account setup remain provider-native—for example, run agent login for Cursor Agent.
Oh My Claudian is local-first and does not send telemetry. Your prompts, attachments, and tool results are sent to the provider you select and its configured model services. Network access is otherwise limited to explicit provider work and configured MCP endpoints.
The vault is the agent's working directory, not an operating-system security boundary. A local CLI, shell command, MCP server, plugin, or child process may access files, network services, and credentials available to your OS account. Safe/approval mode reduces accidental actions but cannot guarantee isolation. Review provider permissions carefully, especially before enabling YOLO, bash mode, browser access, MCP servers, or external context paths.
External files are attached explicitly as context. Attaching or mentioning a file does not grant write access; direct edits outside the vault are subject to the provider approval flow when supported.
pnpm install
pnpm run dev
pnpm run typecheck
pnpm run lint
pnpm run test
pnpm run build
pnpm run dev watches TypeScript, styles, and manifest.json. See CONTRIBUTING.md for contribution, validation, and release guidance.
Licensed under the MIT License.