logancyang/obsidian-copilot

每日信息看板 · 2026-02-24
开源项目
Category
github_search
Source
3
Score
2026-02-24T01:45:12Z
Published

AI 总结

<h1 align="center">Copilot for Obsidian</h1> <h2 align="center"> The Ultimate AI Assistant for Your Second Brain </h2> <p align="center"> <img src="https://…
#GitHub #repo #开源项目 #Agent

内容摘录

<h1 align="center">Copilot for Obsidian</h1>

<h2 align="center">
The Ultimate AI Assistant for Your Second Brain
</h2>

<p align="center">
 <img src="https://img.shields.io/github/v/release/logancyang/obsidian-copilot?style=for-the-badge&sort=semver" alt="GitHub release (latest SemVer)">
 <img src="https://img.shields.io/badge/dynamic/json?logo=obsidian&color=%23483699&label=downloads&query=%24%5B%22copilot%22%5D.downloads&url=https%3A%2F%2Fraw.githubusercontent.com%2Fobsidianmd%2Fobsidian-releases%2Fmaster%2Fcommunity-plugin-stats.json&style=for-the-badge" alt="Obsidian Downloads">
</p>

<p align="center">
 <a href="https://www.obsidiancopilot.com/en/docs">Documentation</a> |
 <a href="https://www.youtube.com/@loganhallucinates">Youtube</a> |
 <a href="https://github.com/logancyang/obsidian-copilot/issues/new?template=bug_report.md">Report Bug</a> |
 <a href="https://github.com/logancyang/obsidian-copilot/issues/new?template=feature_request.md">Request Feature</a>
</p>

<p align="center">
 <a href="https://example.com](https://obsidian.md/blog/2024-goty-winners/">
 <img src="./images/reward-banner.svg" alt="Reward Banner" width="400"/>
 </a>
</p>
The What

_Copilot for Obsidian_ is your in‑vault AI assistant with chat-based vault search, web and YouTube support, powerful context processing, and ever-expanding agentic capabilities within Obsidian's highly customizable workspace - all while keeping your data under **your** control.
The Why

Today's AI giants want **you trapped**: your data on their servers, prompts locked to their models, and switching costs that keep you paying. When they change pricing, shut down features, or terminate your account, you lose everything you built.

We are building the opposite. Our goal is to create a portable agentic experience with no provider lock-in. **Data is always yours.** Use whatever LLM you like. Imagine that a brand new model drops, you run it on your own hardware, and it already knows about you (_long-term memory_), knows how to run _the same commands and tools_ you have defined over time (as just markdown files), and becomes the thought partner and assistant that you _own_. This is AI that grows with you, not a subscription you're hostage to.

This is the future we believe in. If you share this vision, please support this project!
Key Features
**🔒 Your data is 100% yours**: Local search and storage, and full control of your data if you use self-hosted models.
**🧠 Bring Your Own Model**: Tap any OpenAI-compatible or local model to uncover insights, spark connections, and create content.
**🖼️ Multimedia understanding**: Drop in webpages, YouTube videos, images, PDFs, EPUBS, or real-time web search for quick insights.
**🔍 Smart Vault Search**: Search your vault with chat, no setup required. Embeddings are optional. Copilot delivers results right away.
**✍️ Composer and Quick Commands**: Interact with your writing with chat, apply changes with 1 click.
**🗂️ Project Mode**: Create AI-ready context based on folders and tags. Think NotebookLM but inside your vault!
**🤖 Agent Mode (Plus)**: Unlock an autonomous agent with built-in tool calling. No commands needed. Copilot automatically triggers vault, web searches or any other relevant tool when relevant.

<p align="center">
 <em>Copilot's Agent can call the proper tools on its own upon your request.</em>
</p>
<p align="center">
 <img src="./images/product-ui-screenshot.png" alt="Product UI screenshot" width="800"/>
</p>
Table of Contents
Get Started
Install Obsidian Copilot
Set API Keys
Usage
Free User
Copilot Plus/Believer
Need Help?
FAQ
Copilot V3 is a New Era 🔥

After months of hard work, we have revamped the codebase and adopted a new paradigm for our agentic infrastructure. It opens the door for easier addition of agentic tools (MCP support coming). We will provide a new version of the documentation soon. Here is a couple of new things that you cannot miss!
FOR ALL USERS: You can do vault search out-of-the-box **without building an index first** (Indexing is still available but optional behind the "Semantic Search" toggle in QA settings).
FOR FREE USERS: Image support and chat context menu are available to all users starting from v3.0.0!
FOR PLUS USERS: **Autonomous agent** is available with vault search, web search, youtube, composer and soon a lot other tools! **Long-term memory** is also a tool the agent can use by itself starting from 3.1.0!

Read the Changelog.
Why People Love It ❤️
*"Copilot is the missing link that turns Obsidian into a true second brain. I use it to draft investment memos with text, code, and visuals—all in one place. It’s the first tool that truly unifies how I search, process, organize, and retrieve knowledge without ever leaving Obsidian. With AI-powered search, organization, and reasoning built into my notes, it unlocks insights I’d otherwise miss. My workflow is faster, deeper, and more connected than ever—I can’t imagine working without it."* - @jasonzhangb, Investor & Research Analyst
*"Since discovering Copilot, my writing process has been completely transformed. Conversing with my own articles and thoughts is the most refreshing experience I’ve had in decades.”* - Mat QV, Writer
*"Copilot has transformed our family—not just as a productivity assistant, but as a therapist. I introduced it to my non‑technical wife, Mania, who was stressed about our daughter’s upcoming exam; within an hour, she gained clarity on her mindset and next steps, finding calm and confidence."* - @screenfluent, A Loving Husband
Get Started
Install Obsidian Copilot
Open **Obsidian → Settings → Community plugins**.
Turn off **Safe mode** (if enabled).
Click **Browse**, search for **“Copilot for Obsidian”**.
Click **Install**, then **Enable**.
Set API Keys

**Free User**
Go to **Obsidian → Settings → Copilot → Basic** and click **Set Keys**.
Choose your AI provider(s) (e.g., **OpenRouter, Gemini, OpenAI, Anthropic, Cohere**) and paste your API key(s). **OpenRouter is recommended.**

**Cop…