deel-automation

Automate Deel platform operations through Rube MCP tool discovery and execution workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating the Deel platform by enabling direct, automated execution of administrative and operational tasks through a standardized MCP interface.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current schemas and execution plans for Deel operations via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for secure API interactions.
  • Workflow Execution: Perform multi-step operations like contract management or payment processing using structured tool execution.

Quick Start

Use the deel-automation skill to search for available tools and execute a specific Deel task.

Frequently Asked Questions about deel-automation

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

FAQPage Schema
How do I find available Deel tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve a list of available tool slugs, input schemas, and execution plans for your Deel account.

What should I do if my Deel connection is inactive?

Execute the RUBE_MANAGE_CONNECTIONS command with the 'deel' toolkit parameter to trigger the authentication flow and restore your active session status.

Can I hardcode tool slugs in my scripts?

No, you should never hardcode tool slugs or arguments. Always call RUBE_SEARCH_TOOLS first to ensure you are using the most current schemas and field requirements.

How do I handle multi-step Deel workflows?

Use a consistent session ID across your workflow steps, starting with tool discovery, followed by connection verification, and concluding with RUBE_MULTI_EXECUTE_TOOL calls.

What is the purpose of the memory parameter?

The memory parameter is required for RUBE_MULTI_EXECUTE_TOOL calls to maintain state across operations, even if you pass an empty object to initialize the session context.