AI Context Pack
Create AI Briefs, AI MOCs, Context Packs, Knowledge Books, and Notion Workspaces from your Obsidian notes. - 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 | context-pack-for-notebooklm |
| Author | DualyzeAI |
| Minimum Obsidian Version | 1.7.2 |
| Official Release Date | 2026-05-22 |
| Last update | 2026-06-18 |
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 Jun 22, 2026 |
| Release acquisition | release metadata checked Jun 22, 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. |
| 2026-06-15 | description | 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. | Turn scattered notes into reusable AI knowledge. Create AI-ready context packs for ChatGPT, Claude, Gemini, NotebookLM, and more. - This plugin has not been manually reviewed by Obsidian staff. |
| 2026-06-18 | description | Turn scattered notes into reusable AI knowledge. Create AI-ready context packs for ChatGPT, Claude, Gemini, NotebookLM, and more. - This plugin has not been manually reviewed by Obsidian staff. | Turn your Obsidian vault into an AI-ready knowledge workspace. Create AI Briefs, AI MOCs, Context Packs, and Knowledge Books — all from one Workspace View. - This plugin has not been manually reviewed by Obsidian staff. |
| 2026-06-18 | description | Turn your Obsidian vault into an AI-ready knowledge workspace. Create AI Briefs, AI MOCs, Context Packs, and Knowledge Books — all from one Workspace View. - This plugin has not been manually reviewed by Obsidian staff. | Create AI Briefs, AI MOCs, Context Packs, Knowledge Books, and Notion Workspaces from your Obsidian notes. - This plugin has not been manually reviewed by Obsidian staff. |
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 | 226 KB |
| Detected ES Version | ES2018 |
| Probably Minified | Yes |
| main.js API Findings | 10 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 |
| Cors Free Network Access | Uses Obsidian request APIs |
| Full Vault Access | Enumerates vault files |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Metadata Access | Reads Obsidian metadata cache |
| Network Access | Uses Obsidian request APIs |
| 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 (3) |
| Reads Obsidian metadata cache | Info | High | app.metadataCache.getFileCache (20), app.metadataCache.getFirstLinkpathDest (4), app.metadataCache (21) |
| References URLs or constructs URL objects | Info | High | http:// (8), https:// (5) |
| Uses Obsidian request APIs | Info | High | obsidian.requestUrl (1) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (36), obsidian.Setting (36) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (17), this.addRibbonIcon (4) |
| Accesses Obsidian vault APIs | Info | High | app.vault (49) |
| Enumerates vault files | Info | High | app.vault.getMarkdownFiles (17) |
| 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 (3), app.vault.read (13), app.vault.readBinary (1) |
| Writes vault files | Info | High | app.vault.create (6), app.vault.createBinary (2), app.vault.modify (8), app.vault.modifyBinary (2) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (23) |
| Accesses the active file or editor | Info | High | app.workspace.getActiveFile (4) |
| Registers or manipulates workspace views and panes | Info | High | app.workspace.getLeavesOfType (6), app.workspace.revealLeaf (5), registerView (2) |
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 9672 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 |
| 3.3.0 | 2026-06-15 | None |
| 3.3.1 | 2026-06-15 | None |
| 3.3.3 | 2026-06-16 | None |
| 3.3.4 | 2026-06-16 | None |
| 4.0.0 | 2026-06-17 | None |
| 4.0.1 | 2026-06-17 | None |
| 4.0.2 | 2026-06-17 | None |
| 4.0.3 | 2026-06-17 | None |
| 4.1.0 | 2026-06-18 | None |
| 4.1.1 | 2026-06-18 | None |
| 4.1.2 | 2026-06-18 | None |
| 4.1.3 | 2026-06-18 | None |