Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 May 20:59

Initial public release.

Three install surfaces

  • CLInpx claude-exporter <chat-url-or-id> (also npm install -g).
  • Obsidian plugin — install via BRAT from glebmish/claude-exporter; assets attached to this release (main.js, manifest.json).
  • Chrome extension — download claude-exporter-extension-v0.1.0.zip, unzip, load unpacked at chrome://extensions.

What it does

  • Exports any single Claude.ai conversation by URL to Markdown.
  • Two flavors: standard and obsidian (callouts + wikilink anchors).
  • Artifacts extracted to separate files, linked from the note.
  • Inline citations + a consolidated links section annotated by source tool.
  • Tool-use rendered as collapsible callouts with duration + integration name.
  • Active-branch filtering (only the branch you kept ends up in the note).
  • Templated chat / artifact filenames with {{title}}, {{created}}, etc.
  • Optional AI enrichment via local claude CLI: TOC, per-topic recap, key topics.
  • Incremental re-export — existing TOC entries are reused; only new messages cost tokens.

Requirements

  • Node 18+ for the CLI.
  • Chrome 88+ (Manifest V3) for the extension.
  • Obsidian 1.5.0+ (desktop only) for the plugin.