google_maps

Integrate Google Maps API for geocoding, directions, and map display.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/ironkid90/lucky5-v8 --skill google-maps-ironkid90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google_maps
Source: https://github.com/ironkid90/lucky5-v8/tree/main/.cursor/skills/google_maps
Command: npx skills add https://github.com/ironkid90/lucky5-v8 --skill google-maps-ironkid90

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @composio/mcp, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps integrate Google Maps functionality into your application, allowing for easy access to location data, geocoding, directions, and mapping services.

Core Features & Use Cases

  • Geocoding: Convert addresses and locations to geographic coordinates.
  • Direction Calculations: Compute travel routes and travel distance matrices.
  • Map Integration: Display maps, markers, and polygons in your application.
  • Use Case: If you're developing a navigation app, this Skill enables you to easily implement location services using Google Maps API.

Quick Start

Use the google_maps skill to get directions from the address '1600 Amphitheatre Parkway, Mountain View, CA' to '456 Park Ave, New York, NY'.

Frequently Asked Questions about google_maps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Google Maps for geocoding and directions in my application?

To integrate Google Maps for geocoding and directions, you can use this Skill to handle API calls for location-based services, converting addresses to geographic coordinates and computing travel routes.

Can I use this Skill to calculate travel routes and distance matrices?

Yes, you can use this Skill to calculate travel directions and distance matrices. It handles Google Maps API calls to compute travel routes between specified origin and destination addresses.

What authentication is needed to access Google Maps location services?

Accessing Google Maps location services through this Skill requires OAuth2 authentication to authorize and manage API calls for geocoding, direction calculations, and map display functionalities.

How do I convert a physical address to geographic coordinates using Google Maps?

You can convert a physical address to geographic coordinates using the geocoding feature of this Skill. It handles the Google Maps API calls to translate location data into precise coordinates.

Does this Skill support displaying maps, markers, and polygons?

Yes, this Skill supports map integration by enabling the display of maps, markers, and polygons within your application. It handles the necessary Google Maps API calls for rendering these visual elements.

What dependencies are required to set up Google Maps API integration?

Setting up Google Maps API integration requires the @composio/mcp dependency. This prerequisite allows the Skill to properly handle OAuth2 authentication and execute location-based service calls.