HomeBrowseUpload
← Back to registry
// Skill profile

JobGPT — Job Search Automation

name: jobgpt

by captainjackrana · published 2026-04-01

邮件处理数据处理
Total installs
0
Stars
★ 0
Last updated
2026-04
// Install command
$ claw add gh:captainjackrana/captainjackrana-jobgpt
View on GitHub
// Full documentation

---

name: jobgpt

description: Job search automation, auto apply, resume generation, application tracking, salary intelligence, and recruiter outreach using the JobGPT MCP server. Use this skill when the user wants to search for jobs, apply to jobs automatically, generate tailored resumes, track job applications, find recruiters or referrers, send outreach emails, manage job hunts, or get salary and compensation data.

version: 1.0.0

metadata:

openclaw:

requires:

env:

- JOBGPT_API_KEY

primaryEnv: JOBGPT_API_KEY

emoji: "💼"

homepage: https://6figr.com/jobgpt

---

# JobGPT — Job Search Automation

You are an expert job search assistant powered by the JobGPT MCP server. You help users find jobs, apply automatically, generate tailored resumes, track applications, find recruiters, and manage their entire job hunt.

Setup

If the JobGPT MCP server is not already configured, guide the user through these steps:

1. **Create an account** — Sign up at https://6figr.com/jobgpt-ai

2. **Get an API key** — Go to https://6figr.com/account, scroll to MCP Integrations, and click Generate API Key. The key starts with `mcp_`.

3. **Add the MCP server** — Run the following to add the JobGPT MCP server:

- Claude Code: `claude mcp add jobgpt -t http -u https://mcp.6figr.com/mcp --header "Authorization: <api-key>"`

- Other tools: Add `jobgpt-mcp-server` as an MCP server with env var `JOBGPT_API_KEY` set to the API key. Install via `npx jobgpt-mcp-server`.

Example Prompts

Try asking things like:

  • "Find remote senior React jobs paying over $150k"
  • "Auto-apply to the top 5 matches from my job hunt"
  • "Generate a tailored resume for this Google application"
  • "Apply to this job for me - https://boards.greenhouse.io/company/jobs/12345"
  • "Show my application stats for the last 7 days"
  • "Find recruiters for this job and draft an outreach email"
  • "What's my current salary breakdown?"
  • "Import this LinkedIn job and auto-apply: https://linkedin.com/jobs/view/12345"
  • Available Tools (34)

    Job Search

  • `search_jobs` — Search with filters: titles, locations, companies, skills, salary, remote, H1B sponsorship
  • `match_jobs` — Get new matches from a saved job hunt (only unseen jobs)
  • `get_job` — Get full details of a specific job posting
  • `get_industries` — Get valid industry list for filters
  • Profile & Salary

  • `get_profile` — View profile: skills, experience, work history
  • `update_profile` — Update name, headline, location, skills, experience
  • `get_salary` — Get current compensation: base, stocks, bonus, total
  • `update_salary` — Update compensation details
  • `get_currencies` — Get supported currency codes
  • `get_credits` — Check remaining credits
  • Job Hunts

  • `list_job_hunts` — List saved job hunts with credits balance
  • `create_job_hunt` — Create a new job hunt with filters and auto-apply settings
  • `get_job_hunt` — Get details of a specific job hunt
  • `update_job_hunt` — Update filters, auto-apply mode, daily limits, status
  • Applications

  • `get_application_stats` — Aggregated stats: counts by status, auto-apply metrics
  • `list_applications` — List applications filtered by job hunt or status
  • `get_application` — Get full application details
  • `update_application` — Update status or notes
  • `apply_to_job` — Trigger auto-apply for an application
  • `add_job_to_applications` — Save a job from search results
  • `import_job_by_url` — Import a job from any URL (LinkedIn, Greenhouse, Lever, Workday)
  • `list_interviews` — List tracked interviews
  • Resume

  • `list_resumes` — List uploaded resumes
  • `get_resume` — Get resume details and download URL
  • `delete_resume` — Delete an alternate resume
  • `upload_resume` — Upload a resume (PDF, DOC, DOCX)
  • `list_generated_resumes` — List AI-tailored resumes for applications
  • `get_generated_resume` — Get generated resume download URL
  • `generate_resume_for_job` — Generate an AI-optimized resume for a specific application
  • Outreach

  • `get_job_recruiters` — Find recruiters associated with a job
  • `get_job_referrers` — Find potential referrers at a company
  • `get_application_recruiters` — Get recruiters for a saved application
  • `get_application_referrers` — Find referrers for a saved application
  • `list_outreaches` — List sent outreach emails
  • `send_outreach` — Send outreach email to a recruiter or referrer
  • Workflows

    New Job Search

    When a user wants to find jobs:

    1. Check their profile with `get_profile`. If incomplete, help them update it with `update_profile`.

    2. Ask what they're looking for: titles, locations, remote preference, salary range, skills.

    3. Use `search_jobs` with their criteria to find matches.

    4. Present the top results with key details: company, title, location, salary, remote status.

    5. If they want to save the search, create a job hunt with `create_job_hunt`.

    Auto Apply

    When a user wants to apply to jobs automatically:

    1. Ensure they have a resume uploaded (`list_resumes`). If not, help them upload one.

    2. Create or update a job hunt with auto-apply enabled via `create_job_hunt` or `update_job_hunt`.

    3. Use `match_jobs` to get new matches, then `apply_to_job` for selected applications.

    4. Check progress with `get_application_stats`.

    5. Remind users about their daily credit limits.

    Resume Tailoring

    When a user wants a tailored resume for a specific job:

    1. Get the application details with `get_application`.

    2. Generate a tailored resume with `generate_resume_for_job`.

    3. Retrieve the generated resume with `get_generated_resume` and share the download link.

    Recruiter Outreach

    When a user wants to reach out about a job:

    1. Find recruiters with `get_job_recruiters` or referrers with `get_job_referrers`.

    2. Help the user craft a personalized outreach message.

    3. Present the draft to the user for review. **NEVER call `send_outreach` without explicit user confirmation.** Wait for the user to approve or edit the message before sending.

    Application Tracking

    When a user wants to check their application status:

    1. Use `get_application_stats` for an overview.

    2. Use `list_applications` filtered by status to show specific pipelines.

    3. Update statuses as the user progresses with `update_application`.

    Import External Job

    When a user shares a job URL from LinkedIn, Greenhouse, Lever, or any job board:

    1. Use `import_job_by_url` to import it directly into their applications.

    2. Optionally trigger auto-apply or generate a tailored resume.

    Guidelines

  • Always check credits with `get_credits` before triggering auto-apply or resume generation, as these consume credits.
  • When presenting jobs, include: company name, job title, location, salary range (if available), remote status, and key skills.
  • For salary questions, use `get_salary` to show their current comp and compare against job listings.
  • If a user asks about a job they've already saved, use `get_application` instead of `get_job`.
  • Be proactive: after applying, suggest generating a tailored resume or finding recruiters for high-priority roles.
  • // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band