Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

jobgptjobgpt 搜索

Agent Skill

jobgpt 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,951

周安装

168

GitHub Stars

公开资料未说明

下载量

1,384
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:jobgpt(jobgpt 搜索)
来源仓库:https://github.com/captainjackrana/jobgpt
安装命令:
openclaw skills install jobgpt
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install jobgpt

简介

jobgpt 实现求职全流程自动化,包括职位搜索、简历生成、申请跟踪和薪资建议。

  • 适合希望构建个性化求职代理系统的用户。
  • 支持招聘人员外联和智能谈判策略推荐。jobgpt 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 使用前需配置 MCP 服务器并接入相应 API 密钥。
  • 建议明确各功能边界,避免自动操作超出用户授权范围。

SKILL.md

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
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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

73.74%
按下载量换算1,021

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills