AIAny
AI Client2025
Icon for item

Claudian

Embeds Claude Code into Obsidian so a Claude-based agent can read, edit, search, and run bash inside your vault. Features include inline edits with diff previews, image analysis, slash-commands, skills/plugins, MCP integrations, and plan-mode.

Introduction

Most note-taking tools treat LLMs as isolated assistants; Claudian instead gives a Claude-based agent controlled, context-rich access to your Obsidian vault so it can act as a genuine collaborator — reading files, proposing edits, running bash, and executing multi-step workflows with explicit approval.

What Sets It Apart
  • Direct vault-as-working-directory: the agent can open and modify vault files (with permission controls), so prompts can produce concrete file changes rather than just suggested edits — this reduces manual copy/paste and friction when using LLMs for refactoring, drafting, or code edits.
  • Inline edit + diff preview: selected text can be edited in-place and shown with a word-level diff before applying — so you keep control and see exact changes before commit.
  • Skills, slash-commands, and custom subagents: reusable capability modules and slash templates let you automate recurring prompts and workflows (e.g., generate TODOs, convert formats, run test commands) without re-authoring prompts each time.
  • External integrations (MCP, Claude Code plugins, image analysis): connect Model Context Protocol servers or Claude Code plugins to bring external data/tools into the session, enabling richer context and tool calls while maintaining vault-centered workflows.
Who it's for — Fit & tradeoffs

Great fit if you want an LLM to do hands-on work inside a local note/code vault (developers, power note-takers, maintainers of long-form docs). It shines when you need reproducible, auditable edits (diffs + approval) and workflows that combine file changes with shell commands. Look elsewhere if you require purely cloud-hosted SaaS (Claudian is desktop-only for Obsidian), strict air-gapped security (it requires configuring Claude Code CLI and may need network access for some providers), or a lightweight read-only assistant — Claudian's power comes from write & tool access, which increases responsibility and setup complexity.

Where It Fits

Claudian sits between simple chat-in-note plugins and full-fledged external IDE integrations: it brings agentic capabilities to Obsidian so you can keep knowledge and code in one place while using Claude Code's agent tooling. Compared to standalone apps, it reduces context switching by keeping edits inside your vault.

How it works (brief)

Claudian uses the Claude Code CLI/SDK as the model runtime and exposes tools (file I/O, search, bash) via controlled tool calls. The plugin supports permission modes (YOLO/Safe/Plan), plugin discovery from ~/.claude/plugins, MCP server connections, and model-selection options (Haiku/Sonnet/Opus) where supported. Approval modals and safety blocklists are included to limit unintended changes.

Overall: choose Claudian when you want a model that can do real, reviewable work inside your Obsidian vault — but be mindful of the extra setup and security tradeoffs that come from granting an agent file and command access.

Information

  • Websitegithub.com
  • AuthorsYishen Tu
  • Published date2025/12/05

Categories

More Items

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).