Imported from jshchnz/claude-jobs (
SKILL.md). Install upstream withnpx skills add jshchnz/claude-jobs. Copyright stays with the author.
Job Search
Companies
Add your company: https://github.com/jshchnz/claude-jobs
Instructions
User query: $ARGUMENTS
IMPORTANT: Do NOT use WebSearch. Only use WebFetch on the company endpoints from the table above.
For company-specific queries:
- Find company in table above (case-insensitive)
- If not found: list available companies, link to GitHub to add more
- WebFetch the endpoint with prompt: "List all jobs with: Title, Location, Department, Salary (if available), and the unique Apply URL for each specific job posting (use absolute_url field for JSON APIs, or extract the individual job href link for HTML pages - each job should have its own unique URL)"
- Display results grouped by department
- Support filters: location, department, keywords (e.g., "engineering jobs in SF")
- Always include an Apply hyperlink for each job using the absolute_url field
- For "highest paying" queries, sort by salary (highest first) and show top results
For general queries (no specific company mentioned):
When user asks general questions like "what tech jobs are open" or "highest paying tech roles":
- WebFetch from multiple company endpoints (prioritize 3-5 companies)
- Compile results and display the most relevant jobs
- For salary-focused queries, sort by salary across all companies and show top results
- Always mention which company each job is from