Your witty LinkedIn comment co-pilot β powered by Claude AI
ReplyMint is a Chrome extension that helps you craft thoughtful, engaging LinkedIn comments in seconds. Paste any post, pick your tone and angle, and get an AI-generated conversation starter that sounds like you.
- Smart post analysis β Pastes any LinkedIn post and gets a punchy TL;DR summary
- 4 comment angles β Agree & extend, Push back, Personal story, or Add a data point
- Tone switcher β Professional, Casual, Curious, or Bold β adjust on the fly
- Polish tools β Make your starter shorter, punchier, or more formal with one click
- Recent activity β Keeps a history of your last 5 analysed posts
- Dark mode β Easy on the eyes
- Local & private β Your API key and data never leave your browser
| Setup | Analyse | Results |
|---|---|---|
| Enter your Anthropic API key | Paste a LinkedIn post | Pick an angle & copy |
Since this extension isn't on the Chrome Web Store yet, install it manually:
-
Download or clone this repository
git clone https://github.com/hrushikesh-kansagara/replymint.git
-
Open Chrome Extensions page
- Go to
chrome://extensions/in your browser
- Go to
-
Enable Developer Mode
- Toggle the Developer mode switch in the top-right corner
-
Load the extension
- Click "Load unpacked"
- Select the folder where you cloned/downloaded this repo
-
Pin it to your toolbar (optional but recommended)
- Click the puzzle piece π§© icon in Chrome's toolbar
- Click the pin π next to ReplyMint
ReplyMint uses the Anthropic Claude API.
- Sign up or log in at console.anthropic.com
- Go to API Keys β Create Key
- Copy the key (starts with
sk-ant-...) - Paste it into ReplyMint on first launch
Your key is stored only in your browser's local storage and is never sent anywhere except directly to Anthropic's API.
- Open LinkedIn and find a post you want to reply to
- Select and copy the post text (Ctrl+C / Cmd+C)
- Click the ReplyMint icon π± in your Chrome toolbar
- Paste the text into the input box
- Hit "Analyse post β¦"
- Choose your vibe (tone) and pick an angle
- Optionally polish it (shorter / punchier / more formal)
- Click "Copy starter β¦" and paste it into LinkedIn!
replymint/
βββ manifest.json # Extension config (MV3)
βββ background.js # Service worker β handles Claude API calls
βββ content.js # Injected into LinkedIn pages
βββ popup.html # Extension popup UI
βββ popup.css # Styles
βββ popup.js # UI logic
βββ icon16.png
βββ icon32.png
βββ icon48.png
βββ icon128.png
βββ icon.svg
| Layer | Technology |
|---|---|
| Extension | Chrome Manifest V3 |
| AI | Anthropic Claude (claude-sonnet-4-5) |
| UI | Vanilla HTML/CSS/JS |
| Storage | Chrome Local Storage |
| Font | Inter (Google Fonts) |
| Permission | Why |
|---|---|
activeTab |
Read the current tab |
storage |
Save your API key and history locally |
scripting |
Extract post text from LinkedIn pages |
tabs |
Find open LinkedIn tabs |
- Your API key is stored locally in Chrome's storage β never on any server
- Post text you analyse is sent only to Anthropic's API for processing
- No analytics, no tracking, no data collection
Contributions are welcome! Here's how:
- Fork this repo
- Create a feature branch:
git checkout -b feature/my-feature - Make your changes
- Commit:
git commit -m "Add my feature" - Push:
git push origin feature/my-feature - Open a Pull Request
- Auto-detect post text without copy-paste
- Support for Twitter/X posts
- Custom tone/angle templates
- Export history to CSV
- Chrome Web Store listing
MIT License β feel free to use, modify, and distribute.
- Built with Anthropic Claude
- Inspired by every person who's stared at a LinkedIn post wondering what to say
Made with π± and a bit of wit