🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

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

by @microck

Upload files to catbox.moe (permanent, max 200 MB) or litterbox.catbox.moe (temporary, 1h–72h, max 1 GB) and receive the file URL.

Versionv1.0.0
Downloads3,397
Installs15
Stars1
TERMINAL
clawhub install catbox-upload

📖 About This Skill

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

    | Service | Max Size | Duration | |---------|----------|----------| | Litterbox | 1 GB | 1h - 72h | | Catbox | 200 MB | Permanent |

    Returns

    URL of uploaded file on success.

    💡 Examples

    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
    

    ⚙️ Configuration

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