keen-io-automation

Automate Keen IO data operations and analytics workflows 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 keen-io-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: keen-io-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/keen-io-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill keen-io-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Keen IO APIs by providing a standardized, agent-driven interface for executing analytics tasks and managing connections.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch current Keen IO tool schemas and input requirements.
  • Connection Management: Verify and maintain active authentication states for Keen IO toolkits.
  • Workflow Execution: Perform bulk operations and multi-step analytics tasks using the Rube MCP framework.

Quick Start

Use the keen-io-automation skill to search for available tools and execute a data query for your current session.

Frequently Asked Questions about keen-io-automation

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

FAQPage Schema
How do I connect Keen IO to my agent?

Connect Keen IO by calling the RUBE_MANAGE_CONNECTIONS tool with the keen_io toolkit slug. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current tool schemas, input arguments, and execution plans. This prevents errors caused by outdated tool definitions or schema changes.

Can I perform bulk operations with this skill?

Yes, use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool() function to execute bulk Keen IO operations efficiently within your agent workflow.

What should I do if my Keen IO connection is inactive?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS tool to trigger the authentication flow and re-establish your session credentials.