codedocks2005/-puller-ai-chat-summarizer-extension — explained in plain English
Analysis updated 2026-05-18
Summarize a long AI chat session into overview, problems, solutions, and action items.
Copy a structured chat summary into notes, email, or another AI tool.
Self-host the summarization backend with your own Gemini API key.
| codedocks2005/-puller-ai-chat-summarizer-extension | acip/slack-claude-agent | adii0906/supportiq | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
No API key needed for the hosted backend, self-hosting requires your own Gemini API key.
Puller is a JavaScript Chrome extension that creates a structured summary of any AI chat conversation with a single click. After a long session with an AI assistant, instead of scrolling back through the entire exchange, you click the Summarize button and get an organised breakdown covering the conversation overview, problems and questions raised, solutions and answers provided, technical details and code mentioned, action items and next steps, and key takeaways. The summary can be copied and pasted into any app, a note-taking tool, an email, or another AI. It works on ChatGPT, Claude, and Gemini, with a generic fallback mode for other AI chat sites. No account, API key, or configuration is needed, the extension handles everything automatically. The flow is: the extension scrapes the visible chat text directly in your browser, sends the raw transcript to a hosted backend, which calls the Gemini API to generate the structured summary, and returns the result for display. No accounts are created and no logs or tracking data are kept. Installation requires loading the extension manually in Chrome's Developer mode via chrome://extensions and Load unpacked. If you prefer not to rely on the hosted backend, a companion project called puller-backend is available on GitHub and can be deployed to Vercel with your own Gemini API key. The project is released under the MIT licence.
A Chrome extension that summarizes any ChatGPT, Claude, or Gemini conversation into a structured breakdown with one click.
Mainly JavaScript. The stack also includes JavaScript, Chrome Extension, Gemini API.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.