← All plugins
responsive
v1.0.3The Responsive App makes it easy to work with your organization’s data inside Codex.
Codex
by RFPIO Inc. (d/b/a Responsive)MIT5kupdated 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/responsive/ inside the repository.
Layout
plugins/responsive/
└── .codex-plugin/plugin.json
Manifests1
plugins/responsive/.codex-plugin/plugin.json
{
"name": "responsive",
"version": "1.0.3",
"description": "The Responsive App makes it easy to work with your organization’s data inside Codex.",
"author": {
"name": "RFPIO Inc. (d/b/a Responsive)",
"url": "https://www.responsive.io"
},
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Responsive",
"shortDescription": "The Responsive App makes it easy to work with your organization’s data inside Codex.",
"longDescription": "The Responsive App makes it easy to work with your organization’s data inside Codex. Search your Content Library and generate responses so you can move faster with trusted information and without switching tools.",
"developerName": "RFPIO Inc. (d/b/a Responsive)",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Pull the relevant proposal content from Responsive"
],
"screenshots": [],
"websiteURL": "https://www.responsive.io",
"privacyPolicyURL": "https://www.responsive.io/legal/privacy-policy",
"termsOfServiceURL": "https://www.responsive.io/legal",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png"
},
"homepage": "https://www.responsive.io"
}