gbanjos79 downloadsAutomatically imports Claude chat exports from a watched folder into your vault.
An Obsidian plugin that automatically imports Claude chat exports from a watched folder into your vault.
main.js, manifest.json, styles.css)claude-sync in your vault's .obsidian/plugins/ directoryclaude-sync foldergit clone https://github.com/GBAnjos/claude-sync-obsidian
cd claude-sync-obsidian
# Copy files to your vault
cp main.js manifest.json styles.css /path/to/vault/.obsidian/plugins/claude-sync/
This plugin is designed to work with the Claude to Obsidian Chrome extension:
~/Downloads/Claude Exports)You can also use this plugin standalone:
.md files into the watch folder| Setting | Description | Default |
|---|---|---|
| Watch folder | Full path to folder to watch for exports | ~/Downloads/Claude Exports |
| Vault folder | Folder inside vault where chats are saved | Claude Chats |
| Delete after import | Remove files from watch folder after importing | Enabled |
| Show notifications | Display notification when files are imported | Enabled |
| Check interval | How often to check for new files (seconds) | 5 |
.md files are found, they're read and created in the vaultwatch/project/chat.md → vault/Claude Chats/project/chat.md)Files not importing?
.md extensionDuplicate files?
MIT
Created for use with the Claude to Obsidian project.