원클릭으로
catbox-upload-skill
// Upload files to catbox.moe (permanent) or litterbox.catbox.moe (temporary). Use when you want to upload files for sharing via catbox services. Trigger phrases: "upload to catbox", "upload file", "share file via catbox".
// Upload files to catbox.moe (permanent) or litterbox.catbox.moe (temporary). Use when you want to upload files for sharing via catbox services. Trigger phrases: "upload to catbox", "upload file", "share file via catbox".
Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.
Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link.
Expert code review of current git changes with a senior engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements.
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.
Skill for creating auth layers in TypeScript/JavaScript apps using Better Auth.
Deep research with multi-stage verification pipeline inspired by Lutum Veritas. Use for comprehensive, verified research with claim audits and cross-referencing. Triggered by "deep research", "thorough research", or "/deep-research".
Upload files to catbox services for easy sharing and temporary storage.
bash ~/.claude/skills/catbox-upload/scripts/upload.sh /path/to/file
Arguments:
file_path (required) - Path to file to upload--service (optional) - Service to use: litterbox (default, temporary) or catbox (permanent)--time (optional) - Litterbox expiration: 1h, 12h, 24h, 72h (default: 24h)--userhash (optional) - Catbox account hash (required for permanent uploads)Examples:
Upload to litterbox (24h default):
bash ~/.claude/skills/catbox-upload/scripts/upload.sh ~/Documents/video.mp4
Upload to litterbox with 1h expiration:
bash ~/.claude/skills/catbox-upload/scripts/upload.sh ~/Documents/file.zip --time 1h
Upload to catbox (permanent):
bash ~/.claude/skills/catbox-upload/scripts/upload.sh ~/Documents/image.png --service catbox --userhash YOUR_HASH
https://litterbox.catbox.moe/xxxxxxxxx.mp4
Or for catbox:
https://catbox.moe/xxxxxxxxx.png?userhash=YOUR_HASH
When a file is successfully uploaded, present the URL to the user in this format:
✅ File uploaded successfully!
📤 Download link: https://litterbox.catbox.moe/xxxxxxxxx.mp4
⏰ Expires in: 24 hours
💡 Tip: Share this link with others for easy download access
File not found:
Upload failed:
Python not found:
requests library is available: pip install requestsPermission denied:
| Service | Max Size | Duration |
|---|---|---|
| Litterbox | 1 GB | 1h - 72h |
| Catbox | 200 MB | Permanent |