Claude Skill

Bannerbear Dynamic Image API

Generates social media graphics and OG images dynamically via Bannerbear REST API. Manages template modifications, font layers, and signed URL generation for on-the-fly image personalization.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_bannerbear-dynamic-image-api-07beb56.zip · 0 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/bannerbear-dynamic-image-api
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Bannerbear Dynamic Image API

Generates social media graphics and OG images dynamically via Bannerbear REST API. Manages template modifications, font layers, and signed URL generation for on-the-fly image personalization.

Installation

Use the upstream install or setup path that matches your environment:

  • $ npm install bannerbear
  • $ composer require yongfook/bannerbear
  • $ gem install bannerbear

Requirements and caveats from upstream:

  • Node
  • gif_preview_url string A low frame rate gif preview of the final video. Requires setting create_gif_preview to true .
  • This endpoint responds with 202 Accepted after which your video will be queued to generate. Video rendering time depends on length / complexity of the video. It can vary from a few seconds to a few minutes. When compl...

Basic usage or getting-started notes:

  • To check your account status at any time you can use this endpoint. It will respond with your quota levels and current usage levels. Usage resets at the start of every month.

  • 402 Payment Required -- Your have run out of image and/or video quota.

  • Example Request

  • Source: https://developers.bannerbear.com/v2/

Documentation

Source

Files (skills)
  • SKILL.md 1.7 KB
    ---
    name: "Bannerbear Dynamic Image API"
    slug: "bannerbear-dynamic-image-api"
    description: "Generates social media graphics and OG images dynamically via Bannerbear REST API. Manages template modifications, font layers, and signed URL generation for on-the-fly image personalization."
    verification: "security_reviewed"
    source: "https://developers.bannerbear.com/v2/"
    author: "Bannerbear"
    category: "Image & Creative Automation"
    framework: "Custom Agents"
    ---
    
    # Bannerbear Dynamic Image API
    
    Generates social media graphics and OG images dynamically via Bannerbear REST API. Manages template modifications, font layers, and signed URL generation for on-the-fly image personalization.
    
    ## Installation
    
    Use the upstream install or setup path that matches your environment:
    - $ npm install bannerbear
    - $ composer require yongfook/bannerbear
    - $ gem install bannerbear
    
    Requirements and caveats from upstream:
    - Node
    - gif_preview_url string A low frame rate gif preview of the final video. Requires setting create_gif_preview to true .
    - This endpoint responds with 202 Accepted after which your video will be queued to generate. Video rendering time depends on length / complexity of the video. It can vary from a few seconds to a few minutes. When compl...
    
    Basic usage or getting-started notes:
    - To check your account status at any time you can use this endpoint. It will respond with your quota levels and current usage levels. Usage resets at the start of every month.
    - 402 Payment Required -- Your have run out of image and/or video quota.
    - Example Request
    
    - Source: https://developers.bannerbear.com/v2/
    
    ## Documentation
    
    - https://developers.bannerbear.com/v2/
    
    ## Source
    
    - [Agent Skill Exchange](https://agentskillexchange.com/skills/bannerbear-dynamic-image-api/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related