← All plugins
united-rentals
v1.0.3Get the right equipment for the job without guesswork.
Codex
by United RentalsMIT5kupdated 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/united-rentals/ inside the repository.
Layout
plugins/united-rentals/
└── .codex-plugin/plugin.json
Manifests1
plugins/united-rentals/.codex-plugin/plugin.json
{
"name": "united-rentals",
"version": "1.0.3",
"description": "Get the right equipment for the job without guesswork.",
"author": {
"name": "United Rentals",
"url": "https://www.unitedrentals.com"
},
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "United Rentals",
"shortDescription": "Get the right equipment for the job without guesswork.",
"longDescription": "Get the right equipment for the job without guesswork. Share your project details and receive tailored equipment recommendations, along with specifications to support confident selection.",
"developerName": "United Rentals",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Find the relevant United Rentals inventory or availability"
],
"screenshots": [],
"websiteURL": "https://www.unitedrentals.com",
"privacyPolicyURL": "https://www.unitedrentals.com/legal/privacy-policy",
"termsOfServiceURL": "https://www.unitedrentals.com/legal/website-terms-of-use-us-eng",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png"
},
"homepage": "https://www.unitedrentals.com"
}