-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathplugin.json
More file actions
82 lines (82 loc) · 2.61 KB
/
Copy pathplugin.json
File metadata and controls
82 lines (82 loc) · 2.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"$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"
}
}
}
}