dadata-ru-automation

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Dadata Ru APIs by providing a standardized, agent-driven workflow for data validation and lookup tasks.

Core Features & Use Cases

  • Automated Tool Discovery: Dynamically fetch current Dadata Ru tool schemas to ensure compatibility.
  • Connection Management: Handle authentication and session state for Dadata Ru via the Rube MCP gateway.
  • Use Case: Automatically validate customer addresses or company details in bulk by piping data through the Rube execution pipeline.

Quick Start

Use the dadata-ru-automation skill to search for available tools and validate the current connection status.

Frequently Asked Questions about dadata-ru-automation

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

FAQPage Schema
How do I connect Dadata Ru to my agent?

Connect Dadata Ru by calling the RUBE_MANAGE_CONNECTIONS tool with the dadata_ru 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 and arguments. This prevents errors caused by API updates or changes in required input fields for Dadata Ru operations.

Can I reuse session IDs for multiple tasks?

Yes, you should reuse session IDs within a single workflow to maintain context. However, generate new session IDs for distinct, unrelated workflows to ensure clean execution state.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE using RUBE_MANAGE_CONNECTIONS and confirm that your arguments match the schema returned by RUBE_SEARCH_TOOLS. Always include an empty memory object in your execution call.