← All plugins
box
v0.0.3Search and reference your documents
Codex
by OpenAIMIT5kupdated 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/box/ inside the repository.
Layout
plugins/box/
└── .codex-plugin/plugin.json
Manifests1
plugins/box/.codex-plugin/plugin.json
{
"name": "box",
"version": "0.0.3",
"description": "Search and reference your documents",
"author": {
"name": "OpenAI",
"url": "https://www.box.com/home"
},
"homepage": "https://www.box.com/home",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"skills": "./skills/",
"apps": "./.app.json",
"interface": {
"displayName": "Box",
"shortDescription": "Search and reference your documents",
"longDescription": "Search and reference your documents in Box and work safely with Box content flows from Codex.",
"developerName": "OpenAI",
"category": "Productivity",
"capabilities": [],
"websiteURL": "https://www.box.com/home",
"privacyPolicyURL": "https://www.box.com/legal/privacypolicy",
"termsOfServiceURL": "https://www.box.com/legal/terms",
"brandColor": "#0061D5",
"defaultPrompt": [
"Find a Box file and summarize the key points"
],
"composerIcon": "./assets/app-icon.png",
"logo": "./assets/app-icon.png",
"screenshots": []
}
}