Source: github.com/claude-dev-code/claude-skills-linkedin
Install: git clone https://github.com/claude-dev-code/claude-skills-linkedin /tmp/cls && cp -R /tmp/cls/linkedin-* ~/.claude/skills/
Powered by: LinkupAPI MCP (https://mcp.linkupapi.com/mcp)
4 Claude Code skills for LinkedIn. Rate-limit-aware. Deduplication built in. All 4 share a single daily cap ledger so usage from one carries over to the others.
What this bundle covers
Skill 1: linkedin-outreach/ — full B2B outreach campaign from ICP to sent connection request
Skill 2: linkedin-high-intent/ — scrape commenters and reactors from any post, enrich, score, and outreach the matches
Skill 3: linkedin-feed-engage/ — auto-comment on ICP feed posts as a warmup before outreach
Skill 4: linkedin-enrich/ — bulk profile enrichment from LinkedIn URLs to role, company, email, and skills
Daily safety caps (shared across all 4 skills)
Each skill checks the shared ledger at Stage 0 before running. If the budget is exhausted from any previous skill in the same day, it trims the campaign size or stops gracefully.
| Cap | Limit per day | What it gates |
|---|---|---|
| Connection requests | 20 | linkedin_network/invite |
| Profile gets | 100 | linkedin_profiles/get |
| Searches | 15 | linkedin_profiles/search_* |
| Comments | 15 | linkedin_content/comment (feed-engage only) |
Campaign logs: ./campaigns/{date}-{slug}.md
Enrichment logs: ./enrichments/{date}-{slug}.md
Subsequent runs of any skill dedupe against these logs. A profile is never invited, commented on, or enriched twice unnecessarily.
Install in Claude Code
git clone https://github.com/claude-dev-code/claude-skills-linkedin /tmp/claude-skills-linkedin
cp -R /tmp/claude-skills-linkedin/linkedin-* ~/.claude/skills/
Restart Claude Code. Skills are auto-discovered and triggered by natural-language prompts.
Install in Claude Desktop or Claude.ai
- Go to the latest GitHub release: github.com/claude-dev-code/claude-skills-linkedin/releases/latest
- Download the zip for the skills you want: linkedin-outreach.zip, linkedin-high-intent.zip, linkedin-feed-engage.zip, linkedin-enrich.zip
- In Claude Desktop or claude.ai: Settings → Skills → Upload skill → drop the zip
- The skill becomes available across all your projects and conversations
Connect the LinkupAPI MCP server
Claude Code
Claude Desktop or Claude.ai