upload-files

Installation
SKILL.md

Upload Files to ImageKit

CRITICAL: Do NOT use mcp_imagekit_api_upload_files

The MCP upload tool cannot handle local files — it uploads the path string as content, not actual file bytes. Always use the CLI script instead.

Usage

Requires IMAGEKIT_PRIVATE_KEY in .env or environment, and requests package.

source .env && python3 skills/upload-files/resources/upload.py <file_path> [options]

CLI Arguments

Installs
2
First Seen
4 days ago
upload-files — imagekit-developer/skills