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 key
  • IMAGEKIT_PRIVATE_KEY: Your ImageKit private key
  • IMAGEKIT_URL_ENDPOINT: Your ImageKit URL endpoint (e.g., https://ik.imagekit.io/your_id)
Installs
2
Repository
kevinslin/llm
GitHub Stars
5
First Seen
Mar 6, 2026
imagekit-upload — kevinslin/llm