YOLO

by Lapis0x0
5
4
3
2
1
Score: 58/100

Description

The YOLO plugin (You Orchestrate, LLM Operates) brings comprehensive AI capabilities to your workflow through multiple interaction modes. Chat with AI models in the sidebar while treating your entire vault as context. Smart Space lets you generate content anywhere in your notes. Quick Ask provides inline assistance with three modes: conversational queries, preview-based edits and direct text modifications. Tab completion offers real-time AI suggestions as you write. The plugin supports multiple providers including OpenAI, Claude, Gemini, DeepSeek and Groq.

Reviews

No reviews yet.

Stats

1008
stars
33,471
downloads
68
forks
109
days
0
days
2
days
84
total PRs
1
open PRs
20
closed PRs
63
merged PRs
172
total issues
13
open issues
159
closed issues
128
commits

RequirementsExperimental

  • API key from supported AI provider (OpenAI, Anthropic, Google Gemini, or Groq)

Latest Version

2 days ago

Changelog

1.5.7.4 Agent Settings UX Polish ✨

🤖 Agent Editor

  • Tool Group Bulk Toggle: Each tool group in the Agent editor now has "Enable all / Disable all" shortcut links, making it easy to flip every tool in a group at once.
  • Token Cost Visibility: Tool groups and the skills list in the Agent editor now display their token count, so you can see at a glance how much context budget each group / skill consumes.
  • Token Estimation Caching: Tool token estimation in the Agent settings dialog has been moved to a module-level cache, keyed by a fingerprint of the schema content, with concurrent calls deduped — so toggling switches, reopening the dialog, or switching agents no longer triggers redundant recomputation.
  • Dialog Layout Fixes: Fixed the occasional drift of the bottom action buttons in the Agent edit dialog. Tabs now sit on the same row as the title when there's enough horizontal space.

🎨 UI Polish

  • Tool Page Refresh: Refined the visual design of the Tools page in Agent Capabilities settings.
  • Toggle Switch Fix: Fixed the toggle switch knob protrusion / drift issue and restored Obsidian's native appearance. Thanks @edditz (#289).

1.5.7.4 Agent 设置体验优化 ✨

🤖 Agent 编辑器

  • 工具分组一键切换:Agent 编辑器中每个工具分组新增「全部启用 / 停用」快捷链接,方便一键切换分组内所有工具。
  • token 成本可视化:工具分组与技能列表新增 token 数显示,便于直观掌握每个分组 / 技能占用的上下文成本。
  • token 估算缓存优化:Agent 设置弹窗的工具 token 估算改为模块级缓存,使用 schema 内容指纹作 key 并对并发调用去重,避免每次切换 toggle、重开弹窗或切 agent 时反复重算。
  • 弹窗布局修复:修复 Agent 编辑弹窗底部按钮偶发漂移的问题;标签页在宽度充足时会与标题同行展示。

