dropcontact-automation

Automate Dropcontact data enrichment and contact management tasks via Rube MCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Dropcontact by providing a standardized, automated interface for contact enrichment and data management.

Core Features & Use Cases

  • Automated Enrichment: Execute Dropcontact tools directly through the Rube MCP gateway to enrich contact data.
  • Connection Management: Handle authentication and session state for Dropcontact integrations without manual API key management.
  • Use Case: Automatically enrich a list of professional contacts by passing their LinkedIn URLs or email addresses through the Dropcontact toolkit to retrieve verified business information.

Quick Start

Use the dropcontact-automation skill to search for available tools and enrich the contact list provided in the current session.

Frequently Asked Questions about dropcontact-automation

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

FAQPage Schema
How do I automate contact enrichment with Dropcontact?

Use the Rube MCP gateway to call Dropcontact tools by first running RUBE_SEARCH_TOOLS to identify the correct tool slug, then executing RUBE_MULTI_EXECUTE_TOOL with your contact data.

What is the role of Rube MCP in this skill?

Rube MCP acts as the secure bridge between your AI agent and the Dropcontact API, handling authentication, tool discovery, and multi-step execution workflows.

How do I verify my Dropcontact connection status?

Call the RUBE_MANAGE_CONNECTIONS tool with the toolkit parameter set to 'dropcontact' to check if your connection is currently ACTIVE.

Can I perform bulk operations with this skill?

Yes, use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool function to process multiple contacts or large datasets in a single workflow.

What should I do if a tool execution fails?

Always verify your connection status first, then re-run RUBE_SEARCH_TOOLS to ensure you are using the most current tool schema and required arguments.