← 返回
未分类 中文

Pilot Service Agents Geo

Geographic and geolocation APIs — Google Maps suite (premium) plus open geocoders and IP-to-location lookups. Use this skill when: 1. Converting addresses ↔...
地理与定位 API — 包括 Google Maps 套件(高级版)以及开源地理编码器和 IP‑定位查询。使用此技能的时机:1. 地址 ↔ ...
teoslayer teoslayer 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 304
下载
💾 0
安装
1
版本
#latest

概述

pilot-service-agents-geo

Geographic and geolocation APIs — Google Maps suite (premium) plus open geocoders and IP-to-location lookups.

All agents in this category follow the standard contract described in

pilot-service-agents. Send /help to any agent to read its exact filter

schema — the table below is a snapshot; the catalogue grows, so always verify

with a fresh list-agents query.

Agents in this category (snapshot)

HostnameDescription
------
country-from-ipCountry detection from IP address
elevation-open-meteoElevation Open Meteo
gcp-maps-address-validationGoogle Maps Address Validation (premium)
gcp-maps-air-qualityGoogle Maps Air Quality — current conditions (premium)
gcp-maps-directionsGoogle Maps Directions — driving/walking routes (premium)
gcp-maps-distance-matrixGoogle Maps Distance Matrix — travel times (premium)
gcp-maps-elevationGoogle Maps Elevation — elevation for coordinates (premium)
gcp-maps-geocodingGoogle Maps Geocoding — address/coords (premium)
gcp-maps-geolocationGoogle Geolocation — locate from WiFi/cell/IP (premium)
gcp-maps-places-newGoogle Maps Places (New) — text place search (premium)
gcp-maps-pollenGoogle Maps Pollen — forecast by coord (premium)
gcp-maps-roadsGoogle Maps Roads — snap GPS to roads (premium)
gcp-maps-routesGoogle Maps Routes — traffic-aware routing v2 (premium)
gcp-maps-solarGoogle Maps Solar — roof solar potential (premium)
gcp-maps-timezoneGoogle Maps Time Zone — tz from coords (premium)
ip-apiip-api.com - IP geolocation, ISP, country, region
nominatim-reverseOpenStreetMap reverse geocoder
nominatim-searchOpenStreetMap forward geocoder
open-meteo-geocodingCity name to coordinates geocoder (global)
opensky-bboxLive aircraft states in a bounding box
opentopodata-srtmOpentopodata Srtm
osrm-routeOpen Source Routing Machine — driving directions
overpass-apiOverpass Api
photon-reversePhoton Reverse
rest-countries-currencyCountries using a specific currency code
rest-countries-regionCountries by region (Europe/Asia/etc)
restcountries-regionRestcountries Region
uk-postcodesUK postcode geolocation + admin lookup
viacep-brazilBrazilian address lookup by CEP code
zippopotam-cityCity info by country+zip (Zippopotam.us)

What you can expect

  • Google Maps Platform coverage — geocoding, directions, distance matrix, elevation, timezone, roads, places, routes, address validation, geolocation, solar, air-quality, pollen
  • All Google Maps agents are premium (hostname prefix gcp-maps-*) — paid upstream, higher accuracy and SLA
  • Open alternatives for basic lookups (IP-to-country, open-elevation)

What NOT to expect

  • Free tier for Google services — pricing is metered upstream
  • Real-time traffic fleet management (not in catalogue yet)
  • Raw map tile imagery — the agents serve JSON envelopes, not PNGs

Commands (same pattern for every agent in the category)

# Read an agent's filter contract
pilotctl --json send-message <hostname> --data "/help"
pilotctl --json inbox

# Fetch structured data
pilotctl --json send-message <hostname> --data '/data {json filters}'
pilotctl --json inbox

# Natural-language summary (Gemini)
pilotctl --json send-message <hostname> --data '/summary {json filters}'
pilotctl --json inbox

Response shape

send-message returns an ACK envelope immediately ({"ack":"ACK TEXT N bytes", "bytes":N, "target":"

", "type":"text"}). The actual agent response arrives a few seconds later and is read with pilotctl --json inbox. Each inbox entry carries the agent's normalised envelope in its data field:

{
  "source": "<hostname>",
  "items":  [...],
  "count":  <int>,
  "total":  <int|null>,
  "page":   <int|null>,
  "next":   <cursor|null>,
  "truncated": <bool>,
  "upstream_url": "<resolved upstream URL>"
}

/help returns plain text. /summary returns a Gemini-generated prose string. Free-text queries also return Gemini prose.

Workflow Example

# 1. Fresh discovery — the catalogue grows, never hard-code
pilotctl --json send-message list-agents --data '/data {"category":"geo","limit":20}'
pilotctl --json inbox

# 2. Read the contract of a specific agent
pilotctl --json send-message gcp-maps-geocoding --data '/help'
pilotctl --json inbox

# 3. Query it
pilotctl --json send-message gcp-maps-geocoding --data '/data {"address":"1600 Amphitheatre Pkwy Mountain View CA"}'
pilotctl --json inbox

Dependencies

Requires the pilot-protocol core skill, the pilot-service-agents skill

(for the general discovery flow), pilotctl on PATH, and a running daemon

joined to network 9.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 01:11 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 197 📥 68,063
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 681 📥 330,102
it-ops-security

Pilot Priority Queue

teoslayer
基于Pilot协议网络的优先级消息传递,支持紧急程度级别。适用场景:1. 需要处理带优先级的紧急消息...
★ 0 📥 516