An OpenCage geocoding skill that enables AI agents to perform forward, reverse, and GeoJSON-formatted coordinate lookup through the OOMOL-connected oo CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-opencage
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install oo-opencage using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenCage geocoding skill provides a seamless, secure connection to OpenCage's powerful geocoding engine directly from your local terminal or within automated AI agent environments. By leveraging Openclaw Skills alongside the OOMOL-connected oo CLI, developers and AI agents can execute complex spatial and geographic requests without managing raw API tokens locally.
This integration dramatically simplifies workflows requiring geographic lookups by offloading credential injection to OOMOL's secure servers. Whether your project demands converting physical addresses to precise GPS coordinates, obtaining reverse-geocoded local details, or pulling maps data formatted in strict GeoJSON, this skill delivers structured, dependable data schemas optimized for agentic execution.
oo connector schema command to identify authoritative parameter names.Run the appropriate script to install the CLI on your host system if it is not already installed.
For macOS or Linux:
curl -fsSL https://cli.oomol.com/install.sh | bash
For Windows PowerShell:
irm https://cli.oomol.com/install.ps1 | iex
Authenticate your local CLI environment:
oo auth login
Navigate to your OOMOL App Connections page to link your OpenCage API Key:
https://console.oomol.com/app-connections?provider=opencage
Before sending a request, query the contract payload to ensure dynamic fields match:
oo connector schema "opencage" --action "<action_name>"
All actions executed via this connector return a unified payload containing the execution identifier and data:
| Key | Type | Description |
|---|---|---|
data |
Object | The raw payload returned from the OpenCage API matching the requested action. |
meta |
Object | Standard metadata block. |
meta.executionId |
String | A unique ID identifying the transaction execution. |
geocode_forward: Geocodes an address. Input includes standard query parameters (e.g., address string). [write]geocode_geojson: Returns standard GeoJSON-formatted objects containing geocoded features.geocode_reverse: Converts latitude and longitude coordinates into localized place names.Loading
An advanced API development and testing skill that lets AI agents seamlessly manage Postman collections, workspaces, specifications, and mock servers without manual token handling.

A CLI-powered AI agent skill designed to query, search, and monitor forum topics, posts, and user activity from Linux DO without raw credential handling.

An automated integration enabling AI agents and developers to safely run ParseHub web scraping projects and retrieve structured web data without writing custom scrapers.

Securely read, create, update, and delete MailerLite subscribers and groups via an AI-ready CLI connector.

A powerful NASA science and astronomy data exploration skill for AI coding agents to search near-Earth objects, fetch space weather alerts, and retrieve deep space imagery without handling raw API credentials.

An AI-ready CLI tool for reading, creating, updating, and deleting LaunchDarkly configurations safely and without managing raw API tokens.








































