Marketing & SalesDocumentedScanned

catbox-upload

Upload files to catbox.moe (permanent) or litterbox.catbox.moe (temporary).

Share:

Installation

npx clawhub@latest install catbox-upload

View the full skill documentation and source below.

Documentation

Catbox/Litterbox File Uploader

Upload files to catbox.moe (permanent) or litterbox.catbox.moe (temporary).

Usage

Upload to Litterbox (temporary, preferred):

python upload.py /path/to/file.mp4
python upload.py /path/to/file.mp4 --time 24h

Upload to Catbox (permanent):

python upload.py /path/to/file.png --service catbox --userhash YOUR_HASH

Options

  • --service: litterbox (default) or catbox
  • --time: Litterbox expiration: 1h, 12h, 24h, 72h (default: 24h)
  • --userhash: Catbox account hash (optional, required for tracking)

Limits

ServiceMax SizeDuration
Litterbox1 GB1h - 72h
Catbox200 MBPermanent

Returns

URL of uploaded file on success.