connecteam-automation
Automate Connecteam tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Office AutomationInstall
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
Core Features
RUBE_SEARCH_TOOLS to fetch available Connecteam tools and the latest schemas in real time, ensuring automation scripts stay in sync with API updatesRUBE_MANAGE_CONNECTIONS to manage Connecteam account connections, supporting one-click authorization and status checksRUBE_MULTI_EXECUTE_TOOL to run multiple Connecteam operations in one go, supporting bulk employee data processing and workflow orchestrationFAQs
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.