linkedin-leads
Installation
SKILL.md
LinkedIn leads
Reduck scripts that turn LinkedIn flows into callable building blocks. Each script
below is a pointer — read its contract (read_script) for the exact args and
output. They are loggedIn, so they need a LinkedIn session exposed via
reduck local --cookies (see the reduck skill for the bridge lifecycle and how
to run a script).
Scripts
@reduck/google.com/search_site—(query, limit)→ search-result URLs. Used to runsite:linkedin.com/posts <topic>against Google (not LinkedIn search): a real recency filter and no LinkedIn rate cap. Yields the post URLs that seed everything else.@reduck/linkedin.com/get_post—(postUrl)→ the post's content and author. The "what was said / by whom" for a discovered URL.@reduck/linkedin.com/get_post_reactors—(postUrl, limit)→ the people who reacted (name + member-id profile link). The engaged audience; the raw lead pool before qualification.@reduck/linkedin.com/get_profile—(profileUrl | member-id link)→ the canonical profile. Resolves a reactor's member-id link to the real profile and is the input the other profile scripts need — always the first enrichment call.@reduck/linkedin.com/get_profile_experience—(profileUrl)→ roles / tenure. Confirms the person is who the post suggested (title, seniority, current company).@reduck/linkedin.com/get_profile_education—(profileUrl)→ schools / degrees. A qualification signal (alma mater, field of study) for the shortlist.@reduck/linkedin.com/get_company_info—(companyUrl | name)→ firmographics (size, industry). Sizes the account behind a qualified person.
Sales Navigator (optional — requires a paid Sales Navigator seat). Skip these entirely if the user has no Sales Navigator subscription; the post-driven Discover path above works without one.