connecteam-automation

Automate Connecteam operational tasks through the Rube MCP gateway for integrated workflow management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Connecteam operations manually by providing a standardized, automated interface for executing tasks through the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current tool schemas and execution plans for Connecteam operations.
  • Connection Management: Verify and maintain active authentication states for secure API interactions.
  • Multi-Tool Execution: Perform complex, multi-step workflows using discovered tool slugs and schema-compliant arguments.
  • Use Case: Automate the synchronization of employee data or task updates between Connecteam and other business systems without manual intervention.

Quick Start

Call the Rube MCP search tools function to discover available Connecteam operations and execute the required workflow.

Frequently Asked Questions about connecteam-automation

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

FAQPage Schema
How do I discover available Connecteam tools?

Use the RUBE_SEARCH_TOOLS command with a specific use case query to retrieve current tool slugs, input schemas, and execution plans for Connecteam.

How to verify if my Connecteam connection is active?

Call RUBE_MANAGE_CONNECTIONS with the connecteam toolkit parameter to check the current status and follow the provided authentication link if the status is not ACTIVE.

Can I hardcode tool slugs in my workflows?

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 definitions.

What should I include in the RUBE_MULTI_EXECUTE_TOOL call?

Always include the tool_slug, schema-compliant arguments, and a memory parameter (even if empty) to ensure the execution is processed correctly within the session.

How do I handle pagination in Connecteam tool responses?

Check the tool response for pagination tokens and continue fetching data using those tokens until all records are retrieved.