Loading...
Loading...
Google Maps integration. Manage Maps. Use when the user wants to interact with Google Maps data.
npx skill4agent add membranedev/application-skills google-mapsmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search google-maps --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Get Place Photo | get-place-photo | Get a photo URL for a place using a photo reference from place details |
| Get Static Map | get-static-map | Generate a static map image URL for a given location with optional markers and styling |
| Get Distance Matrix | get-distance-matrix | Calculate travel distance and time between multiple origins and destinations |
| Get Directions | get-directions | Get directions between two or more locations with step-by-step instructions |
| Place Autocomplete | place-autocomplete | Get place predictions as user types, for building autocomplete functionality |
| Get Place Details | get-place-details | Get detailed information about a specific place by its place ID |
| Search Nearby Places | search-nearby-places | Search for places within a specified area around a given location |
| Search Places | search-places | Search for places using a text query (e.g., "pizza in New York" or "shoe stores near Ottawa") |
| Get Elevation | get-elevation | Get elevation data for one or more locations on the earth |
| Get Timezone | get-timezone | Get timezone information for a specific location and timestamp |
| Reverse Geocode | reverse-geocode | Convert geographic coordinates (latitude and longitude) into a human-readable address |
| Geocode Address | geocode-address | Convert a street address into geographic coordinates (latitude and longitude) |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY