Skip to content

Vault Operator

Real AI agent for your vault. Coworker, Copilot & thinking partner, that maintains your memory & knowledge, adapts to your workflows, uses plugins, skills & tools with full safety controls. BYOK & MCP - 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

IDvault-operator
AuthorSebastian Hanke
Minimum Obsidian Version1.8.7
Official Release Date2026-05-19
Last update2026-07-10

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout Jul 13, 2026
Release acquisitionrelease metadata checked Jul 13, 2026; latest main.js acquired

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2026-05-19Plugin Added
2026-05-19Plugin Removed
2026-05-19Plugin Re-Added
2026-05-19descriptionThis plugin has not been manually reviewed by Obsidian staff. Agentic AI operating layer for your vault. Discovers and uses installed plugins, maintains your memory & knowledge, and adapts to your workflows, skills & tools with full safety controls. BYOK & MCPThis plugin has not been manually reviewed by Obsidian staff. Agentic AI operating layer for your vault. AI Coworker and thinking partner, that maintains your memory & knowledge, and adapts to your workflows, skills & tools with full safety controls. BYOK & MCP
2026-05-19descriptionThis plugin has not been manually reviewed by Obsidian staff. Agentic AI operating layer for your vault. AI Coworker and thinking partner, that maintains your memory & knowledge, and adapts to your workflows, skills & tools with full safety controls. BYOK & MCPThis plugin has not been manually reviewed by Obsidian staff. Real AI agent for your vault. Coworker, Copilot & thinking partner, that maintains your memory & knowledge, adapts to your workflows, uses plugins, skills & tools with full safety controls. BYOK & MCP
2026-05-21Plugin Removed
2026-05-21Plugin Re-Added
2026-05-24Plugin Removed
2026-05-24Plugin Re-Added
2026-05-30Plugin Removed
2026-05-30Plugin Re-Added
2026-05-31Plugin Removed
2026-05-31Plugin Re-Added
2026-06-08Plugin Removed
2026-06-08Plugin Re-Added
2026-06-08Plugin Removed
2026-06-08Plugin Re-Added
2026-06-15Plugin Removed
2026-06-15Plugin Re-Added
2026-06-15descriptionThis plugin has not been manually reviewed by Obsidian staff. Real AI agent for your vault. Coworker, Copilot & thinking partner, that maintains your memory & knowledge, adapts to your workflows, uses plugins, skills & tools with full safety controls. BYOK & MCPReal AI agent for your vault. Coworker, Copilot & thinking partner, that maintains your memory & knowledge, adapts to your workflows, uses plugins, skills & tools with full safety controls. BYOK & MCP - This plugin has not been manually reviewed by Obsidian staff.
2026-06-15Plugin Removed
2026-06-16Plugin Re-Added
2026-06-21Plugin Removed
2026-06-22Plugin Re-Added
2026-07-01Plugin Removed
2026-07-02Plugin Re-Added

Repository Data

LicenseApache-2.0 in package.json
Apache-2.0 in LICENSE file
Package Managernpm
Uses TypescriptYes
Installed BundlersVite, esbuild
Installed Testing FrameworksVitest
Has Test FilesYes
Latest Release main.js Size4.31 MB
Detected ES VersionES2022
Probably MinifiedYes
main.js API Findings16 disclosures
Uses BRAT beta releasesNo
Dependencies@anthropic-ai/sdk, @aws-sdk/client-bedrock, @aws-sdk/client-bedrock-runtime, @aws-sdk/credential-providers, @huggingface/transformers, @modelcontextprotocol/sdk, @smithy/node-http-handler, delay, diff, docx, exceljs, fast-diff, graphology, graphology-communities-louvain, isomorphic-git, jszip, openai, p-wait-for, pdfjs-dist, pptxgenjs, serialize-error, sql.js
Dev Dependencies@codemirror/state, @codemirror/view, @types/diff, @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, @vitest/coverage-v8, dompurify, esbuild, eslint, eslint-plugin-no-unsanitized, eslint-plugin-obsidianmd, eslint-plugin-security, mermaid, obsidian, prettier, tslib, typescript, typescript-eslint, vite, vitepress, vitepress-plugin-mermaid, vitest

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.

