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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/captainjackrana/jobgptJobGPT — 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:
- Create an account — Sign up at https://6figr.com/jobgpt-ai
- Get an API key — Go to https://6figr.com/account, scroll to MCP Integrations, and click Generate API Key. The key starts with
mcp_. - 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-serveras an MCP server with env varJOBGPT_API_KEYset to the API key. Install vianpx jobgpt-mcp-server.
- Claude Code:
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 sponsorshipmatch_jobs— Get new matches from a saved job hunt (only unseen jobs)get_job— Get full details of a specific job postingget_industries— Get valid industry list for filters
Profile & Salary
get_profile— View profile: skills, experience, work historyupdate_profile— Update name, headline, location, skills, experienceget_salary— Get current compensation: base, stocks, bonus, totalupdate_salary— Update compensation detailsget_currencies— Get supported currency codesget_credits— Check remaining credits
Job Hunts
list_job_hunts— List saved job hunts with credits balancecreate_job_hunt— Create a new job hunt with filters and auto-apply settingsget_job_hunt— Get details of a specific job huntupdate_job_hunt— Update filters, auto-apply mode, daily limits, status
Applications
get_application_stats— Aggregated stats: counts by status, auto-apply metricslist_applications— List applications filtered by job hunt or statusget_application— Get full application detailsupdate_application— Update status or notesapply_to_job— Trigger auto-apply for an applicationadd_job_to_applications— Save a job from search resultsimport_job_by_url— Import a job from any URL (LinkedIn, Greenhouse, Lever, Workday)list_interviews— List tracked interviews
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-captainjackrana-jobgpt": {
"enabled": true,
"auto_update": true
}
}
}