A powerful utility for programmatically uploading images to ImgBB and retrieving shareable direct links.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install imgbb-api
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install imgbb-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The ImgBB API skill provides a streamlined way to handle image hosting directly from your development environment. By integrating this tool into your Openclaw Skills collection, you can transform local image files, remote URLs, or base64 data into public, shareable links instantly. It simplifies the process of converting assets for web use, documentation, or social sharing without the need to visit the web interface manually.
This tool is designed to be highly versatile, supporting everything from single file uploads to large-scale batch processing. By utilizing the ImgBB API through Openclaw Skills, developers can automate the transition of visual assets from a local machine to a globally accessible hosting provider with minimal friction.
To start using this skill within your Openclaw Skills environment, follow these steps:
# Set your API key as an environment variable
export IMGBB_API_KEY="your_api_key_here"
# Or save it to a configuration file for persistence
echo "your_api_key" > ~/.imgbb_api_key
# Ensure you have the necessary Python dependencies installed
pip install requests
To obtain an API key, visit https://api.imgbb.com/ and click on Get API Key.
The skill processes image data and returns structured metadata. Below is the mapping of common flags and their functions:
| Flag | Description | Input Type |
|---|---|---|
image |
The relative or absolute path to the local image file | Path |
--url |
A remote web URL for the image to be uploaded | String |
--name |
An optional custom name for the uploaded image file | String |
--expiration |
Time in seconds before the image is automatically deleted | Integer |
--json |
Forces the output to return the raw JSON response from the API | Flag |
--batch |
Indicates a folder path for recursive or multiple file uploads | Path |
Loading
A powerful command-line utility for downloading image galleries and collections from over 100 different websites.

A specialized developer tool designed to scaffold high-quality Openclaw Skills featuring conversational setup wizards and persistent configuration.

An AI-powered email marketing assistant that integrates Openclaw Skills with the Kit API to manage broadcasts, subscriber segments, and brand-aligned content.

An intelligent routing system that automatically selects the optimal AI model based on task complexity to balance speed, cost, and response quality.

An advanced research tool that compares up to five academic papers side-by-side using DOIs, URLs, or PDF files to identify research gaps and methodology differences.

A professional development framework designed to build, structure, and optimize reusable capabilities for AI agents.








































