← All plugins
govtribe
v1.0.3Search government contracts, awards, and vendors directly from Codex.
Codex
by Government Executive Media Group LLCMIT5kupdated 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/govtribe/ inside the repository.
Layout
plugins/govtribe/
└── .codex-plugin/plugin.json
Manifests1
plugins/govtribe/.codex-plugin/plugin.json
{
"name": "govtribe",
"version": "1.0.3",
"description": "Search government contracts, awards, and vendors directly from Codex.",
"author": {
"name": "Government Executive Media Group LLC",
"url": "https://govtribe.com/"
},
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "GovTribe",
"shortDescription": "Search government contracts, awards, and vendors directly from Codex.",
"longDescription": "Search government contracts, awards, and vendors directly from Codex. GovTribe brings U.S. procurement intelligence into your AI workflow—find relevant opportunities across federal agencies; analyze vendor competition; explore teaming partners; and track agency spending patterns. Whether you're researching new markets, conducting competitive analysis, or preparing a proposal, get instant access to billions in public sector data without leaving your conversation.",
"developerName": "Government Executive Media Group LLC",
"category": "Education & Research",
"capabilities": [],
"defaultPrompt": [
"Pull the relevant opportunity context from GovTribe"
],
"screenshots": [],
"websiteURL": "https://govtribe.com/",
"privacyPolicyURL": "https://docs.govtribe.com/user-guide/privacy-policy",
"termsOfServiceURL": "https://docs.govtribe.com/user-guide/terms-of-use",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png"
},
"homepage": "https://govtribe.com/"
}