Skip to content

googlemaps/google-maps-platform

v1.0.0Apache-2.0

Google Maps Platform main entrypoint agent skill with dynamic sub-skill routing across Web, Android, iOS, and Web Services APIs.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "google-maps-platform",
  "version": "1.0.0",
  "description": "Google Maps Platform main entrypoint agent skill with dynamic sub-skill routing across Web, Android, iOS, and Web Services APIs.",
  "homepage": "https://github.com/googlemaps/agent-skills",
  "repository": "https://github.com/googlemaps/agent-skills",
  "license": "Apache-2.0",
  "keywords": [
    "google-maps-platform",
    "maps-javascript-api",
    "maps-sdk-android",
    "maps-sdk-ios",
    "flutter",
    "react",
    "interactive-maps",
    "maps-3d",
    "street-view",
    "static-maps",
    "map-tiles",
    "custom-styling",
    "heatmaps",
    "geofencing",
    "places-api",
    "place-autocomplete",
    "place-details",
    "store-locator",
    "nearby-search",
    "places-insights",
    "address-validation",
    "cass-certification",
    "geocoding",
    "reverse-geocoding",
    "time-zone",
    "elevation",
    "routes-api",
    "directions",
    "distance-matrix",
    "eco-friendly-routing",
    "route-optimization",
    "navigation-sdk",
    "fleet-engine",
    "driver-sdk",
    "air-quality",
    "pollen",
    "solar-potential",
    "weather",
    "aerial-view",
    "compliance-review",
    "terms-of-service",
    "cost-optimization"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Google Maps Platform",
        "shortDescription": "Maps, Places, and Routes",
        "longDescription": "Build location-intelligent applications using Google Maps Platform APIs and SDKs across Web, Android, iOS, and Web Services. Features include interactive 3D and 2D maps, Places search, Geocoding, Routes, Address Validation, and environmental insights.",
        "developerName": "Google Maps Platform",
        "category": "Developer Tools",
        "capabilities": [
          "Interactive maps (2D/3D)",
          "Places and search",
          "Directions and routing",
          "Address validation",
          "Geocoding and reverse geocoding"
        ],
        "websiteURL": "https://developers.google.com/maps",
        "privacyPolicyURL": "https://policies.google.com/privacy",
        "termsOfServiceURL": "https://cloud.google.com/maps-platform/terms",
        "defaultPrompt": [
          "How do I display an interactive Google Map in React or JavaScript?",
          "How do I search for places using the Google Maps Places API?",
          "How do I calculate routes and travel times between locations?"
        ],
        "brandColor": "#4285F4",
        "composerIcon": "./assets/icon.png",
        "logo": "./assets/logo.png"
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai