humanloop-automation
Automate Humanloop tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:32
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-humanloop-automation&locale=en&source=copy
Humanloop Automation Skill
Skill Overview
Automate Humanloop operations using the Rube MCP, enabling automated workflows for AI data labeling and model evaluation tasks.
Use Cases
Core Functions
RUBE_SEARCH_TOOLS, avoiding hard-coded and outdated API structures.RUBE_MANAGE_CONNECTIONS to check and manage Humanloop connection status, ensuring service availability.RUBE_MULTI_EXECUTE_TOOL, supporting session reuse and memory management.Frequently Asked Questions
What is Rube MCP, and how do I add it?
Rube MCP is an MCP server that does not require an API key and provides access to the Composio toolset. Simply add
https://rube.app/mcp as the MCP server in your client configuration to start using it.Does the Humanloop automation skill require an API key?
No. Rube MCP itself does not require an API key, but for the first use you must authorize your Humanloop account via the authentication link returned by
RUBE_MANAGE_CONNECTIONS.How can I check the Humanloop connection status?
Call the
RUBE_MANAGE_CONNECTIONS tool, pass the toolkits parameter as ["humanloop"] and provide the session ID. If the returned connection status is ACTIVE, you can use it normally.