Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

AI Context Pack

DualyzeAIDualyzeAI880 downloads

Create AI Briefs, AI MOCs, Context Packs, Knowledge Books, and Notion Workspaces from your Obsidian notes.

Add to Obsidian
AI Context Pack screenshot
AI Context Pack screenshot
AI Context Pack screenshot
AI Context Pack screenshot
AI Context Pack screenshot
  • Overview
  • Scorecard
  • Updates68

Turn your Obsidian vault into an AI-ready knowledge workspace.

Create AI Briefs, AI MOCs, Context Packs, Knowledge Books, and Notion Workspaces — all from one Workspace View.

AI Workspace View


New in v4.0: AI Workspace View

Manage all AI outputs for each folder from a single dashboard.

AI Workspace Demo


New in v4.1.0: Notion Workspace Export

Notion Workspace Import

Imported Notion Workspace containing AI Briefs, AI MOCs, notes, and assets.

Export an entire workspace as a Notion-ready ZIP.

Import it into Notion to create a shareable workspace containing:

  • AI Briefs
  • AI MOCs
  • Source Notes
  • Images

Build in Obsidian. Share in Notion.


What Can I Do?

✅ Manage AI Workspaces

✅ Generate AI Briefs

✅ Create AI MOCs

✅ Export Context Packs

✅ Generate Knowledge Books (EPUB)

✅ Export entire workspaces to Notion

✅ Share AI-ready knowledge outside Obsidian

✅ Track Workspace Completion

✅ Refresh Outputs When Notes Change


Core Workflow

Obsidian Notes
      ↓
AI Workspace
      ↓
AI Brief + AI MOC
      ↓
Context Pack / Knowledge Book / Notion Workspace ZIP
      ↓
ChatGPT / Claude / Gemini / NotebookLM / Notion

Core Features

AI Workspace View — Track and manage all AI outputs per folder from one panel.

AI Brief — Analyze a folder: topic clusters, knowledge map, and suggested prompts.

AI MOC — Structured Map of Content from your AI Brief, ready to export.

Context Pack — Clean Markdown bundle for ChatGPT, Claude, Gemini, NotebookLM, and Claude Code.

Knowledge Book (EPUB) — Structured EPUB with cover and TOC. Read in Kindle, Apple Books, or Kobo.

Notion Workspace ZIP — Export an entire workspace as a Notion-ready ZIP. Import into Notion to create a shareable workspace with AI Briefs, AI MOCs, source notes, and images. Perfect for team sharing, project documentation, and knowledge publishing.


Quick Start

  1. Install AI Context Pack
  2. Open AI Workspace View
  3. Add a Folder Workspace
  4. Click Generate Workspace (creates AI Brief + AI MOC)
  5. Export a Context Pack or create a Knowledge Book
  6. Click Notion ZIP to export the workspace for Notion

Tutorial

Learn the complete workflow from notes to AI-ready outputs.

👉 Tutorial: Create Your First AI Workspace

Alice: How do I get started?

Bob: Add a folder as a Workspace, then click Generate Workspace. It creates an AI Brief and AI MOC automatically.

Alice: Can I share this workspace with my team?

Bob: Sure. Click Notion ZIP.

Alice: What happens next?

Bob: AI Context Pack creates a Notion-ready workspace ZIP. Import it into Notion and you'll get AI Briefs, AI MOCs, notes, and images as pages.


Screenshots

AI Brief — understand your vault before exporting

AI MOC — organize insights into a navigable structure

Knowledge Book cover

Knowledge Book — read your notes in Kindle, Apple Books, or Kobo


Example Use Cases

Research — Notes → AI Brief → ChatGPT. Ask deep questions about your research.

Learning — Study notes → Knowledge Book → Kindle. Read your notes as a structured book.

Project — Docs → Context Pack → Claude Code. Package specs for AI-assisted development.

Team sharing — Workspace → Notion ZIP → Notion. Share AI-ready knowledge with your team.


Installation

Community Plugins (Recommended)

  1. Open Settings → Community plugins → Browse
  2. Search for AI Context Pack
  3. Install and enable

Manual Installation

Download the latest release and copy main.js, manifest.json, and styles.css to:

.obsidian/plugins/context-pack-for-notebooklm/

Sample Vaults

Vault Notes Download
🇺🇸 English 86 notes vault-sample-en.zip
🇯🇵 Japanese 86件 vault-sample-jp.zip

Part of the Dualyze Ecosystem

Tool Role
DualyzeAI Compare & Analyze
Obsidian Save & Organize
AI Context Pack Package & Prepare
Dualyze Notes Capture & Sync
Dualyze Structure Structure & Visualize

