ワンクリックで
linkedin-search
Search LinkedIn for people, companies, groups, schools, events, products, or services by keyword.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Search LinkedIn for people, companies, groups, schools, events, products, or services by keyword.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Terminal automation skills for web platforms. CLI commands — no browser needed after initial auth.
Web market / industry analysis from a SimilarWeb FREE account: list 200+ industry categories and rank the top + rising websites in any industry by traffic share, visits, engagement, and month-over-month change.
Website traffic analytics from a SimilarWeb FREE account: overview, traffic & engagement, weekly visit trend, marketing channels, audience geography, similar sites, referrals, social traffic, and display advertising. Covers a single most-recent month, worldwide.
Backlink analytics from SimilarWeb: backlink summary with TLD/country distribution, top referring domains, and individual backlinks with source URLs, anchors, and domain/page scores.
Side-by-side domain comparison using SimilarWeb Pro: engagement metrics, traffic channels, device split, rankings, and more.
SEO keyword research from SimilarWeb: SEO overview, keyword rank distribution, top organic/paid pages, keyword gap analysis, and SEO trends.
| name | linkedin-search |
| description | Search LinkedIn for people, companies, groups, schools, events, products, or services by keyword. |
Search LinkedIn for people, companies, groups, schools, events, products, or services by keyword.
auth, launch Chrome yourself with https://www.linkedin.com as the initial URL (see chrome-cdp agent guidance)node skills/chrome-cdp/scripts/cdp.mjs open https://www.linkedin.comauthnode linkedin-search.mjs auth
# Search people (default)
node linkedin-search.mjs search "machine learning"
# Search companies
node linkedin-search.mjs search "devtools" --type=COMPANIES
# Pagination
node linkedin-search.mjs search "site reliability engineer" --count=25 --page=2
Valid types: PEOPLE, COMPANIES, GROUPS, SCHOOLS, EVENTS, PRODUCTS, SERVICES, POSTS
For each result: name, headline/subtitle, location, profile/page URL, and connection degree (for people).
Re-run auth on 401/403 errors.