Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计提醒

jobgptjobgpt 搜索

Agent Skill

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

总安装

269

周安装

11

GitHub Stars

35,678

下载量

86
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill jobgpt

简介

JobGPT 搜索技能用于信息检索与筛选,支持基于关键词的任务场景快速定位。

  • 它适用于 Codex、Claude、Cursor 等宿主环境中获取相关线索。
  • 通过 GitHub 仓库安装,使用前需确认权限范围与维护状态。
  • 建议结合原始 README 核验具体用法,避免触发联网或文件读写操作。
  • 涉及敏感数据时应评估操作边界,确保符合安全策略。

SKILL.md

JobGPT - Job Search Automation

Overview

JobGPT connects your AI assistant to a complete job search automation platform via the JobGPT MCP server. It provides 34 tools covering job search, auto-apply, resume generation, application tracking, salary intelligence, and recruiter outreach so you can manage your entire job hunt from your AI coding assistant.

Built by 6figr.com, the platform supports 150+ countries with salary data, job matching, and automated applications.

When to Use This Skill

  • You want to search for jobs with filters like titles, locations, salary, remote, and H1B sponsorship
  • You want to auto-apply to jobs automatically
  • You want to generate a tailored resume for a specific job application
  • You want to track your job applications across multiple job hunts
  • You want to find recruiters or referrers at target companies and send outreach emails
  • You want to import a job from LinkedIn, Greenhouse, Lever, Workday, or any job board URL
  • You want to check your salary and compare compensation across roles

Setup

This skill requires the JobGPT MCP server:

  1. Create an account - Sign up at 6figr.com/jobgpt-ai
  2. Get an API key - Go to 6figr.com/account, scroll to MCP Integrations, and click Generate API Key. The key starts with mcp_.
  3. Add the 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. Install via npx jobgpt-mcp-server.

Set the JOBGPT_API_KEY environment variable when you are running the local npx jobgpt-mcp-server path.

Examples

Find Remote Jobs

"Find remote senior React jobs paying over $150k"

The skill uses search_jobs with title, remote, and salary filters to find matching positions, then presents results with company, title, location, salary range, and key skills.

Auto-Apply to Jobs

"Auto-apply to the top 5 matches from my job hunt"

The skill checks that your resume is uploaded, uses match_jobs to find new matches, saves the selected matches with add_job_to_applications, then triggers apply_to_job for each resulting application. It monitors progress with get_application_stats.

Generate a Tailored Resume

"Generate a tailored resume for this Google application"

The skill calls generate_resume_for_job to create an AI-optimized resume targeting the specific job's requirements, then provides the download link via get_generated_resume.

Import and Apply from a URL

"Apply to this job for me - https://boards.greenhouse.io/company/jobs/12345"

The skill uses import_job_by_url to import the job from any supported platform (LinkedIn, Greenhouse, Lever, Workday), adds it to applications, and optionally triggers auto-apply.

Recruiter Outreach

"Find recruiters for this job and draft an outreach email"

The skill finds recruiters with get_job_recruiters and helps craft a personalized message. The draft is presented to the user for review; send_outreach is only called after explicit user confirmation.

Check Application Stats

"Show my application stats for the last 7 days"

The skill uses get_application_stats for an aggregated overview - total counts by status, auto-apply metrics, and pipeline progress.

Best Practices

  • Check credits first - Auto-apply and resume generation consume credits. Use get_credits before batch operations.
  • Complete your profile - Run get_profile first and fill in missing fields with update_profile for better job matches.
  • Upload a resume before applying - Use list_resumes to check, and upload_resume if needed.
  • Use job hunts for ongoing searches - Create a job hunt with create_job_hunt to save filters and get continuous matches.
  • Use get_application for saved jobs - If a user asks about a job they've already saved, use get_application instead of get_job.

Troubleshooting

ProblemSolution
"Missing Authorization header"For Claude Code and other remote HTTP MCP setups, confirm the Authorization header is configured on the MCP server entry
"Missing API key"For the local npx jobgpt-mcp-server setup, ensure JOBGPT_API_KEY is set to your API key
"Insufficient credits"Check balance with get_credits. Purchase more at 6figr.com/account
Auto-apply not workingEnsure a resume is uploaded and the job hunt has auto-apply enabled
No job matches foundBroaden your search filters (fewer titles, more locations, wider salary range)

Additional Resources

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.33%
按下载量换算30

Claude

29.49%
按下载量换算25

Cursor

19.18%
按下载量换算16

Gemini CLI

9.16%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills