AI Study Buddy
AI chat embedded in your vault — direct API calls and local CLI(only for Desktop), works on Desktop and iPad. - This plugin has not been manually reviewed by Obsidian staff.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | claudian-api |
| Author | virbird |
| Minimum Obsidian Version | 1.7.2 |
| Official Release Date | 2026-06-25 |
| Last update | 2026-07-12 |
Last Refresh
Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.
| Community plugin snapshot | Jul 13, 2026 |
| Repository clone | last successful checkout Jul 13, 2026 |
| Release acquisition | release metadata checked Jul 13, 2026; latest main.js acquired |
Quick Links
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2026-06-25 | Plugin Added | ||
| 2026-06-26 | author | Claudian | virbird |
| 2026-06-29 | description | AI chat embedded in your vault — direct API calls, works on Desktop and iPad. - This plugin has not been manually reviewed by Obsidian staff. | AI chat embedded in your vault — direct API calls and local CLI(only for Desktop), works on Desktop and iPad. - This plugin has not been manually reviewed by Obsidian staff. |
Repository Data
| License | MIT in package.json MIT in LICENSE file |
| Package Manager | npm |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | Jest |
| Has Test Files | Yes |
Latest Release main.js Size | 193 KB |
| Detected ES Version | ES2022 |
| Probably Minified | Yes |
| main.js API Findings | 10 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | None |
| Dev Dependencies | @types/jest, @types/node, esbuild, jest, obsidian, ts-jest, tslib, typescript |
main.js API Findings
These conservative findings come from static analysis of the latest release main.js. The table includes warnings and high-confidence informational findings; lower-confidence informational findings are omitted to reduce false positives. Warnings indicate usage of potentially risky APIs, but such APIs can be used safely if handled with care.
| Disclosure | Detected From |
|---|---|
| Adapter File Access | Uses adapter-level vault filesystem APIs |
| Cors Free Network Access | Uses Obsidian request APIs |
| Full Vault Access | Enumerates vault files |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Network Access | Uses Obsidian request APIs, Uses browser network APIs |
| Node Filesystem Access | Uses direct Node filesystem-related modules |
| Note Content Access | Reads vault files |
| Process Or Shell Access | Uses Node process or subprocess APIs |
| Vault File Write | Writes vault files |
| Workspace Layout | Registers or manipulates workspace views and panes |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Uses direct Node filesystem-related modules | Warning | High | fs (1), path (1) |
| Uses Node process or subprocess APIs | Warning | High | process.env (12), process.platform (2), child_process (3) |
| Uses persistent browser storage | Info | High | sessionStorage (5) |
| Registers events, DOM handlers, or intervals | Info | High | this.registerEvent (1) |
| References URLs or constructs URL objects | Info | High | https:// (7) |
| Uses browser network APIs | Info | High | fetch (1), XMLHttpRequest (1) |
| Uses Obsidian request APIs | Info | High | obsidian.requestUrl (2) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (25), obsidian.Setting (25) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (6), this.addRibbonIcon (1) |
| Accesses Obsidian vault APIs | Info | High | app.vault (16) |
| Enumerates vault files | Info | High | app.vault.getMarkdownFiles (2) |
| Reads vault files | Info | High | app.vault.read (2) |
| Uses adapter-level vault filesystem APIs | Info | High | app.vault.adapter (6) |
| Writes vault files | Info | High | app.vault.create (1), app.vault.createFolder (1) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (7) |
| Accesses the active file or editor | Info | High | app.workspace.getActiveFile (4) |
| Registers or manipulates workspace views and panes | Info | High | app.workspace.getLeavesOfType (3), app.workspace.revealLeaf (1), registerView (1) |
The above data may not be accurate and contain errors. For more information refer to the page about data collection.
Lines of Code
The plugin has a total of 9883 lines of code. The following chart shows the lines of code split by programming language.
Downloads
The following chart shows the total number of downloads of the plugin over time. The second chart shows the delta of downloads per week, which is the number of new downloads per week. New version releases are marked with vertical lines.
Version History
| Version | Release Date | Note |
|---|---|---|
| 1.0.0 | 2026-06-25 | None |
| 1.0.1 | 2026-06-25 | None |
| 1.0.2 | 2026-06-25 | None |
| 1.0.3 | 2026-06-25 | None |
| 1.0.4 | 2026-06-25 | None |
| 1.0.5 | 2026-06-26 | None |
| 1.0.6 | 2026-06-26 | None |
| 1.0.7 | 2026-06-26 | None |
| 1.0.8 | 2026-06-27 | None |
| 1.1.0 | 2026-06-29 | None |
| 1.1.1 | 2026-06-29 | None |
| 1.1.2 | 2026-07-12 | None |