DisclosureDetected From
Adapter File AccessUses adapter-level vault filesystem APIs
Clipboard AccessReads or writes clipboard data
Cors Free Network AccessUses Obsidian request APIs
Dynamic Code Or Remote CodeEvaluates dynamic code or injects scripts
Embedded Base64 BlobIncludes large embedded base64 blobs
Full Vault AccessEnumerates vault files
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache, Updates frontmatter through Obsidian APIs
Network AccessUses Node HTTP modules, Uses Obsidian request APIs, Uses browser network APIs
Node Filesystem AccessUses direct Node filesystem-related modules
Note Content AccessReads vault files
Private Network AccessReferences localhost or private-network addresses
Process Or Shell AccessUses Node process or subprocess APIs
Vault File WriteRenames, deletes, trashes, or copies vault files, Updates frontmatter through Obsidian APIs, Writes vault files
Webassembly UsageUses WebAssembly APIs
Workspace LayoutRegisters or manipulates workspace views and panes
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHighimport (6), Function (1), dynamic_code:function_constructor (1)
Uses Electron desktop APIsWarningHighelectron (7)
Uses direct Node filesystem-related modulesWarningHighbuffer (1), fs (7), fs/promises (2), node:stream (1)
Uses Node process or subprocess APIsWarningHighprocess.env (8), process.platform (8), child_process (1)
References localhost or private-network addressesWarningMedium0.0.0.0 (2), 127.0.0.1 (6), localhost (34)
Renames, deletes, trashes, or copies vault filesWarningHighapp.fileManager.renameFile (1), app.fileManager.trashFile (3), app.vault.rename (1)
Reads or writes clipboard dataInfoHighnavigator.clipboard.writeText (7)
Uses WebAssembly APIsInfoHighWebAssembly (5)
Includes large embedded base64 blobsInfoHighbase64 blob (3)
Registers events, DOM handlers, or intervalsInfoHighsetTimeout (27), this.registerEvent (12)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getFileCache (23), app.metadataCache.getFirstLinkpathDest (8), app.metadataCache (35)
Updates frontmatter through Obsidian APIsInfoHighapp.fileManager.processFrontMatter (9)
References URLs or constructs URL objectsInfoHighhttp:// (51), https:// (151), URL (66), URLSearchParams (9)
Uses browser network APIsInfoHighfetch (3), WebSocket (1), XMLHttpRequest (1)
Uses Node HTTP modulesInfoHighhttp (5), https (4), node:http (1), node:https (2)
Uses Obsidian request APIsInfoHighobsidian.requestUrl (10)
Persists plugin settings or dataInfoHighthis.loadData (2), this.saveData (11)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (162), obsidian.Setting (162)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (12), this.addRibbonIcon (1)
Accesses Obsidian vault APIsInfoHighapp.vault (269)
Accesses vault foldersInfoHighapp.vault.getRoot (2)
Enumerates vault filesInfoHighapp.vault.getAllFolders (2), app.vault.getAllLoadedFiles (1), app.vault.getFiles (4), app.vault.getMarkdownFiles (16)
Opens or creates files through workspace or file manager APIsInfoHighapp.workspace.openLinkText (7), workspace_file_open:getLeaf.openFile (1)
Reads vault filesInfoHighapp.vault.cachedRead (3), app.vault.read (20), app.vault.readBinary (4)
References Obsidian URI linksInfoHighobsidian:// (15)
Uses adapter-level vault filesystem APIsInfoHighapp.vault.adapter (48)
Writes vault filesInfoHighapp.vault.create (17), app.vault.createBinary (1), app.vault.createFolder (17), app.vault.modify (15)
Accesses Obsidian workspace APIsInfoHighapp.workspace (52)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (9)
Registers or manipulates workspace views and panesInfoHighapp.workspace.getLeavesOfType (11), 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 153160 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

