Back to Registry
View Author Profile
Official Verified
Catbox Upload
Skill by microck
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/microck/catbox-uploadOr
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) orcatbox--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.
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-microck-catbox-upload": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.