← Back to Skills Marketplace
🔌

Placekey

by OOMOL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
22
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install oo-placekey
Description
Placekey (placekey.io). Use this skill for ANY Placekey request — searching and reading data. Whenever a task involves Placekey, use this skill instead of ca...
README (SKILL.md)

Placekey

Operate Placekey through your OOMOL-connected account. This skill calls the placekey connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Category: Maps & Location, Data & Analytics. Exposes 4 action(s).

Running an action

Assume the user has already installed the oo CLI, signed in, and connected Placekey. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "placekey" --action "\x3Caction_name>"

2. Run the action with a JSON payload that matches the input schema:

oo connector run "placekey" --action "\x3Caction_name>" --data '\x3Cjson>' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action below links to a reference file with its purpose and exact commands. Read the linked file, then fetch the live schema with oo connector schema before constructing --data.

Available actions

  • get_geocode_from_address — Resolve a postal address with Placekey and return the matched geocode response for the location.
  • get_placekey — Look up a single location with Placekey and return its Placekey identifier plus optional enrichment fields.
  • get_placekey_from_address — Resolve a postal address into a Placekey identifier using the Placekey single-lookup API.
  • get_placekeys_bulk — Look up up to 100 locations in one Placekey bulk request and return the result for each query item.

Safety

  • Read actions (get / list / search) are safe to run directly.
  • Create, update, send, or post actions change Placekey state — confirm the exact payload and effect with the user before running.
  • Delete or remove actions are destructive — always confirm the target and get explicit approval first.

First-time setup

These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.

  • oo: command not found — install the oo CLI (other platforms: \x3Chttps://cli.oomol.com/install-guide.md>):

    curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
    
    irm https://cli.oomol.com/install.ps1 | iex           # Windows PowerShell
    
  • Not signed in / authentication error — sign in to your OOMOL account once:

    oo auth login
    
  • scope_missing / credential_expired / app_not_ready / app_not_found — Placekey is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:

    https://console.oomol.com/app-connections?provider=placekey
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

Usage Guidance
Install this only if you want an agent to use Placekey-related workflows. Before running the oo CLI installer, review the installer source or install through a trusted package path if available, and avoid sending sensitive address/location datasets unless you are comfortable with the connected Placekey/OOMOL account handling that data.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The described capability is coherent with a Placekey integration: it helps an agent use Placekey-related search/read/geocoding workflows through an external tool path.
Instruction Scope
The activation language is broad and may trigger on incidental Placekey mentions, but the instructions remain tied to Placekey tasks rather than unrelated agent control.
Install Mechanism
The skill includes a curl-to-bash install command for the oo CLI. This is disclosed as a missing-dependency troubleshooting step, but users should treat it as privileged local code execution.
Credentials
Handling Placekey workflows can involve address or location data and an authenticated connector account; that data access is purpose-aligned but still sensitive.
Persistence & Privilege
Installing and logging into the oo CLI may create local CLI state and authentication/session configuration, but there is no artifact-backed evidence of hidden persistence or automatic background execution by the skill itself.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oo-placekey
  3. After installation, invoke the skill by name or use /oo-placekey
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Adds an OOMOL skill for using Placekey through the `placekey` connector without handling raw API tokens locally. - Supports single-location Placekey lookup with optional enrichment fields. - Resolves postal addresses into Placekey identifiers or matched geocode responses. - Provides bulk Placekey lookup for up to 100 locations per request. - Includes action-level references and a schema-first workflow for building valid `oo connector run` payloads.
Metadata
Slug oo-placekey
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Placekey?

Placekey (placekey.io). Use this skill for ANY Placekey request — searching and reading data. Whenever a task involves Placekey, use this skill instead of ca... It is an AI Agent Skill for Claude Code / OpenClaw, with 22 downloads so far.

How do I install Placekey?

Run "/install oo-placekey" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Placekey free?

Yes, Placekey is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Placekey support?

Placekey is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Placekey?

It is built and maintained by OOMOL (@oomol); the current version is v1.0.0.

💬 Comments