← All plugins
skywatch
v1.0.3Search and explore satellite imagery from top providers including Vantor, Planet, Airbus, and more, all in...
Codex
by SkyWatch Space Applications Inc.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/skywatch/ inside the repository.
Layout
plugins/skywatch/
└── .codex-plugin/plugin.json
Manifests1
plugins/skywatch/.codex-plugin/plugin.json
{
"name": "skywatch",
"version": "1.0.3",
"description": "Search and explore satellite imagery from top providers including Vantor, Planet, Airbus, and more, all in...",
"author": {
"name": "SkyWatch Space Applications Inc.",
"url": "https://skywatch.com"
},
"homepage": "https://skywatch.com",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "SkyWatch",
"shortDescription": "Search and explore satellite imagery from top providers including Vantor, Planet, Airbus, and more, all in...",
"longDescription": "Search and explore satellite imagery from top providers including Vantor, Planet, Airbus, and more, all in one place. SkyWatch lets you find archive imagery by location, date, resolution, and cloud cover, compare pricing across providers, and browse available satellites and product offerings. Results include direct links to view and order imagery on SkyWatch Explore.",
"developerName": "SkyWatch Space Applications Inc.",
"category": "Productivity",
"capabilities": [],
"websiteURL": "https://skywatch.com",
"privacyPolicyURL": "https://skywatch.com/privacy/",
"termsOfServiceURL": "https://s3-us-west-2.amazonaws.com/skywatch-legal/SkyWatch+Terms+of+Service.pdf",
"defaultPrompt": [
"Find recent satellite images of the Golden Gate Bridge"
],
"screenshots": [],
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"logoDark": "./assets/logo-dark.png"
}
}