Domains
Forms
- SKILL.md33.3%
- scripts66.7%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When a user wants to search LinkedIn jobs, find job openings, scrape LinkedIn listings, or collect job leads with filters (remote/onsite, full-time, experience level, date posted, company).
scripts/search-jobs.py via bash to get paginated job list with IDs.scripts/job-detail.py to fetch full details (description, salary, etc.).Structured job data (title, company, location, type, description, URL) in JSON/JSONL, enabling job market research, lead collection, and hiring analysis.
Use Cases
A recruiter wants to monitor remote software engineering roles posted in the past week at specific companies. They use the skill to filter by keywords, remote work type, and time posted, then extract full details for each opening. This automates lead collection and helps the recruiter build a targeted outreach list with direct apply links, saving hours of manual browsing.
A job seeker analyzes the data analyst market in New York by extracting 200 recent postings with company, salary, and description. The skill batches search and detail calls, outputting JSONL for analysis. The seeker identifies common requirements and salary ranges, improving resume targeting and interview preparation with data-backed insights.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File