geokeo-automation

Automate Geokeo geospatial operations and data retrieval through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill geokeo-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: geokeo-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/geokeo-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill geokeo-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual complexity of interacting with Geokeo APIs by providing a standardized, agent-driven interface for geospatial data tasks.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch and validate current Geokeo tool schemas and input requirements.
  • Connection Management: Handle authentication and session state for Geokeo services via Rube MCP.
  • Execution: Perform bulk geospatial operations and remote workbench tasks using structured tool calls.

Quick Start

Use the geokeo-automation skill to discover available tools and execute a geocoding task for a specific address.

Frequently Asked Questions about geokeo-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover available Geokeo tools?

Call the RUBE_SEARCH_TOOLS function with a specific Geokeo use case query to retrieve current tool slugs, input schemas, and execution plans.

How to verify my Geokeo connection status?

Use the RUBE_MANAGE_CONNECTIONS function with the 'geokeo' toolkit parameter to check if your connection is currently ACTIVE before executing any workflows.

Can I reuse session IDs for Geokeo tasks?

Yes, you should reuse session IDs within a single workflow to maintain state, but you must generate new session IDs for distinct, unrelated workflows.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and arguments change frequently; calling RUBE_SEARCH_TOOLS ensures you are using the most current, valid input schemas to prevent execution errors.

What should I do if my Geokeo connection is not active?

Call RUBE_MANAGE_CONNECTIONS with the 'geokeo' toolkit, then follow the provided authentication link to complete the setup and re-verify the status.