plugins marketplace
← All plugins

weatherpromise

v1.0.2

Protect your trip with WeatherPromise and get back the full cost if it rains more than promised during your...

Codex

by WeatherPromise, Inc.MIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/weatherpromise/ inside the repository.

Layout

plugins/weatherpromise/
└── .codex-plugin/plugin.json

Manifests1

plugins/weatherpromise/.codex-plugin/plugin.json
{
  "name": "weatherpromise",
  "version": "1.0.2",
  "description": "Protect your trip with WeatherPromise and get back the full cost if it rains more than promised during your...",
  "author": {
    "name": "WeatherPromise, Inc.",
    "url": "https://www.weatherpromise.com/"
  },
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "WeatherPromise",
    "shortDescription": "Protect your trip with WeatherPromise and get back the full cost if it rains more than promised during your...",
    "longDescription": "Protect your trip with WeatherPromise and get back the full cost if it rains more than promised during your vacation, automatically.\nTell us your destination, travel dates and trip cost and we'll show you an offer, personalized to your trip. Once you purchase the offer, your trip is protected.\nYou will get a link to your personal dashboard where you can monitor the weather during your trip. Rain is measured using independent, accurate data from official sources like NASA and NOAA.\nIf it rains more than the specified threshold, we'll email you automatically. Just confirm your details and the payment is sent right away, no additional proof required.\nGo on your trip and if it rains more than promised, you get a full refund, automatically.",
    "developerName": "WeatherPromise, Inc.",
    "category": "Travel",
    "capabilities": [],
    "defaultPrompt": [
      "Summarize the weather outlook from WeatherPromise"
    ],
    "screenshots": [],
    "websiteURL": "https://www.weatherpromise.com/",
    "privacyPolicyURL": "https://www.weatherpromise.com/privacy",
    "termsOfServiceURL": "https://www.weatherpromise.com/terms",
    "composerIcon": "./assets/app-icon.png",
    "logo": "./assets/app-icon.png"
  },
  "homepage": "https://www.weatherpromise.com/"
}