← All plugins
clay
v1.0.2Find and engage prospects
Codex
by ClayMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/clay/ inside the repository.
Layout
plugins/clay/
└── .codex-plugin/plugin.json
Manifests1
plugins/clay/.codex-plugin/plugin.json
{
"name": "clay",
"version": "1.0.2",
"description": "Find and engage prospects",
"author": {
"name": "Clay",
"url": "https://www.clay.com"
},
"homepage": "https://www.clay.com",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [
"clay",
"gtm",
"sales",
"prospecting",
"lead-enrichment",
"contacts",
"accounts"
],
"apps": "./.app.json",
"interface": {
"displayName": "Clay",
"shortDescription": "Find and engage prospects",
"longDescription": "Find and engage prospects",
"developerName": "Clay",
"category": "Business & Operations",
"capabilities": [],
"websiteURL": "https://www.clay.com",
"privacyPolicyURL": "https://privacy.clay.com/",
"termsOfServiceURL": "https://www.clay.com/terms-of-service",
"brandColor": "#38D8F8",
"defaultPrompt": [
"Find Clay records matching this ICP and summarize the strongest prospect accounts.",
"Enrich these leads in Clay with company, role, and outreach context.",
"Build a Clay prospecting list for this segment and identify useful signals."
],
"screenshots": [],
"composerIcon": "./assets/app-icon.png",
"logo": "./assets/app-icon.png"
}
}