li-inbox · LinkedIn Inbox Triage
Sorts pasted LinkedIn DMs and connection requests into leads, recruiters, peers, asks and spam, then drafts only the replies worth sending.
Marketing & SEOBeginner★ 590⑂ 86AI score 8/10Last updated: Sep 17, 2026
What it does
- Sorts pasted LinkedIn messages into five buckets: LEAD / RECRUITER / PEER / ASK / SPAM.
- Prints the counts first ("3 leads, 2 recruiters, 41 spam") so you see the shape of the inbox instantly.
- Detects automated outreach sequences — no-specifics invite, "quick question" minutes after the accept, calendar link in message one, a bump exactly four days later — and names the tell.
- Drafts human-sounding replies only for buckets that deserve one, with declines that are short, warm and final.
Who it's for
- Freelancers and consultants whose real inquiries get buried under noise.
- Founders and salespeople who need to separate genuine leads from lead-gen scripts.
- Engineers and designers tired of rewriting the same recruiter reply.
Examples
- Paste 50 DMs with "my inbox is a mess" and get bucket counts plus the evidence behind each spam call.
- Paste a recruiter message and get a reply asking for the three missing items (comp band, level, in-office), or a one-line pass with a genuine referral offer.
- For a "can I pick your brain" request, get a warm one-sentence decline that still hands over the single answer you'd have given on the call.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/Jakeschincariol/linkedin-agent-skill/HEAD/skills/li-inbox/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/li-inbox folder from the GitHub repo Jakeschincariol/linkedin-agent-skill into my ~/.claude/skills/li-inbox/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/Jakeschincariol/linkedin-agent-skill.git && mkdir -p ~/.claude/skills && cp -r linkedin-agent-skill/skills/li-inbox ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repo:
git clone https://github.com/Jakeschincariol/linkedin-agent-skill.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r linkedin-agent-skill/skills/li-inbox ~/.claude/skills/ - Restart Claude Code, paste a batch of LinkedIn messages and say "triage my DMs" to trigger it.
View source on GitHub ↗License: MIT