TopRank Skills

Official OpenClaw rules 38%

gmaps

通过脚本直连 Google Maps Platform API 完成地理编码、逆地理编码、路线规划、地点搜索、地点详情、海拔查询和时区查询。用户要求"Google Maps 查询""国际路线规划""地点搜索"或需要用命令行脚本调用 Google Maps API 时使用。

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 gmaps 技能。 若已安装,则直接安装 gmaps 技能。

Overview

Skill Key
deusyu/google-maps-skill
Author
deusyu
Source Repo
openclaw/skills
Version
-
Source Path
skills/deusyu/google-maps-skill
Latest Commit SHA
452cba103d5b84d8a88ccfa5532ec1567d367cf9

Extracted Content

SKILL.md excerpt

# Google Maps Skill

## Quick Start
1. Ensure `GOOGLE_MAPS_API_KEY` is set.
2. Run `bun scripts/gmaps.ts --help` in this skill directory.
3. Pick the matching command from `references/command-map.md`.

## Workflow
1. Validate user intent and select one command.
2. Coordinates use **lat,lng** order (Google convention).
3. Keep output as raw Google Maps JSON without wrapping fields.
4. Treat any API business error as failure.

## Commands
- Full command mapping: `references/command-map.md`
- Ready-to-run examples: `references/examples.md`

## Notes
- This skill is script-first and does not run an MCP server.
- Only `GOOGLE_MAPS_API_KEY` is supported.

Related Claw Skills

capt-marbles

phantombuster

★ 0

Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.

dgorissen

stormglass-surf-skill

★ 0

Fetch surf-relevant ocean conditions from Stormglass by spot name or coordinates, including current snapshot and 1-3 day forecast windows with tides, gusts, and water temperature. Use when users ask for surf reports, wave or swell conditions, tide timing, wind, gusts, or water temperature for a beach or surf spot.

coderaven

brain

★ 0

Personal knowledge base for capturing and retrieving information about people, places, restaurants, games, tech, events, media, ideas, and organizations. Use when: user mentions a person, place, restaurant, landmark, game, device, event, book/show, idea, or company. Trigger phrases: "remember", "note that", "met this person", "visited", "played", "what do I know about", etc. Brain entries take precedence over daily logs for named entities.

cutthemustard

geocode-lookup

★ 0

Forward/reverse geocoding and great-circle distance calculations.

cotyledonlab

irish-takeaway

★ 0

Find nearby takeaways in Ireland and browse menus via Deliveroo/Just Eat. Uses Google Places API for discovery and browser automation for menu scraping.

coreyleung-art

baidu-map

★ 0

使用百度地图Web服务API进行地点搜索、天气查询、路线规划和地理编码。