bannerbear-automation
Automate Bannerbear tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:0
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-bannerbear-automation&locale=en&source=copy
Bannerbear Automation - Automate Image Generation with Rube MCP
Skills Overview
Bannerbear Automation is a Claude skill that integrates the Bannerbear toolkit through Rube MCP (Composio). It helps you automate image generation, batch image processing, and build visual content workflows—without needing to configure an API key.
Use Cases
Automate the creation of image assets for various social media platforms, including Facebook cover images, Instagram post graphics, Twitter avatars, and more. Suitable for content marketing teams and social media operators.
Batch generate product showcase images, promotional banners, and ad creatives. Ideal for e-commerce sellers and businesses that need large quantities of product visual assets.
Automatically generate personalized ad images based on data. Supports rapid A/B testing output of creative assets, making it suitable for digital marketers and ad optimization specialists.
Core Features
Uses
RUBE_SEARCH_TOOLS to fetch the latest Bannerbear tool schema and execution plan. Avoids hard-coded, outdated tool parameters, ensuring every operation uses the correct tools available at the time.Uses
RUBE_MANAGE_CONNECTIONS to manage the Bannerbear connection status. Real-time checks for ACTIVE status ensures the connection is working properly before executing the tool. Supports completing setup quickly via an authorization link.Uses
RUBE_MULTI_EXECUTE_TOOL and RUBE_REMOTE_WORKBENCH to support batch image operations. It can execute multiple Bannerbear tasks in succession. Combined with session reuse and memory management, it improves efficiency.FAQs
Does the Bannerbear Automation skill require an API key?
No. The skill integrates Composio’s Bannerbear tool bundle via Rube MCP. You only need to add
https://rube.app/mcp as the MCP server in your client configuration—no separate API key request or configuration is needed.Why use RUBE_SEARCH_TOOLS instead of calling the tool directly?
The Bannerbear tool schema changes frequently. Hard-coding tool slugs and parameters can easily cause call failures.
RUBE_SEARCH_TOOLS returns the currently available tools, input formats, and recommended execution plans, ensuring each operation uses the correct parameters.How can I check whether the Bannerbear connection is working properly?
Use the
RUBE_MANAGE_CONNECTIONS tool, specify the toolkit as bannerbear, and it will return the current connection status. Image generation can be executed only when the status shows ACTIVE; otherwise, you must complete the connection setup using the authorization link returned.