felt-automation

Automate Felt mapping operations through the Rube MCP integration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Felt maps by providing a standardized interface for executing map-based tasks and data operations through the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically query available Felt tools and schemas to ensure compatibility before execution.
  • Connection Management: Handle authentication and session state for the Felt toolkit via Rube MCP.
  • Workflow Execution: Perform multi-step map operations, such as data updates or layer management, using structured execution plans.

Quick Start

Use the felt-automation skill to search for available tools and execute a map update task.

Frequently Asked Questions about felt-automation

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

FAQPage Schema
How do I connect Felt to my AI agent?

Connect Felt by using the RUBE_MANAGE_CONNECTIONS command with the 'felt' toolkit specified. Ensure the Rube MCP server is configured in your client and the connection status is set to ACTIVE.

What should I do before running a Felt task?

Always call RUBE_SEARCH_TOOLS first to retrieve the most current tool schemas and execution requirements. This prevents errors caused by outdated tool definitions or incorrect argument structures.

Can I reuse sessions for multiple Felt operations?

Yes, reuse session IDs within a single workflow to maintain state and context. Generate a new session ID only when starting a completely different, unrelated task.

Why is my Felt tool execution failing?

Execution failures often result from inactive connections or schema mismatches. Verify your connection status with RUBE_MANAGE_CONNECTIONS and ensure all arguments in RUBE_MULTI_EXECUTE_TOOL match the schema returned by the search.