Overview
- Skill Key
- cutthemustard/geocode-lookup
- Author
- cutthemustard
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/cutthemustard/geocode-lookup
- Latest Commit SHA
- 290f5116ad7f8f56d7020819f73603ba723ac47c
Forward/reverse geocoding and great-circle distance calculations.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 geocode-lookup 技能。 若已安装,则直接安装 geocode-lookup 技能。
# geocode-lookup
Address to coordinates (forward geocoding), coordinates to address (reverse geocoding), and Haversine distance calculations.
## Data Handling
This skill sends addresses and coordinates to an external API. Do not send private addresses without explicit user consent. The service does not store or log input data beyond the immediate response.
## Endpoints
### Forward Geocode
```bash
curl -X POST https://geocode.agentutil.net/v1/forward \
-H "Content-Type: application/json" \
-d '{"address": "Auckland, New Zealand"}'
```
Optional: `limit` (1-5, default 1).
### Reverse Geocode
```bash
curl -X POST https://geocode.agentutil.net/v1/reverse \
-H "Content-Type: application/json" \
-d '{"lat": -36.8485, "lon": 174.7633}'
```
### Distance
```bash
curl -X POST https://geocode.agentutil.net/v1/distance \
-H "Content-Type: application/json" \
-d '{"from": {"address": "London, UK"}, "to": {"address": "New York, US"}, "unit": "km"}'
```
Units: km, mi, m, nm. Accepts `{lat, lon}` or `{address}` for both endpoints.
## Response Format
```json
{
"results": [
{"lat": -36.8485, "lon": 174.7633, "display_name": "Auckland, New Zealand", "type": "city"}
],
"request_id": "abc-123",
"service": "https://geocode.agentutil.net"
}
```
## Pricing
- Free tier: 10 queries/day, no authentication required
- Paid tier: $0.001/query via x402 protocol (USDC on Base)
## Privacy
No authentication required for free tier. No personal data collected. Rate limiting uses IP hashing only.
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.