Indeed Skills

by nikhonit

318 downloads
Not rated
GitHub Website

About

Agent skills for live Indeed job postings data. Search roles, salaries, and descriptions from Claude, ChatGPT, Cursor, or any agent loop via the RolesAPI REST API.

Details

Author
nikhonit
Downloads
318
Categories
Search, Other

- ChatGPT and custom GPTs: call the scripts from a code interpreter or wrap them as actions

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Indeed Skills
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

The README includes setup instructions such as npx clawhub@latest install indeed-full.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "indeed skills": {
            "indeed-skills": {
                "command": "npx",
                "args": [
                    "clawhub@latest",
                    "install",
                    "indeed-full"
                ]
            }
        }
    }
}

McpServers

{
    "indeed-skills": {
        "command": "npx",
        "args": [
            "clawhub@latest",
            "install",
            "indeed-full"
        ]
    }
}

indeed-skills: Indeed job postings API skills for AI agents

License: MIT-0
Python 3.8+
RolesAPI

Agent skills for live Indeed job postings data. Three drop-in skills that give Claude, ChatGPT, Cursor, or any custom agent loop a job postings API: search Indeed listings by keyword and location, fetch normalized role details, and look up salaries, descriptions, company info, and benefits over the RolesAPI REST API. If you have been looking for an Indeed API or an Indeed data API alternative that returns clean JSON, this is the fastest way to wire jobs data into an AI agent.

Free to start. Grab a key (100 credits at signup, no card required) and you are searching live job postings from your agent in under two minutes.

Pure Python standard library. No dependencies. MIT-0 licensed.

Install

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.