goodbits-automation
Automate Goodbits tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Goodbits Automation - Automating Goodbits Tasks via Rube MCP
Skill Overview
Goodbits Automation is a Goodbits automation skill implemented through Composio’s Rube MCP service. It doesn’t require an API key and uses a standard MCP toolchain to handle tasks such as email newsletter management and subscriber operations.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to query available Goodbits tools and the latest patterns in real time. This keeps your integration in sync with changes on the Composio platform and avoids hard-coded, outdated tool definitions.RUBE_MANAGE_CONNECTIONS to create, verify, and manage Goodbits connection status. Supports account binding via an authorization link, ensuring the connection is in an ACTIVE state before performing operations.RUBE_MULTI_EXECUTE_TOOL to chain multiple Goodbits operations within a single session. Supports session reuse and pagination, making it suitable for complex workflow scenarios.Common Questions
Does Goodbits Automation require an API key?
No. Rube MCP uses Composio’s unified tool package system. In the client configuration, just add https://rube.app/mcp as the MCP server. When using Goodbits features for the first time, use RUBE_MANAGE_CONNECTIONS to complete authorization-link-based account binding.
Why call RUBE_SEARCH_TOOLS before each execution?
Composio’s tool patterns may change as the platform updates. Hard-coding tool definitions can cause call failures. RUBE_SEARCH_TOOLS returns the latest tool slugs, input parameter formats, and execution suggestions, ensuring your automation workflows stay compatible with the current platform state.
How can I confirm whether the Goodbits connection succeeded?
Call RUBE_MANAGE_CONNECTIONS and specify the toolkit as goodbits. Check the connection status fields in the response. If it shows ACTIVE, it can be used normally. If it’s not connected, the response will include an authorization link. Complete the binding and check the status again.