AI Context Pack
This plugin has not been manually reviewed by Obsidian staff. Turn scattered notes into reusable AI knowledge. Create AI-ready context packs for ChatGPT, Claude, Gemini, NotebookLM, and more.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | context-pack-for-notebooklm |
| Author | DualyzeAI |
| Minimum Obsidian Version | 1.7.2 |
| Official Release Date | 2026-05-22 |
| Last update | 2026-06-13 |
Last Refresh
Obsidian Stats last refreshed the data behind this page on Jun 15, 2026.
| Community plugin snapshot | Jun 15, 2026 |
| Repository clone | last successful checkout Jun 15, 2026 |
| Release acquisition | release metadata checked Jun 15, 2026; latest main.js acquired |
Quick Links
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2026-05-22 | Plugin Added | ||
| 2026-05-27 | author | Koji Okuji | DualyzeAI |
| 2026-05-31 | Plugin Removed | ||
| 2026-05-31 | Plugin Re-Added | ||
| 2026-05-31 | name | Context Pack for NotebookLM | AI Context Pack |
| 2026-05-31 | description | This plugin has not been manually reviewed by Obsidian staff. Build clean Context Packs from your Obsidian vault for NotebookLM. | This plugin has not been manually reviewed by Obsidian staff. Package your vault notes into context packs for any AI — NotebookLM, ChatGPT, Claude, Gemini, and more. |
| 2026-06-05 | Plugin Removed | ||
| 2026-06-05 | Plugin Re-Added | ||
| 2026-06-06 | Plugin Removed | ||
| 2026-06-06 | Plugin Re-Added | ||
| 2026-06-07 | description | This plugin has not been manually reviewed by Obsidian staff. Package your vault notes into context packs for any AI — NotebookLM, ChatGPT, Claude, Gemini, and more. | This plugin has not been manually reviewed by Obsidian staff. Turn your Obsidian vault into AI-ready knowledge packs. Export clean context for ChatGPT, Claude, Gemini, NotebookLM, and more. Track freshness and re-export with one click. |
| 2026-06-07 | description | This plugin has not been manually reviewed by Obsidian staff. Turn your Obsidian vault into AI-ready knowledge packs. Export clean context for ChatGPT, Claude, Gemini, NotebookLM, and more. Track freshness and re-export with one click. | This plugin has not been manually reviewed by Obsidian staff. Turn scattered notes into reusable AI knowledge. Create AI-ready context packs for ChatGPT, Claude, Gemini, NotebookLM, and more. |
Repository Data
| License | Not Found 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
| 176 KB |
| Detected ES Version | ES2018 |
| Probably Minified | Yes |
| main.js API Findings | 8 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | fflate |
| Dev Dependencies | @types/jest, @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, esbuild, eslint, jest, obsidian, ts-jest, 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 |
|---|---|
| Clipboard Access | Reads or writes clipboard data |
| Full Vault Access | Enumerates vault files |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Metadata Access | Reads Obsidian metadata cache |
| Note Content Access | Reads vault files |
| Vault File Write | Writes vault files |
| Worker Usage | Uses Worker APIs |
| Workspace Layout | Registers or manipulates workspace views and panes |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Reads or writes clipboard data | Info | High | navigator.clipboard.writeText (1) |
| Uses Worker APIs | Info | High | Worker (1) |
| Registers events, DOM handlers, or intervals | Info | High | this.registerEvent (2) |
| Reads Obsidian metadata cache | Info | High | app.metadataCache.getFileCache (14), app.metadataCache.getFirstLinkpathDest (3), app.metadataCache (15) |
| References URLs or constructs URL objects | Info | High | https:// (4) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (35), obsidian.Setting (35) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (15), this.addRibbonIcon (3) |
| Accesses Obsidian vault APIs | Info | High | app.vault (27) |
| Enumerates vault files | Info | High | app.vault.getMarkdownFiles (8) |
| Opens or creates files through workspace or file manager APIs | Info | High | workspace_file_open:getLeaf.openFile (1) |
| Reads vault files | Info | High | app.vault.cachedRead (2), app.vault.read (6) |
| Writes vault files | Info | High | app.vault.create (5), app.vault.modify (7) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (15) |
| 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 (2), 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 6517 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 |
|---|---|---|
| 0.1.0 | 2026-05-22 | None |
| 0.1.1 | 2026-05-22 | None |
| 0.1.3 | 2026-05-22 | None |
| 0.1.4 | 2026-05-27 | None |
| 0.1.5 | 2026-05-27 | None |
| 1.0.0 | 2026-05-27 | None |
| 1.0.1 | 2026-05-29 | None |
| 1.0.2 | 2026-05-29 | None |
| 1.1.0 | 2026-05-29 | None |
| 1.1.1 | 2026-05-30 | None |
| 1.1.2 | 2026-05-30 | None |
| 1.1.3 | 2026-05-30 | None |
| 1.1.4 | 2026-05-30 | None |
| 1.1.5 | 2026-05-30 | None |
| 2.0.0 | 2026-05-31 | None |
| 2.0.0 | 2026-05-31 | None |
| 2.0.1 | 2026-05-31 | None |
| 2.0.2 | 2026-05-31 | None |
| 2.0.3 | 2026-05-31 | None |
| 2.0.4 | 2026-05-31 | None |
| 2.0.5 | 2026-05-31 | None |
| 2.1.0 | 2026-06-01 | None |
| 2.2.0 | 2026-06-01 | None |
| 2.3.0 | 2026-06-01 | None |
| 2.3.1 | 2026-06-01 | None |
| 2.3.2 | 2026-06-01 | None |
| 2.3.3 | 2026-06-01 | None |
| 2.3.4 | 2026-06-01 | None |
| 2.4.0 | 2026-06-02 | None |
| 2.5.0 | 2026-06-02 | None |
| 2.5.1 | 2026-06-03 | None |
| 2.5.2 | 2026-06-03 | None |
| 2.6.0 | 2026-06-03 | None |
| 2.6.1 | 2026-06-04 | None |
| 2.7.0 | 2026-06-04 | None |
| 2.7.1 | 2026-06-04 | None |
| 2.7.2 | 2026-06-04 | None |
| 2.7.4 | 2026-06-05 | None |
| 2.7.5 | 2026-06-05 | None |
| 2.7.6 | 2026-06-05 | None |
| 2.7.7 | 2026-06-05 | None |
| 2.7.8 | 2026-06-05 | None |
| 2.7.9 | 2026-06-05 | None |
| 2.7.10 | 2026-06-05 | None |
| 2.7.11 | 2026-06-05 | None |
| 2.7.12 | 2026-06-05 | None |
| 2.7.13 | 2026-06-06 | None |
| 3.0.0 | 2026-06-06 | None |
| 3.0.0 | 2026-06-06 | None |
| 3.0.1 | 2026-06-06 | None |
| 3.0.2 | 2026-06-07 | None |
| 3.0.3 | 2026-06-07 | None |
| 3.1.0 | 2026-06-12 | None |
| 3.2.0 | 2026-06-13 | None |
| 3.2.1 | 2026-06-13 | None |
| 3.2.2 | 2026-06-13 | None |