ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

jobgpt

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/captainjackrana/jobgpt
Or

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

Metadata

Stars4072
Views1
Updated2026-04-13
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-captainjackrana-jobgpt": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.