Install
$ agentstack add skill-browsing-skills-browsing-skills-linkedin-com ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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_atcookie 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_atcookie 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_atcookie 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_atcookie 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.
- Author: browsing-skills
- Source: browsing-skills/browsing-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.