imagekit-upload
Installation
SKILL.md
ImageKit Upload
This skill enables uploading images to ImageKit CDN from either local file paths or clipboard contents. The skill returns the uploaded image URL for immediate use.
Prerequisites
Before using this skill, configure your ImageKit credentials. Create a .env file in the scripts directory:
cd ~/.claude/skills/imagekit-upload/scripts
cp .env.example .env
Then edit .env and add your credentials:
IMAGEKIT_PUBLIC_KEY: Your ImageKit public keyIMAGEKIT_PRIVATE_KEY: Your ImageKit private keyIMAGEKIT_URL_ENDPOINT: Your ImageKit URL endpoint (e.g.,https://ik.imagekit.io/your_id)