Summarise pull requests, run a full code review, explain a file, or turn an issue into a plan — streamed into a side panel without leaving your tab.
No new tab, no copy-pasting diffs into a chat window. The whole loop happens over the page you're already reading.
Hit the shortcut on any GitHub pull request, file, or issue. A searchable palette opens, showing only the commands that fit the page.
Type to fuzzy-filter, press Enter, and Kimi 3 streams into a side panel. It reads the real diff, file text, or issue body for you.
Take the result as Markdown, as a ready-to-paste GitHub comment, or drop it straight into the comment box on the page.
Each context gets its own set. Prompts live in one JSON file, so adding your own flow is a few lines — no build gymnastics.
Kimi3Flow is bring-your-own-key. There's no account and no server in the middle — page content goes only to the Kimi 3 endpoint you configure, only when you run a flow.
Grab it from the store, or build from source in under a minute.
One click to install. Then open the options page and paste your own Kimi API key (base URL https://api.moonshot.ai/v1, model kimi-k3).
Also works in Microsoft Edge.
For contributors and the developer-mode crowd.
# clone, build, load unpacked git clone https://github.com/wushu75/Kimi3Flow.git cd kimi3flow npm install npm run build # → extension/dist # chrome://extensions → Developer mode → # Load unpacked → select extension/dist