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.
/plugin marketplace add syftdata/linkedin-claude-plugin/plugin install linkedin-search@linkedin-searchThis skill is limited to using the following tools:
linkedin_search.pySearch your LinkedIn data archive to find posts by topic, connections by role/company, and view statistics.
mkdir -p ~/.linkedin-exports
cp ~/Downloads/Complete_LinkedInDataExport_*.zip ~/.linkedin-exports/
That's it! Dependencies install automatically on first use.
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
~/.linkedin-exports/"Did I write about AI?" → search-shares --query "AI"
"Find GTM agency founders" → search-connections-keywords --keywords founder gtm
"How many posts?" → stats
Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.