VersionRelease DateNote
1.1.02026-02-26Released while not listed
1.1.12026-02-28Released while not listed
2.0.02026-03-01Released while not listed
2.0.12026-03-02Released while not listed
2.0.22026-03-02Released while not listed
2.0.32026-03-02Released while not listed
2.0.42026-03-02Released while not listed
2.0.52026-03-03Released while not listed
2.0.62026-03-03Released while not listed
2.0.72026-03-04Released while not listed
2.0.82026-03-04Released while not listed
2.0.92026-03-04Released while not listed
2.1.02026-03-06Released while not listed
2.2.02026-03-23Released while not listed
2.2.12026-03-24Released while not listed
2.2.22026-03-24Released while not listed
2.2.32026-03-24Released while not listed
2.2.42026-03-25Released while not listed
2.2.52026-03-25Released while not listed
2.2.62026-03-25Released while not listed
2.2.72026-03-25Released while not listed
2.2.82026-04-02Released while not listed
2.3.12026-04-05Released while not listed
2.3.22026-04-05Released while not listed
2.3.32026-04-06Released while not listed
2.3.42026-04-06Released while not listed
2.3.52026-04-06Released while not listed
2.3.62026-04-07Released while not listed
2.4.12026-04-10Released while not listed
2.4.22026-04-11Released while not listed
2.4.32026-04-13Released while not listed
2.4.42026-04-13Released while not listed
2.4.52026-04-13Released while not listed
2.4.62026-04-13Released while not listed
2.4.72026-04-13Released while not listed
2.4.82026-04-14Released while not listed
2.5.02026-04-17Released while not listed
2.5.12026-04-17Released while not listed
2.5.22026-04-17Released while not listed
2.5.32026-04-17Released while not listed
2.6.02026-04-19Released while not listed
2.7.02026-05-04Released while not listed
2.7.12026-05-05Released while not listed
2.7.22026-05-10Released while not listed
2.7.32026-05-12Released while not listed
2.7.42026-05-13Released while not listed
2.8.02026-05-13Released while not listed
2.8.12026-05-13Released while not listed
2.8.2-assets2026-05-13Released while not listed
2.8.22026-05-13Released while not listed
2.8.3-assets2026-05-13Released while not listed
2.8.32026-05-13Released while not listed
2.8.4-assets2026-05-13Released while not listed
2.8.42026-05-13Released while not listed
2.8.5-assets2026-05-14Released while not listed
2.8.52026-05-14Released while not listed
2.8.6-assets2026-05-14Released while not listed
2.8.62026-05-14Released while not listed
2.8.7-assets2026-05-14Released while not listed
2.8.72026-05-14Released while not listed
2.9.0-assets2026-05-14Released while not listed
2.9.02026-05-14Released while not listed
2.9.1-assets2026-05-14Released while not listed
2.9.12026-05-14Released while not listed
2.9.2-assets2026-05-14Released while not listed
2.9.22026-05-14Released while not listed
2.10.0-assets2026-05-14Released while not listed
2.10.02026-05-14Released while not listed
2.10.1-assets2026-05-14Released while not listed
2.10.12026-05-14Released while not listed
2.10.2-assets2026-05-14Released while not listed
2.10.22026-05-14Released while not listed
2.10.3-assets2026-05-14Released while not listed
2.10.32026-05-14Released while not listed
2.10.4-assets2026-05-14Released while not listed
2.10.42026-05-14Released while not listed
2.10.5-assets2026-05-14Released while not listed
2.10.52026-05-14Released while not listed
2.10.6-assets2026-05-14Released while not listed
2.10.62026-05-14Released while not listed
2.11.0-assets2026-05-16Released while not listed
2.11.02026-05-16Released while not listed
2.11.1-assets2026-05-16Released while not listed
2.11.12026-05-16Released while not listed
2.11.2-assets2026-05-16Released while not listed
2.11.22026-05-16Released while not listed
2.11.3-assets2026-05-16Released while not listed
2.11.32026-05-16Released while not listed
2.11.4-assets2026-05-16Released while not listed
2.11.42026-05-16Released while not listed
2.11.5-assets2026-05-18Released while not listed
2.11.52026-05-18Released while not listed
2.11.6-assets2026-05-19None
2.11.62026-05-19None
2.11.7-assets2026-05-21None
2.11.72026-05-21None
2.11.8-assets2026-05-21None
2.11.82026-05-21None
2.12.0-assets2026-05-22None
2.12.02026-05-22None
2.12.1-assets2026-05-22None
2.12.12026-05-22None
2.12.2-assets2026-05-22None
2.12.22026-05-22None
2.12.3-assets2026-05-24None
2.12.32026-05-24None
2.12.4-assets2026-05-24None
2.12.42026-05-24None
2.12.5-assets2026-05-28None
2.12.52026-05-28None
2.12.6-assets2026-05-30None
2.12.62026-05-30None
2.12.7-assets2026-05-30None
2.12.72026-05-30None
2.12.8-assets2026-05-31None
2.12.82026-05-31None
2.13.0-assets2026-06-08None
2.13.02026-06-08None
2.13.1-assets2026-06-08None
2.13.12026-06-08None
2.13.2-assets2026-06-08None
2.13.22026-06-08None
2.13.4-assets2026-06-08None
2.13.42026-06-08None
2.13.5-assets2026-06-08None
2.13.52026-06-08None
2.13.6-assets2026-06-09None
2.13.62026-06-09None
2.13.7-assets2026-06-09None
2.13.72026-06-09None
2.14.0-assets2026-06-14None
2.14.02026-06-14None
2.14.1-assets2026-06-14None
2.14.12026-06-14None
2.14.2-assets2026-06-14None
2.14.22026-06-14None
2.14.3-assets2026-06-15Released while not listed
2.14.32026-06-15Released while not listed
2.14.4-assets2026-06-15Released while not listed
2.14.42026-06-15Released while not listed
2.14.5-assets2026-06-15Released while not listed
2.14.52026-06-15Released while not listed
2.14.6-assets2026-06-15Released while not listed
2.14.62026-06-15Released while not listed
2.14.7-assets2026-06-15Released while not listed
2.14.72026-06-15Released while not listed
2.14.8-assets2026-06-18None
2.14.82026-06-18None
2.14.9-assets2026-06-21Released while not listed
2.14.92026-06-21Released while not listed
2.14.10-assets2026-06-21Released while not listed
2.14.102026-06-21Released while not listed
2.14.11-assets2026-06-21Released while not listed
2.14.112026-06-21Released while not listed
2.14.12-assets2026-06-21Released while not listed
2.14.122026-06-21Released while not listed
2.14.13-assets2026-06-21Released while not listed
2.14.132026-06-21Released while not listed
2.14.14-assets2026-06-21Released while not listed
2.14.142026-06-21Released while not listed
2.14.15-assets2026-06-21Released while not listed
2.14.152026-06-21Released while not listed
3.0.0-assets2026-06-23None
3.0.02026-06-23None
3.0.1-assets2026-06-23None
3.0.12026-06-23None
3.0.2-assets2026-06-23None
3.0.22026-06-23None
3.0.3-assets2026-06-23None
3.0.32026-06-23None
3.1.0-assets2026-06-24None
3.1.02026-06-24None
3.1.1-assets2026-06-24None
3.1.12026-06-24None
3.2.0-assets2026-07-01Released while not listed
3.2.02026-07-01Released while not listed
3.2.1-assets2026-07-07None
3.2.12026-07-07None
3.2.2-assets2026-07-07None
3.2.22026-07-07None
3.2.3-assets2026-07-10None
3.2.32026-07-10None

Blacklisted versions are versions that are known to cause major issues or contain security concerns and have thus been blacklisted by the Obsidian team. Obsidian will disable plugins on startup whose installed version is blacklisted. Released while not listed versions happened outside the period where the plugin was present in the community plugin list and are excluded from aggregate release statistics.