opencage-automation

Automate Opencage geocoding and location data tasks 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 opencage-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencage-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/opencage-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill opencage-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Opencage APIs by providing a standardized, agent-driven workflow for geocoding and location data retrieval.

Core Features & Use Cases

  • Automated Geocoding: Execute location lookups and coordinate conversions directly through agent commands.
  • Schema Discovery: Dynamically fetch current tool schemas to ensure API compatibility and prevent execution errors.
  • Use Case: A developer needs to geocode a list of addresses for a logistics application; this Skill allows the agent to discover the correct Opencage tools, manage the connection, and execute the batch geocoding process autonomously.

Quick Start

Use the opencage-automation skill to search for available geocoding tools and execute a location lookup for a specific address.

Frequently Asked Questions about opencage-automation

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

FAQPage Schema
How do I connect Opencage to my agent?

Connect Opencage by calling the RUBE_MANAGE_CONNECTIONS tool with the 'opencage' toolkit parameter. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE before proceeding.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS first ensures you have the most current tool schemas, input requirements, and execution plans. This prevents errors caused by outdated tool definitions or changes in the Opencage API structure.

Can I automate bulk geocoding tasks?

Yes, use the RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH to process multiple geocoding requests. Ensure you include the memory parameter in your calls to maintain state across bulk operations.

What should I do if the connection status is not ACTIVE?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command and follow the authentication link provided in the response to re-establish your credentials.