Back to skills
SkillHub ClubShip Full StackFull Stack

claude-jobs

Find job openings at tech companies. Use when user asks about jobs, careers, openings, positions, roles, or salaries - either at specific companies or general tech job queries.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
59
Hot score
92
Updated
March 20, 2026
Overall rating
C3.9
Composite score
3.9
Best-practice grade
A88.4

Install command

npx @skill-hub/cli install jshchnz-claude-jobs

Repository

jshchnz/jshchnz-claude-jobs

Find job openings at tech companies. Use when user asks about jobs, careers, openings, positions, roles, or salaries - either at specific companies or general tech job queries.

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: jshchnz.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install claude-jobs into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://www.skillhub.club/skills/jshchnz-claude-jobs before adding claude-jobs to shared team environments
  • Use claude-jobs for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: claude-jobs
description: Find job openings at tech companies. Use when user asks about jobs, careers, openings, positions, roles, or salaries - either at specific companies or general tech job queries.
allowed-tools: WebFetch
---

# Job Search

## Companies

| Company | Endpoint |
|---------|----------|
| airbnb | https://boards-api.greenhouse.io/v1/boards/airbnb/jobs |
| anthropic | https://boards-api.greenhouse.io/v1/boards/anthropic/jobs |
| cloudflare | https://boards-api.greenhouse.io/v1/boards/cloudflare/jobs |
| coinbase | https://boards-api.greenhouse.io/v1/boards/coinbase/jobs |
| datadog | https://boards-api.greenhouse.io/v1/boards/datadog/jobs |
| discord | https://boards-api.greenhouse.io/v1/boards/discord/jobs |
| dropbox | https://boards-api.greenhouse.io/v1/boards/dropbox/jobs |
| figma | https://boards-api.greenhouse.io/v1/boards/figma/jobs |
| gitlab | https://boards-api.greenhouse.io/v1/boards/gitlab/jobs |
| instacart | https://boards-api.greenhouse.io/v1/boards/instacart/jobs |
| linear | https://jobs.ashbyhq.com/linear |
| lyft | https://boards-api.greenhouse.io/v1/boards/lyft/jobs |
| netlify | https://boards-api.greenhouse.io/v1/boards/netlify/jobs |
| notion | https://jobs.ashbyhq.com/notion |
| revenuecat | https://jobs.ashbyhq.com/revenuecat |
| sentry | https://sentry.io/jobs/list.json |
| stripe | https://boards-api.greenhouse.io/v1/boards/stripe/jobs |
| vercel | https://boards-api.greenhouse.io/v1/boards/vercel/jobs |

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:
1. Find company in table above (case-insensitive)
2. If not found: list available companies, link to GitHub to add more
3. 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)"
4. Display results grouped by department
5. Support filters: location, department, keywords (e.g., "engineering jobs in SF")
6. Always include an [Apply](url) hyperlink for each job using the absolute_url field
7. 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":
1. WebFetch from multiple company endpoints (prioritize 3-5 companies)
2. Compile results and display the most relevant jobs
3. For salary-focused queries, sort by salary across all companies and show top results
4. Always mention which company each job is from
claude-jobs | SkillHub