Details

AI Brief — full details

AI Brief analyzes a folder and generates:

  • Executive Insight — one-paragraph knowledge summary
  • Topic Clusters — groups of related notes with representative examples
  • Knowledge Map — Mermaid diagram showing cluster relationships
  • Relationship Map — similarity scores between individual notes
  • Knowledge Health — orphan notes, duplicate candidates, connectivity score
  • Suggested Prompts — ready-to-use AI prompts for your content

AI Brief is saved as a Markdown file with frontmatter, making it reusable across all workflows.

AI MOC — full details

AI MOC (Map of Content) is generated from an AI Brief or any note.

It follows wikilinks outward to build a structured navigation layer:

Root Note
    │
    ├── Core Concepts
    │       └── Related Notes
    │
    └── Referenced By

AI MOC can be used directly as Context Pack source material.

Notion Workspace Export — full details

Export an entire Obsidian workspace as a Notion-ready ZIP.

What's included:

  • README.md — import guide and workspace overview
  • AI Brief.md — workspace analysis
  • AI MOC.md — structured map of content
  • Notes/ — all source notes with Obsidian syntax converted
  • assets/ — local images collected from notes

Obsidian syntax conversions:

  • ![[image.jpg]] → ![image](https://raw.githubusercontent.com/kojiman55/obsidian-context-pack/HEAD/../assets/image.jpg) (copied to assets)
  • ![alt](https://...) → kept as-is (no download needed)
  • [[page]] → [page](page.md)
  • [[page|alias]] → [alias](page.md)
  • Frontmatter stripped

How to import into Notion:

  1. Open Notion
  2. Go to Settings → Import
  3. Choose ZIP
  4. Upload the generated ZIP
Knowledge Book (EPUB) — full details

Knowledge Books are generated from an AI Brief and its source notes.

Structure:

  • Cover page with title, cover image (if found), note count, and date
  • AI Brief as a preface (diagnostic sections removed)
  • Hierarchical table of contents from AI Brief clusters
  • Source notes as book chapters
  • Embedded images from note content

Supported readers: Kindle, Apple Books, Kobo, Calibre, and any EPUB reader.

How to create a Knowledge Book

  1. Generate an AI Brief from a folder.
  2. Right-click the generated AI Brief.
  3. Choose Create Knowledge Book (EPUB).
Context Pack format

Context Packs are single Markdown files that bundle related notes.

Each pack includes:

  • A structured header with source, date, and note count
  • Clean note content (frontmatter stripped, Obsidian syntax removed)
  • AI-specific instructions for the selected output target
  • Token count estimate

Source options: folder, tag, MOC, AI MOC, selected notes, daily notes.

Supported AI Assistants
AI Chat Project / Notebook
ChatGPT ✓ ✓ Projects
Claude ✓ ✓ Project
Gemini ✓ ✓ Notebook
Claude Code ✓ —
NotebookLM — ✓
Project Knowledge Packs — freshness tracking

Track which notes were sent to ChatGPT Projects, Claude Projects, Gemini, or NotebookLM.

Know when notes were updated, new notes added, or files renamed. Re-export only when needed.

Daily Notes Pack

Create AI-ready packs from daily notes with date range selection, weekly summaries, and tag exclusion.


Changelog

See docs/changelog.md


Contributing

Issues and pull requests welcome on GitHub.

License

MIT

HealthExcellent
ReviewPassed
About
Turn your Obsidian vault into an AI-ready knowledge workspace. Generate AI Briefs, AI MOCs, Context Packs, Knowledge Books, and Notion Workspaces from your notes. Prepare knowledge for ChatGPT, Claude, Gemini, NotebookLM, Claude Code, and more.
ExportMarkdownAI
Details
Current version
4.1.3
Last updated
4 weeks ago
Created
2 months ago
Updates
68 releases
Downloads
880
Compatible with
Obsidian 1.7.2+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
DualyzeAIDualyzeAIdualyzeai
dualyzeai.com
GitHubkojiman55
  1. Community
  2. Plugins
  3. Export
  4. AI Context Pack

Related plugins

Importer

Convert your data to Markdown files you can use in Obsidian. Works with Apple Notes, OneNote, Evernote, Notion, Google Keep, and many other formats.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

Copilot

Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.

Outliner

Work with your lists like in Workflowy or Roam Research.

Consistent Attachments and Links

Move note attachments and update links automatically.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.

Text Generator

Generate text content using GPT-3 (OpenAI).

Various Complements

Complete words similar to auto-completion in an IDE.

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.