plugins marketplace
← All plugins

brighthire

v0.1.1

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

Codex1 skill

by BrightHireMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/brighthire/ inside the repository.

Layout

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

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.

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": "support@brighthire.com",
    "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": []
  }
}