SkillAgentSearch skills...

Imgbb.sh

Bash script to upload images to imgbb

Install / Use

/learn @i3p9/Imgbb.sh
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

imgbb.sh

Command line interface to upload images to imgbb. Supports uploading multiple images at once. Also copied the direct image link to respective clipboard.

Installation

  • Grab an API Key from https://api.imgbb.com/. Put the API Key into api_key (line 11)

  • Rename and move the file into PATH, make it executable

macOS

Move to /bin

mv imgbb.sh /usr/local/bin/imgbb

Make it executable

chmod +x /usr/local/bin/imgbb

Linux

Move to ~/bin

mv imgbb.sh ~/bin/imgbb

Make it executable

chmod +x ~/bin/imgbb

Windows

Todo. Not tested in Windows. Probably will work via WSL.

Instructions

Single image or image link

imgbb image.jpg
imgbb https://some.domain/image.jpg

Multiple mages or image links

imgbb image1.jpg image2.jpg image3.jpg
imgbb https://some.domain/image1.jpg https://some.domain/image2.jpg

Usage info:

imgbb -h
imgbb --help

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks0

Languages

Shell

Security Score

70/100

Audited on Dec 9, 2024

No findings