🎨 视觉优化

  • 工具页样式优化:优化全局能力中工具页的视觉设计。
  • Toggle 开关修复:修复 toggle 开关白点凸出 / 漂移问题,恢复 Obsidian 原生外观。感谢 @edditz(#289)。

README file from

Github

What's New

  • 1.5.7: YOLO can now sense what you're reading—focus sync keeps the AI aware of your current file and position, with deep PDF support for vision reading, selection sync, and region screenshots.
  • 1.5.6: Built-in web search is here—Agents can now browse the internet directly, with multiple search providers and unified web scraping.
  • 1.5.5: Refreshed knowledge-base foundations with fully upgraded hybrid search and indexing—and smarter, more relevant results.
  • 1.5.4: Built for long chats and complex tasks: smarter context pruning and compression, multi-model branches, a virtualized chat timeline, and automatic compression to keep agents running smoothly.
  • 1.5.3: Native multi-window chat plus background Agents—automation that stays out of your way.
  • 1.5.2: The new memory system is now live, allowing YOLO to more naturally remember your preferences, habits, and long-term context across conversations.
  • 1.5.1: YOLO introduced an all-new Agent mode, turning AI from a chat assistant into something that can call tools, organize steps, and actively help get real work done.

Highlights

🤖 Agent Mode

YOLO's Agent mode lets LLMs go beyond just "Q&A machines" — they can actually operate on your Vault.

Tool Calling + MCP Custom Skills
Agent Tools Agent Skills
Freely configure toolchains so Agents can read, write, edit, and organize your files directly Encapsulate experience and SOPs into reusable skills, invoke with a single sentence — let the Agent work your way
Multi-Window Chat Quick Ask
Chat Window Quick Ask
Handle different tasks and contexts in parallel across multiple chat windows, making multitasking feel more natural Trigger with a character (default @) to open an inline assistant for Q&A, editing, and continuation, making document editing seamless

🧠 Knowledge Base Q&A + ✍️ Smart Space

Knowledge Base Q&A Smart Space
RAG Vault Smart Space
Turn your entire Vault into the AI's knowledge base, powered by RAG to answer with context from your notes instead of generic output Summon anywhere to freely continue your creative flow with smooth content generation

Features

Beyond the core capabilities above, YOLO also provides:

Feature Description
💬 Sidebar Chat Seamless LLM conversation with context injection, preset prompts, Markdown smart parsing
🧠 Memory System Lets YOLO remember preferences, habits, and long-term context for more consistent conversations
🪡 Cursor Chat One-click context addition, conversation at your fingertips
⌨️ Tab Completion Real-time AI-powered completion for smoother, more natural writing
🎛️ Multi-Model Support OpenAI, Claude, Gemini, DeepSeek and other mainstream models, freely switch
🌍 i18n Native multi-language support
🧩 Experimental Features Learning Mode, sub-Agents, explore personalized workflows

Quick Start

  1. Open Obsidian Settings → Community Plugins → Browse → Search "YOLO"
  2. Install and enable
  3. Configure your API key in plugin settings, or use your own ChatGPT OAuth / Gemini OAuth:
  4. Open the sidebar to start chatting — or try Quick Ask by typing @ in the editor

Installation

See Quick Start above.

Manual Installation

  1. Go to Releases and download the latest main.js, manifest.json, styles.css
  2. Create folder: <vault>/.obsidian/plugins/obsidian-yolo/
  3. Copy files to that folder, then enable the plugin in Obsidian Settings

[!WARNING] YOLO cannot coexist with Smart Composer. Please disable or uninstall Smart Composer before using YOLO.

Mobile Support Note

Due to the capability gap between Obsidian mobile and desktop, YOLO cannot fully match the desktop feature set and overall experience on mobile in the short term. With limited personal maintenance bandwidth, I can currently only guarantee that YOLO remains usable on mobile, not that every feature will reach desktop-level parity.

If you use YOLO on mobile, you may still encounter unavailable features, inconsistent behavior, or incomplete adaptations for some workflows. Please keep that expectation in mind.

Roadmap

  • Better and stronger Vault AI search
  • Background Agent (long-running task automation)
  • Cron scheduled tasks
  • Multi-Agent orchestration
  • Learning Mode
  • Better AI whiteboard

Contributing

All forms of contribution are welcome — bug reports, documentation improvements, feature enhancements.

Please open an issue first to discuss feasibility and implementation for major features.

Acknowledgments

Thanks to Smart Composer for the original work — without them, there would be no YOLO.

Special thanks to Kilo Code for their sponsorship. Kilo is an open-source AI coding assistant platform with 500+ AI models, helping developers build and iterate faster.

Support

If you find YOLO valuable, consider supporting the project:

Development logs are regularly updated on the blog.

License

MIT License

Star History

Star History Chart

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Smart Connections
3 years ago by Brian Petro
Chat with your notes & see links to related content with AI embeddings. Use local models or 100+ via APIs like Claude, Gemini, ChatGPT & Llama 3
Canvas Conversation
3 years ago by André Baltazar
A plugin for Obsidian that allows you to create a canvas conversation using ChatGPT.
Khoj
3 years ago by Debanjum Singh Solanky
Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (gpt, claude, gemini, llama, qwen, mistral). Get started - free.
ChatGPT MD
3 years ago by Bram Adams
A (nearly) seamless integration of ChatGPT into Obsidian.
GPT Assistant
3 years ago by M7mdisk
Ask GPT from your notes and get personalized answers based on your knowledge base.
AI Assistant
3 years ago by Quentin Grail
AI Assistant Plugin for Obsidian
GPT-LiteInquirer
3 years ago by ittuann
💬 Experience OpenAI ChatGPT assistance directly within Obsidian, drafting content without interrupting your creative flow.
Personal Assistant
3 years ago by edony
A plugin that harnesses AI agents and streamlining techniques to help you automatically manage Obsidian.
AI Mentor
3 years ago by clementpoiret
Better MathJax
3 years ago by GreasyCat
brAIn
3 years ago by lusob
Silicon AI
3 years ago by deepfates
Add some intelligence to your notes with Silicon AI for Obsidian
Arcana
3 years ago by A-F-V
Supercharge your Obsidian note-taking through AI-powered insights and suggestions
Flashcards LLM
3 years ago by Marco Pampaloni
Use Large Language Models (such as ChatGPT) to automatically generate flashcards from obsidian notes
Chat Stream
3 years ago by Ryan P Smith
Obsidian canvas plugin for using AI completion with threads of canvas nodes
Vault Chat
3 years ago by Exo Ascension
A ChatGPT bot trained on your vault notes. Ask your AI questions about your own thoughts and ideas!
BMO Chatbot
3 years ago by Longy2k
Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, Google Gemini, Mistral AI, OpenAI, and more for Obsidian.
AI Notes Summary
3 years ago by R. Ian Bull (irbull)
An Obsidian plugin that uses ChatGPT to generate a summary of referenced notes
Copilot auto completion
3 years ago by Jordi Smit
AI Research Assistant
3 years ago by Interweb Alchemy
Prompt Engineering Research Tool for AI APIs
ChatGPT Definition
3 years ago by julix14
Flashcard Generator
3 years ago by ChloeDia
Obsidian Plug-in to automatically create a set of questions/answers on your notes !
AI Editor
3 years ago by Zekun Shen
Cannoli
3 years ago by blindmansion
Cannoli allows you to build and run no-code LLM scripts using the Obsidian Canvas editor.
Chat with Bard
3 years ago by Artel250
An obsidian plugin that enables you to talk to Google Gemnini directly
Canvas LLM Extender
3 years ago by Pasi Saarinen
Let the OpenAI LLM add nodes to your Obsidian canvas
ChatCBT
2 years ago by Claire Froelich
AI-powered journaling plugin for your Obsidian notes, inspired by cognitive behavioral therapy
Intelligence
2 years ago by John Mavrick
Ollama Chat
2 years ago by Brumik
A plugin for chatting with you obsidian notes trough local Ollama LLM instead of Chat GTP.
Reason
2 years ago by Joshua Pham
Digest your Obsidian notes
Gemini Assistant
2 years ago by eatgrass
Your AI assistant in obsidian
Smart Second Brain
2 years ago by Leo310, nicobrauchtgit
An Obsidian plugin to interact with your privacy focused AI-Assistant making your second brain even smarter!
WordWise
2 years ago by ckt1031
Writing companion for AI content generation.
AI Tagger
2 years ago by Luca Grippa
Simplify tagging in Obsidian. Instantly analyze and tag your document with one click for efficient note organization.
Quiz Generator
2 years ago by Edward Cui
Generate interactive flashcards from your notes using models from OpenAI (ChatGPT), Google (Gemini), Ollama (local LLMs), and more. Or manually create your own to use with the quiz UI.
Select & Complete
2 years ago by Mario De Luca
A really simple and easy to use AI completion for Obsidian
AI Zhipu
2 years ago by Tarslab
AI-zhipu is an Obsidian plugin that helps you utilize the Zhipu API. 智谱AI obsidian 插件
AI LLM
2 years ago by Sparky4567
Lets to use local llms in your Obsidian Vaults, extend your stories or create entirely new texts based on your previous input
AI Summarize
2 years ago by Alp Sariyer
Easy to use AI Summary tool for your notes in Obsidian
Cloud Atlas
2 years ago by Cloud Atlas
Cloud Atlas Obsidian Client
Reverse Prompter
2 years ago by Ryan Halliday
Let AI generate prompts to keep you writing
Markpilot
2 years ago by Taichi Maeda
AI-powered inline completions and chat view for Obsidian
AI for Templater
2 years ago by TfTHacker
Extends Templater with AI Chat commands using the OpenAI Client Library
Strapi Exporter AI
2 years ago by Cinquin Andy
[prod] - 🚀 Strapi Exporter: Supercharge Your Obsidian-to-Strapi Workflow, export an obsidian notes directly to your Strapi API
CoCo AskAI
2 years ago by Yukee
CoCo-AskAI is an Obsidian plugin that enables AI-powered note assistance, enhancing the writing experience with customizable functions.
AI Chat
2 years ago by arenasys
Local LLM Helper
2 years ago by Mani Mohan
An Obsidian plugin to process text, chat with AI, and semantically search your notes — works with any OpenAI-compatible LLM server (Ollama, LM Studio, vLLM, and more).
Github Copilot
2 years ago by Vasseur Pierre-Adrien
A bridge between Obsidian and Github Copilot
Ayanite
2 years ago by jemstelos
Simple Prompt
2 years ago by David Zachariae
Simple Prompt Plugin is a plugin for Obsidian that allows you generate content in your notes using LLMs.
Explain Selection With AI
2 years ago by Ben Wurster
This is my first go at making an Obsidian plugin to elaborate on and describe selected bits of information and their context.
Tars
2 years ago by Tarslab
Obsidian tars plugin that supports text generation based on tag suggestions, using services like DeepSeek, Claude, OpenAI, OpenRouter, SiliconFlow, Gemini, Ollama, Kimi, Doubao, Qwen, Zhipu, QianFan & more.
Caret
2 years ago by Jake Colling
Caret, an Obsidian Plugin
AI image analyzer
2 years ago by Swaggeroo
Analyze images with AI to get keywords of the image.
Smart Templates
2 years ago by 🌴 Brian Petro
Smart Templates is an AI powered templates for generating structured content in Obsidian. Works with Local Models, Anthropic Claude, Gemini, OpenAI and more.
AI LaTeX Generator
2 years ago by Aayush Shah
An Obsidian plugin that generates latex code from natural language inputs.
Mesh AI
2 years ago by Chasebank87
Various Complements
5 years ago by tadashi-aikawa
This plugin for Obsidian enables you complete words like the auto-completion of IDE.
LLM Summary
2 years ago by QSun
wip
InfraNodus AI Graph View
2 years ago by Nodus Labs
Advanced graph view for Obsidian: text analysis, topic modeling, and AI with InfraNodus AI text analysis tool: https://infranodus.com
Open Interpreter
2 years ago by Mike Bird
The power of Open Interpreter in your Obsidian vault
Metadata Auto Classifier
2 years ago by Beomsu Koh
AI-powered Obsidian plugin that automatically classifies and generates metadata (tags, frontmatter) for your notes.
Smart Composer
2 years ago by Heesu Suh
AI chat assistant for Obsidian with contextual awareness, smart writing assistance, and one-click edits. Features vault-aware conversations, semantic search, and local model support.
PromptCrafter
2 years ago by Fabrice Hong
Create reusable, modular prompts in Obsidian
NeuroVox
a year ago by Synaptic Labs
Obsidian plugin for transcription and generation
Gemini Scribe
a year ago by Allen Hutchison
An obsidian plugin to interact with Google Gemini
AI bot
a year ago by kuzzh
The AI Bot Plugin is a powerful tool designed to enhance your note-editing experience in Obsidian by leveraging the capabilities of AI. This plugin allows you to interact with an AI assistant directly within Obsidian, making it easier to generate, edit, and organize your notes with intelligent suggestions and automated tasks.
LLM workspace
a year ago by Olivér Falvai
Smart Context
a year ago by 🌴 Brian
AI Revisionist
a year ago by Synaptic Labs
Dataview Autocompletion
a year ago by Daniel Bauer
WhatsApp backup importer
a year ago by Luigi Cerone
Obsidian plugin that allows you to import exported WhatsApp chat archives (in .zip format) into your vault.
YouTube Video Summarizer
a year ago by mbramani
Generate AI-powered summaries of YouTube videos directly in Obsidian using Google's Gemini AI.
InlineAI
a year ago by FBarrca
MCP Tools
a year ago by Jack Steam
Add Obsidian integrations like semantic search and custom Templater prompts to Claude or any MCP client.
AI Providers
a year ago by Pavel Frankov
This plugin is a hub for setting AI providers (OpenAI-like, Ollama and more) in one place.
AI integration Hub
a year ago by Hishmat Salehi
A modular AI integration hub for Obsidian
LLM Tagger
a year ago by David Jayatillake
Vision Recall
a year ago by Travis Van Nimwegen
Transform screenshots into searchable Obsidian notes using AI vision and text analysis
AI Tagger Universe
a year ago by Hu Nie
An intelligent Obsidian plugin that leverages AI to automatically analyze note content and suggest relevant tags, supporting both local and cloud-based LLM services.
Chat clips
a year ago by sleepingraven
Record chat in ordinary markdown list.
Memos AI Sync
a year ago by leoleelxh
obsidian-memos-sync-plugin,将 Memos 内容同步到 Obsidian 的插件,提供无缝集成体验。
Blog AI Generator
a year ago by Gareth Ng
Obsidian Plugin: generate blog via AI based on the current note.
Student Repo
a year ago by Feirong.zfr
学生知识库助手(Student Repository Helper)是一个面向学生或学生家长的Obsidian 插件,这款插件旨在解决学生在学习阶段面临的资料管理难题,将学习过程中产生的各类重要资料,如试卷、笔记、关键文档、绘画手工作品等,进行系统性的数字化整合与管理,并利用 AI 助手定期进行学习分析总结。随着时间的推移,它将助力你逐步搭建起一座专属你自己的知识宝库,这座宝库将伴随你一生,成为你知识成长与积累的见证。
Research Quest
a year ago by Nathan Arthur
Smart ChatGPT
a year ago by 🌴 Brian
LLM Test Generator
a year ago by Aldo E George
AI Helper
a year ago by David Connolly
AI Note Tagger
a year ago by Jasper Mayone
Auto tagging obsidian notes w/ AI
HiNote
a year ago by Kai
Add comments to highlighted notes, use AI for thinking, and flashcards for memory.
Large Language Models
a year ago by eharris128, r-mahoney, & jsmorabito
The LLM plugin gives Obsidian users access to local and web-based, large language models via several chat interfaces: modal, widget, FAB window, and commands.
Proofreader
a year ago by pseudometa (aka Chris Grieser)
AI-based proofreading and stylistic improvements for your writing. Changes are inserted as suggestions directly in the editor, similar to suggested changes in word processing apps.
Cut The Fluff
a year ago by Adam Fletcher
Obsidian plugin to avoid unnecessary complexity and clutter in your writing
Images to Notes
a year ago by Rodolfo Terriquez
Turn photos of your handwritten notes into markdown
Notemd
a year ago by Jacob
A Easy way to create your own Knowledge-base! Notemd enhances your Obsidian workflow by integrating with various Large Language Models (LLMs) to process your notes, automatically generate wiki-links for key concepts, create corresponding concept notes, perform web research, and more.
Pure Chat LLM
a year ago by Justice Vellacott
Turn notes into conversations with chatGPT or better yet Ollama
LLM docs
a year ago by Shane Lamb
Chat with LLM in regular markdown files in Obsidian
LLM Shortcut
9 months ago by Viktor Chernodub
A plugin for Obsidian that provides a way to create shortcuts for commands powered by LLM capabilities.
Note Companion AI
8 months ago by Benjamin Ashgan Shafii
Note Companion: AI assistant for Obsidian that goes beyond just a chat. (prev File Organizer 2000)
Canvas LLM
7 months ago by Mike Farlenkov
A canvas-like UI to talk with LLMs in Obsidian.
Steward
6 months ago by Dang Nguyen
A vault-specific agent equipped with agentic capacity, fast search, flexible commands, vault management, and terminals to "jump" into other CLI agents, such as Claude, Gemini, etc.
Hydrate
5 months ago by hydrateagent
AI Transcriber
4 months ago by Musashino Software
AI-powered speech-to-text transcription using OpenAI GPT-4o and Whisper APIs
Nova
3 months ago by Shawn Duggan
Nova - AI plugin for Obsidian that edits your documents directly through natural conversation. Stop copying from chat, start collaborating with AI.
Smart Export
2 months ago by Iván Sotillo
Plugin that follows wikilinks to a configurable depth, joining the notes into a single export.