datagma-automation
Automate Datagma tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:16
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-datagma-automation&locale=en&source=copy
Datagma Automation Skill - Integrate via Rube MCP Without a Key
Skill Overview
The Datagma Automation skill uses Rube MCP (Composio) to automate Datagma tasks. It can perform tool discovery, connection management, and batch execution without needing an API key.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to fetch the latest Datagma tool architecture in real time. Automatically adapts to tool changes, avoiding hard-coded outdated tool names or parameters.RUBE_MANAGE_CONNECTIONS to check and manage Datagma connection status. Ensures operations run in the ACTIVE state and supports a convenient OAuth authentication flow.RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH to perform batch operations. Supports session reuse and memory management, suitable for processing large volumes of data or complex workflows.FAQs
How do I add a Rube MCP server?
Add the server address
https://rube.app/mcp to your MCP client configuration. No API key is required. After adding it, verify the connection by calling RUBE_SEARCH_TOOLS.Why search tools before executing?
Datagma tool architectures (names, parameters, field types) are updated frequently. Hard-coding tool information can cause calls to fail.
RUBE_SEARCH_TOOLS returns the latest tool architecture, recommended execution plans, and known pitfalls, ensuring your calls always work.Can a session ID be reused?
Yes. Reuse the same
session_id within a single workflow to maintain context. When starting a new independent workflow, it’s recommended to generate a new session ID. Each time you call RUBE_SEARCH_TOOLS, you can set generate_id: true to obtain a new session.