README file from
Githublast_updated: 2026-04-30 status: active
BojuBot 
Turn Obsidian into a tool that reaches beyond PKM, notetaking, storage, and organization. Safely extend it to match how you think, and what you do. You're in control and everything happens using regular, conversational language — write, plan, build custom commands, even develop Obsidian plugins — without leaving Obsidian.
| You ask… | BojuBot does… |
|---|---|
| "Summarize my meeting notes from last week" | Creates a summary note and opens it in your editor |
| "Rename all my untitled notes based on their content" | Finds them, renames them, reports back |
| "Find writing residencies in the US with open applications this year and draft a summary of costs and deadlines" | Searches the web, compiles results, writes the summary note |
| "Turn this page into a Canvas mind map" | Generates a .canvas file from your note |
| "Create a skill that summarizes my weekly notes into a report" | Writes the skill file — available instantly as a / slash command, Ctrl+P command, and callable by any plugin or script |
Installation
Requirements:
- Obsidian desktop (Windows, Mac, Linux — no mobile support)
- Claude Code CLI installed and authenticated — included in Claude Pro/Max subscriptions. (Windows: install in PowerShell. Mac/Linux: use
curl -fsSL https://claude.ai/install.sh | bash)
From the Community Plugin Browser
- Open Obsidian → Settings → Community Plugins → Browse
- Search BojuBot → Install → Enable
Or click Add to Obsidian to open directly in the installer.
Install Manually
- Download
main.js,manifest.json, andstyles.cssfrom Releases - Place them in
<your-vault>/.obsidian/plugins/bojubot/ - Settings → Community Plugins → enable BojuBot
Quick Start
- Open the BojuBot panel from the ribbon (brain/circuit icon) or Command Palette:
BojuBot: Open agent panel - Type a message (ie. "Hi! Tell me about yourself.") and press Enter
- See the User Guide for details on Skills, session management, and settings
What makes BojuBot different?
Support the project
BojuBot is free, open source, and built in spare time. If it's useful:
Contributing
See CONTRIBUTING.md for project layout, development setup, and PR process.
License
MIT — see LICENSE.md