Agent Plugins Marketplace
All plugins

brighthire

v0.1.1

Connect Codex to BrightHire interview intelligence data through the BrightHire app connector.

Codex1 Skill

By BrightHireLicense: MIT5.2k GitHub starsUpdated 4 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install brighthire for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add brighthire@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openai/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/brighthire/.

Plugin files

plugins/brighthire/
├── .codex-plugin/plugin.json
└── skills/brighthire/SKILL.md

Included Skills1

brighthireskills/brighthire/SKILL.md

Use BrightHire tools when a user asks about BrightHire interview intelligence, calls, candidates, roles, scorecards, transcripts, hiring decisions, or organization-level interview data.

Plugin manifests1

plugins/brighthire/.codex-plugin/plugin.json
{
  "name": "brighthire",
  "version": "0.1.1",
  "description": "Connect Codex to BrightHire interview intelligence data through the BrightHire app connector.",
  "author": {
    "name": "BrightHire",
    "email": "[email protected]",
    "url": "https://www.brighthire.com"
  },
  "homepage": "https://www.brighthire.com",
  "repository": "https://github.com/brighthire/brighthire-codex-plugin",
  "license": "MIT",
  "keywords": [
    "brighthire",
    "interviews",
    "hiring",
    "recruiting",
    "codex"
  ],
  "skills": "./skills/",
  "apps": "./.app.json",
  "interface": {
    "displayName": "BrightHire",
    "shortDescription": "Search and analyze BrightHire interviews, candidates, calls, and hiring data.",
    "longDescription": "Use BrightHire from Codex to retrieve interview intelligence context, inspect calls and candidates, and support hiring workflows with governed access to BrightHire data.",
    "developerName": "BrightHire",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read"
    ],
    "websiteURL": "https://www.brighthire.com",
    "privacyPolicyURL": "https://brighthire.com/privacy-policy/",
    "termsOfServiceURL": "https://brighthire.com/terms-of-service/",
    "defaultPrompt": [
      "Use BrightHire to find recent interviews for this candidate.",
      "Search BrightHire for calls related to this role.",
      "Summarize the BrightHire interview context for this hiring decision."
    ],
    "brandColor": "#2563EB",
    "composerIcon": "./assets/icon.svg",
    "logo": "./assets/logo.png",
    "screenshots": []
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[brighthire on Agent Plugins Marketplace](https://pluginsmp.com/plugins/brighthire)