goodbits-automation

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

Install

Hot:22

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-goodbits-automation&locale=en&source=copy

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

  • Automated email newsletter management: Automatically send, schedule, and manage Goodbits email newsletters—ideal for teams and individual creators that publish content on a regular basis.
  • Bulk subscriber operations: Programmatically manage subscriber lists in bulk and check subscription status—suitable for email marketing scenarios that require fine-grained operations.
  • Claude Code integration for development: Operate Goodbits directly within the Claude Code environment—ideal for developers building AI workflows that include email-related functionality.
  • Core Features

  • Dynamic tool discovery: Use 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.
  • Connection management: Use 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.
  • Multi-tool batch execution: Use 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.