google-maps

Access Google Maps APIs for geocoding, directions, and more via OneKey Router.

3|Updated Nov 6, 2025
One-click install
npx skills add https://github.com/aiagenta2z/onekey-agent-router --skill google-maps-aiagenta2z
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-maps
Source: https://github.com/aiagenta2z/onekey-agent-router/tree/main/skills/google-maps
Command: npx skills add https://github.com/aiagenta2z/onekey-agent-router --skill google-maps-aiagenta2z

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ai_agent_marketplace, and includes scripts (resource) components.

What problem does it solve?

Google Maps APIs are integrated into a single interface via OneKey Router, simplifying developer access and key management.

Core Features & Use Cases

  • Unified access to geocode, reverse geocode, places, distance matrix, elevation, and directions through Google Maps APIs via OneKey Router.
  • CLI and Python script interfaces for common Google Maps tools, enabling automation in data pipelines and AI-assisted workflows.
  • Quick access to example workflows such as geocoding an address, computing routes, or searching places within a given radius.

Quick Start

Set your OneKey Router access key and run a script to invoke a Maps tool.

Frequently Asked Questions about google-maps

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

FAQPage Schema
How do I automate Google Maps geocoding and directions in an AI workflow?

You can automate Google Maps geocoding and directions by running CLI or Python scripts that invoke the OneKey Router with specific unique_id and api_id values, integrating mapping capabilities directly into data pipelines and AI-assisted workflows.

What's the best way to unify Google Maps API key management for distance matrix and elevation queries?

Unify Google Maps API key management for distance matrix and elevation queries by routing requests through a single OneKey Router interface, which simplifies access and eliminates the need to manage individual API credentials directly.

Do I need the ai_agent_marketplace library to use Google Maps reverse geocoding scripts?

Yes, you need the ai_agent_marketplace library installed to use these Google Maps reverse geocoding scripts, as it provides the foundational environment required to execute the scripts under skills/google-maps/scripts.

Can I search for places within a specific radius using a unified Google Maps API interface?

Yes, you can search for places within a specific radius using the unified Google Maps API interface by invoking the maps_search_places tool through the OneKey Router, which streamlines the places details retrieval process.

What Google Maps tools are available for calculating routes and computing distances?

Available Google Maps tools include maps_directions for calculating routes and maps_distance_matrix for computing distances, alongside maps_geocode, maps_reverse_geocode, maps_search_places, maps_place_details, and maps_elevation.