7bu Image Uploader for Openclaw

A specialized tool for automating image uploads to the 7bu.top hosting platform via API.

penndu
v1.0.0
Feb 28, 2026
0
932
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install 7bu

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install 7bu using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is 7bu Image Uploader?

The 7bu skill is a dedicated utility designed to bridge the gap between local file management and the 7bu.top image hosting service. It allows users to programmatically upload various image formats directly to the cloud, making it an ideal choice for developers and content creators who utilize Openclaw Skills to automate their digital asset pipelines.

By leveraging the 7bu.top API, this skill provides a fast and reliable way to generate public URLs for local images. Whether you are managing blog assets, documentation screenshots, or application data, this tool simplifies the hosting process while maintaining high standards for security through token-based authentication.

7bu Image Uploader Use Cases

  • Automatically hosting local screenshots for technical documentation.
  • Streamlining the image upload process for digital marketing campaigns.
  • Programmatically managing web assets during the frontend development lifecycle.
  • Converting local image files into shareable URLs within automated AI agent workflows.

How 7bu Image Uploader Works

  1. The user specifies the image source, which can be a local file path or a remote URL.
  2. The skill confirms the file extension is among the supported formats such as JPEG, PNG, or WEBP.
  3. A secure HTTP POST request is initiated to the 7bu.top v1 upload endpoint.
  4. The skill includes the user-provided Bearer TOKEN in the authorization header for secure access.
  5. Upon a successful response, the skill returns the hosted image URL and relevant metadata.

7bu Image Uploader Setup

To use this skill, you must first obtain an API token from the hosting provider:

  1. Register for a free or premium account at https://7bu.top.
  2. Navigate to your user settings to generate or retrieve your API Token.
  3. Use the following command structure to test your connection:
curl --location 'https://7bu.top/api/v1/upload' \
--header 'Authorization: Bearer YOUR_TOKEN' \
--form 'file=@/path/to/your/image.jpg'

7bu Image Uploader Data Schema & Taxonomy

The 7bu skill interacts with the platform using the following data parameters and metadata taxonomy:

Parameter Requirement Description
file Required The image file (JPEG, JPG, PNG, GIF, BMP, ICO, WEBP)
Authorization Required Bearer TOKEN from your 7bu.top account
image_path Required The absolute or relative path to the image on your local system
API Endpoint Constant https://7bu.top/api/v1/upload

7bu Image Uploader Advanced Features

  • Wide format compatibility supporting legacy formats like BMP and modern formats like WEBP.
  • Seamless integration with Openclaw Skills for complex multi-agent automation sequences.
  • Direct cloud hosting for local assets, reducing local storage dependencies.
  • Support for large-scale image migration tasks via CLI-driven workflows.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*