fullenrich-automation

Automate Fullenrich data enrichment tasks through Rube MCP tool orchestration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the manual overhead of performing data enrichment tasks by providing a structured, automated workflow for interacting with Fullenrich via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current tool schemas and execution plans for Fullenrich operations.
  • Connection Management: Verify and maintain active authentication states for secure API interactions.
  • Workflow Execution: Execute multi-step enrichment tasks using discovered tool slugs and schema-compliant arguments.
  • Use Case: Automate the enrichment of a list of company domains by discovering the appropriate Fullenrich tool, verifying the connection, and executing the enrichment process in a single session.

Quick Start

Use the fullenrich-automation skill to discover available tools and execute an enrichment task for the provided company domain list.

Frequently Asked Questions about fullenrich-automation

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

FAQPage Schema
How do I find available Fullenrich tools?

Call the RUBE_SEARCH_TOOLS function with a query related to your specific Fullenrich task. This returns the current tool slugs, input schemas, and execution requirements needed for your workflow.

What should I do if my Fullenrich connection is inactive?

Use the RUBE_MANAGE_CONNECTIONS function with the fullenrich toolkit parameter. If the status is not ACTIVE, follow the provided authentication link to re-establish your connection before proceeding.

Can I hardcode tool slugs in my automation scripts?

No, you should never hardcode tool slugs or arguments. Tool schemas change frequently, so always call RUBE_SEARCH_TOOLS first to ensure your workflow uses the most current and valid schema.

Why is the memory parameter required in tool execution?

The memory parameter is a mandatory field for RUBE_MULTI_EXECUTE_TOOL calls to maintain state consistency. Even if you have no specific memory to pass, you must include it as an empty object {}.

How do I handle large-scale enrichment tasks?

For bulk operations, utilize the RUBE_REMOTE_WORKBENCH with the run_composio_tool() function. Always check response payloads for pagination tokens to ensure all data is retrieved during the process.