Agent skill
linkedin-search
Search your LinkedIn posts/shares by topic, find connections by title or company, and get LinkedIn statistics. Use when analyzing your LinkedIn data, finding specific connections, or reviewing past posts and shares.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/linkedin-search
SKILL.md
LinkedIn Search
Search your LinkedIn data archive to find posts by topic, connections by role/company, and view statistics.
Setup
- Download your LinkedIn data export from LinkedIn Settings → Get a copy of your data
- Copy the ZIP to the watch folder:
bash
mkdir -p ~/.linkedin-exports cp ~/Downloads/Complete_LinkedInDataExport_*.zip ~/.linkedin-exports/
That's it! Dependencies install automatically on first use.
Usage
Search posts/shares:
python ${CLAUDE_PLUGIN_ROOT}/skills/linkedin-search/linkedin_search.py search-shares --query "AI"
Find connections:
python ${CLAUDE_PLUGIN_ROOT}/skills/linkedin-search/linkedin_search.py find-connections --title "founder" --company "microsoft"
Multi-keyword search:
python ${CLAUDE_PLUGIN_ROOT}/skills/linkedin-search/linkedin_search.py search-connections-keywords --keywords founder gtm
Get statistics:
python ${CLAUDE_PLUGIN_ROOT}/skills/linkedin-search/linkedin_search.py stats
How it works
- First query: auto-installs deps, extracts ZIP, loads to SQLite, creates indexes
- Subsequent queries: uses cached database (instant)
- New export: auto-detects and reloads when newer ZIP found in
~/.linkedin-exports/
Examples
"Did I write about AI?" → search-shares --query "AI"
"Find GTM agency founders" → search-connections-keywords --keywords founder gtm
"How many posts?" → stats
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?