bannerbear-automation

Automate image generation and design workflows using the Bannerbear API via Rube MCP.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill bannerbear-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bannerbear-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/bannerbear-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill bannerbear-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort required to generate dynamic images, social media assets, or marketing banners by automating interactions with the Bannerbear platform.

Core Features & Use Cases

  • Dynamic Image Generation: Programmatically create images based on templates and dynamic data inputs.
  • Workflow Integration: Connect Bannerbear operations directly into your agentic workflows using the Rube MCP gateway.
  • Use Case: Automatically generate personalized social media graphics for new blog posts by passing post metadata to a Bannerbear template.

Quick Start

Use the bannerbear-automation skill to discover available tools and generate a new image from the 'marketing-banner' template.

Frequently Asked Questions about bannerbear-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate images with Bannerbear using this skill?

First, use RUBE_SEARCH_TOOLS to find the correct image generation tool slug. Then, call RUBE_MULTI_EXECUTE_TOOL with the required template ID and modification data to generate your image.

What should I do if my Bannerbear connection is inactive?

Call RUBE_MANAGE_CONNECTIONS with the bannerbear toolkit to retrieve an authentication link. Follow the link to authorize your account and ensure the connection status returns to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and available parameters for Bannerbear can change frequently. Searching first ensures you use the current, valid schema for your specific task and avoids execution errors.

Can I automate bulk image generation with this skill?

Yes, you can use RUBE_REMOTE_WORKBENCH with the run_composio_tool function to handle bulk operations efficiently across multiple templates or data inputs.