スキル一覧に戻る
syftdata

linkedin-search

by syftdata

LinkedIn search plugin for Claude Code

2🍴 1📅 2026年1月16日
GitHubで見るManusで実行

SKILL.md


name: linkedin-search description: 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. allowed-tools: Read, Bash(python3:*)

LinkedIn Search

Search your LinkedIn data archive to find posts by topic, connections by role/company, and view statistics.

Setup

  1. Download your LinkedIn data export from LinkedIn Settings → Get a copy of your data
  2. Copy the ZIP to the watch folder:
    mkdir -p ~/.linkedin-exports
    cp ~/Downloads/Complete_LinkedInDataExport_*.zip ~/.linkedin-exports/
    

That's it! Dependencies install automatically on first use.

Usage

Search posts/shares:

python3 ${CLAUDE_PLUGIN_ROOT}/skills/linkedin-search/linkedin_search.py search-shares --query "AI"

Find connections:

python3 ${CLAUDE_PLUGIN_ROOT}/skills/linkedin-search/linkedin_search.py find-connections --title "founder" --company "microsoft"

Multi-keyword search:

python3 ${CLAUDE_PLUGIN_ROOT}/skills/linkedin-search/linkedin_search.py search-connections-keywords --keywords founder gtm

Get statistics:

python3 ${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

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です