Back to browse
GitHub Repository

Bring your own AI environment to Obsidian. For note/doc creation, refinement, search, organization, management, you name it!

43 starsTypeScript

Agentic Copilot – Bring Claude Code, OpenCode, Gemini CLI into Obsidian

by mrxdev·Mar 19, 2026·9 points·2 comments

AI Analysis

●●SolidCozyNiche Gem

Brings Claude Code and Gemini CLI into Obsidian without storing API keys in the plugin.

Strengths
  • No API keys in plugin—uses your existing CLI agent configuration.
  • Adapter pattern makes adding new agents a single file change.
  • Pipes Obsidian vault context directly into agent prompts automatically.
Weaknesses
  • Desktop-only limitation excludes mobile Obsidian users entirely.
  • Fundamentally wraps existing CLI tools rather than adding novel capabilities.
Category
Target Audience

Obsidian users who already run Claude Code or similar CLI agents

Similar To

Obsidian Copilot · Smart Connections · Text Generator

Post Description

Obsidian plugin that connects to CLI agents you already have installed. No built-in LLM integration, no API keys to configure in the plugin. It spawns your tool as a child process, pipes vault context into each prompt, and streams responses into a chat panel.

Supports Claude Code, Opencode, and any custom binary via a generic adapter. Adding a new agent is a single file. Free, proudly Open Source (MIT licensed).

Would love feedback on this for anyone that that tries it out.

Similar Projects