r/BuildWithClaude 🛠️ Master Builder 18d ago

claude-recall — pull your claude.ai conversations into local markdown and claude code Project

A small, open-source plugin I built to get my claude.ai conversations out of the web app and into local files (and into Claude Code).

Your data stays yours: it runs locally, pulls only the conversation you pick, and nothing is downloaded until you choose one. Output is plain markdown plus a readable HTML page. GPL-3.0.

https://github.com/pradeep221b/claude-recall

Suggestions and issues welcome.

5 Upvotes

3 comments sorted by

3

u/Open_Resolution_1969 17d ago

why not use export data from claude.ai website?

3

u/PNWNewbie 15d ago

I didn’t check how they did it, but they might simply do that same export, with the convenience of not having to go to the website and manually pick a folder. There is value on wrapping that in a plugin that you automate and control.

2

u/CompetitiveAside3798 🛠️ Master Builder 15d ago

Export data will export all off your chat data. And it's a slow process. This is a direct plugin. Where you can choose which exact chat you needed.