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

ai-dev-jobs-mcpAI DEV jobs MCP 搜索

Agent Skill

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

总安装

240

周安装

10

GitHub Stars

35,734

下载量

80
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill ai-dev-jobs-mcp

简介

用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 提供远程 MCP 服务器访问,支持按角色、地点或公司搜索 AI 职位信息。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法。
  • 涉及联网或数据导出时,建议确认权限范围和操作边界,避免误操作。
  • ai-dev-jobs-mcp 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

AI Dev Jobs MCP

Overview

AI Dev Jobs is a remote MCP server that gives AI agents access to a live index of AI and ML job listings. As of April 17, 2026, the live MCP stats report 8,405 active roles across 489 companies, a $213,500 median salary, and 600 new jobs this week. Agents can search jobs by role, location, or company, retrieve full job details, list hiring companies, match roles to a profile, and get salary or aggregate market statistics. It is designed for AI agents that assist with job searching, recruiting, or labor market analysis.

When to Use This Skill

  • Use when helping a user search for AI or ML engineering jobs
  • Use when an agent needs to look up which companies are hiring for specific AI roles
  • Use when building recruiting or talent-matching workflows
  • Use when analyzing the AI job market (open positions, top companies, role distribution)

MCP Configuration

Add the AI Dev Jobs MCP server to your client configuration. The endpoint uses streamable HTTP and requires no authentication.

Claude Desktop / Cursor / Windsurf

{
  "mcpServers": {
    "ai-dev-jobs": {
      "url": "https://aidevboard.com/mcp"
    }
  }
}

No API key or authentication is required.

Available Tools

search_jobs

Search the job index by keyword, location, company, or work arrangement. Returns matching listings with title, company, location, and salary information.

search_jobs({ query: "machine learning engineer", location: "remote" })

get_job

Retrieve full details for a specific job listing by ID, including description, requirements, salary range, and application link.

get_job({ id: "abc123" })

list_companies

List all companies in the index with their open position counts. Useful for discovering which companies are actively hiring.

list_companies({})

get_company

Retrieve details for a specific company, including available AI roles when exposed by the endpoint.

get_company({ id: "openai" })

get_stats

Get aggregate statistics about the job market: total listings, top companies by open roles, role distribution, and location breakdown.

get_stats({})

match_jobs

Match jobs against a candidate profile, skills list, or preferences.

match_jobs({ skills: ["python", "llm", "pytorch"], workplace: "remote" })

get_salary_data

Retrieve salary statistics for roles, tags, levels, or locations when available.

get_salary_data({ tag: "llm", level: "senior" })

list_tags

List indexed tags that can be used to filter searches or salary analysis.

list_tags({})

Examples

Example 1: Find Remote ML Jobs

Use @ai-dev-jobs-mcp to find remote machine learning engineer positions.

The agent will call search_jobs({query: "machine learning engineer", location: "remote"}) and return matching listings.

Example 2: Check Which Companies Are Hiring

Use @ai-dev-jobs-mcp to list all companies currently hiring for AI roles.

The agent will call list_companies({}) and return companies sorted by number of open positions.

Example 3: Get Job Market Overview

Use @ai-dev-jobs-mcp to show current AI job market statistics.

The agent will call get_stats({}) and return aggregate data on listings, top employers, and role distribution.

Example 4: Get Full Job Details

Use @ai-dev-jobs-mcp to get the full details for job ID abc123.

The agent will call get_job({id: "abc123"}) and return the complete listing with requirements and application link.

Example 5: Match Jobs to a Candidate Profile

Use @ai-dev-jobs-mcp to match remote LLM roles to a senior Python and PyTorch profile.

The agent will call match_jobs({skills: ["python", "llm", "pytorch"], workplace: "remote"}) and return suitable listings.

Example 6: Compare Salary Data

Use @ai-dev-jobs-mcp to compare senior LLM salary data.

The agent will call get_salary_data({tag: "llm", level: "senior"}) and summarize available compensation ranges.

Best Practices

  • Use search_jobs with specific keywords for targeted results rather than broad queries
  • Use list_companies to discover companies, then search_jobs filtered by company name for focused searches
  • Use get_stats to provide users with market context before diving into specific listings
  • Use match_jobs when the user gives skills, seniority, location, or work arrangement preferences
  • Use get_salary_data only as market context; remind users that listings and compensation change quickly
  • Combine with resume or cover letter skills to create end-to-end job application workflows

Limitations

  • The index covers AI and ML roles specifically; general software engineering jobs outside the AI space may not be included.
  • Job listings are refreshed regularly but may have a short delay before new postings appear.
  • Salary data is available when companies provide it; not all listings include salary information.
  • Counts and salary medians are live market data and should be refreshed with get_stats before quoting them in user-facing output.

Related Skills

  • @not-human-search-mcp - Discover AI-ready tools and APIs via MCP
  • @mcp-builder - For building your own MCP servers

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.65%
按下载量换算27

Claude

27.6%
按下载量换算22

Cursor

19.54%
按下载量换算16

Gemini CLI

10.4%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills