weatherpromise
v1.0.2Protect your trip with WeatherPromise and get back the full cost if it rains more than promised during your...
By WeatherPromise, Inc.License: MIT5.2k GitHub starsUpdated 4 weeks ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- Source updated
- Aug 26, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install weatherpromise for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add weatherpromise@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/openai/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/weatherpromise/.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"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/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[weatherpromise on Agent Plugins Marketplace](https://pluginsmp.com/plugins/weatherpromise)