connecteam-automation

Automate Connecteam tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:29

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-connecteam-automation&locale=en&source=copy

Connecteam Automation

Skills Overview


Automate tasks for the Connecteam employee management platform using Rube MCP, enabling scheduling, time attendance, notifications, and more—without needing an API key.

Use Cases


  • Employee Scheduling Automation: Automatically create and update employee shift schedules and batch-assign tasks to multiple employees

  • Time & Attendance Automation: Automatically export attendance records and sync working-hour data to other systems

  • Notification Sending Automation: Send work notifications, reminders, and updates to the team on a schedule
  • Core Features


  • Dynamic Tool Discovery: Use RUBE_SEARCH_TOOLS to fetch available Connecteam tools and the latest schemas in real time, ensuring automation scripts stay in sync with API updates

  • Connection & Identity Management: Use RUBE_MANAGE_CONNECTIONS to manage Connecteam account connections, supporting one-click authorization and status checks

  • Batch Tool Execution: Use RUBE_MULTI_EXECUTE_TOOL to run multiple Connecteam operations in one go, supporting bulk employee data processing and workflow orchestration
  • FAQs

    Does Connecteam automation require an API key?


    No. When connecting Connecteam via Rube MCP, you only need to add https://rube.app/mcp as the MCP server, and complete the Connecteam account connection through the authorization link—no separate API key is required.

    How do I get started?


    First, confirm that Rube MCP is available (that RUBE_SEARCH_TOOLS responds normally), then call RUBE_MANAGE_CONNECTIONS with the toolkit set to connecteam. Complete the connection using the authorization link returned. Once the connection status shows ACTIVE, you can start running automation tasks.

    Are there any usage limitations?


    Tool schemas may change, so before each workflow execution you should call RUBE_SEARCH_TOOLS to get the latest tool definitions. Also, some batch operations may require pagination—check the pagination token in the response and continue fetching until all data is retrieved.