AgentStack
SKILL verified MIT Self-run

Browsing Linkedin

skill-browsing-skills-browsing-skills-linkedin-com · by browsing-skills

Use when the user wants to interact with LinkedIn — extract post data (content, author, reactions, comments), scrape a member profile (name, headline, experience, education, skills), search for jobs, extract a company page, or export the user's saved posts as structured data or markdown. Works on linkedin.com. Public posts work without login; private/account-personalized content works best with a…

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-browsing-skills-browsing-skills-linkedin-com

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Browsing Linkedin? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

LinkedIn — Browsing Skill

Use this index to choose the LinkedIn action that matches the user request, then open the linked reference file for the complete navigation, requirements, code, and return shape.

Action Index

  • post-data — Extract a LinkedIn post's content, author, reactions, comments, reposts, and canonical metadata. Full spec: [references/post-data.md](references/post-data.md).
  • profile-data — Extract a LinkedIn profile's name, headline, location, about, experience, education, and skills. Requires li_at cookie and a real browser. Full spec: [references/profile-data.md](references/profile-data.md).
  • job-search — Search LinkedIn jobs and extract listings (title, company, location, date, URL, Easy Apply flag). li_at cookie recommended. Full spec: [references/job-search.md](references/job-search.md).
  • company-data — Extract a LinkedIn company page (name, about, website, industry, size, followers, specialties). li_at cookie recommended. Full spec: [references/company-data.md](references/company-data.md).
  • saved-posts — Extract saved posts from the user's LinkedIn saved-posts feed. Auto-scrolls, expands truncated bodies, tags posts by topic, and supports regex filtering. Requires li_at cookie and a real browser. Full spec: [references/saved-posts.md](references/saved-posts.md).

Benchmarks

Benchmarks compare the maintained skill action against a no-skill browser agent that inspects the live page DOM and derives selectors at runtime. Full notes live in [BENCHMARKS.md](../../BENCHMARKS.md).

| Action | With Skill | Without Skill | Notes | |---|---:|---:|---| | post-data | TBD | TBD | Planned. | | profile-data | TBD | TBD | Planned. | | job-search | TBD | TBD | Planned. | | company-data | TBD | TBD | Planned. | | saved-posts | TBD | TBD | Planned. |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.