← 返回 Skills 市场
microck

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

作者 Microck · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
3058
总下载
1
收藏
15
当前安装
1
版本数
在 OpenClaw 中安装
/install catbox-upload
功能描述
Upload files to catbox.moe (permanent, max 200 MB) or litterbox.catbox.moe (temporary, 1h–72h, max 1 GB) and receive the file URL.
使用说明 (SKILL.md)

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.

安全使用建议
This skill appears to do exactly what it says: upload a local file to catbox.moe or litterbox.catbox.moe. Before installing/using it, consider: (1) files are sent to a third-party service — do not upload sensitive or private data; (2) if you pass a Catbox userhash, treat it like a secret tied to your account; (3) the script requires the Python requests library (requirements.txt); (4) you can review the small upload.py source to verify behavior (it only opens the given file and posts it to the two documented endpoints). If you need to be extra cautious, run the script in an isolated environment or inspect network traffic when first using it.
功能分析
Type: OpenClaw Skill Name: catbox-upload Version: 1.0.0 The skill is a straightforward file uploader to catbox.moe or litterbox.catbox.moe. The `upload.py` script takes a user-specified file path and uploads its content via HTTP POST requests to the respective service APIs. There is no evidence of data exfiltration beyond the explicitly provided file, no malicious execution patterns, no attempts at persistence, and no prompt injection attempts in `SKILL.md`. The `userhash` parameter is an explicit input for the user's account on the service, not a stolen credential. All actions are clearly aligned with the stated purpose.
能力评估
Purpose & Capability
Name, SKILL.md, and upload.py all consistently describe uploading files to litterbox.catbox.moe (temporary) or catbox.moe (permanent). The optional userhash parameter is appropriate for Catbox account tracking. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
Runtime instructions only invoke upload.py with a file path and optional flags. The script opens the specified file and makes POST requests to the two service APIs declared in the script (CATBOX_API and LITTERBOX_API). It does not read other system files, environment variables, or contact unexpected endpoints.
Install Mechanism
There is no install spec; the repo includes a small requirements.txt (requests) and a single script. No external download/extract steps or unusual install locations are used.
Credentials
The skill requests no environment variables or secrets. The only credential-like value is an optional userhash passed on the command line for Catbox, which is reasonable and documented. There are no unrelated credential requests.
Persistence & Privilege
always is false; the skill does not request permanent inclusion or modify other skills or system-wide config. It performs network calls only when invoked and does not store agent credentials or persist changes to the environment.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install catbox-upload
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /catbox-upload 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Catbox/Litterbox File Uploader. - Supports uploading files to catbox.moe (permanent) and litterbox.catbox.moe (temporary). - Allows specifying expiry time for Litterbox uploads (1h, 12h, 24h, 72h). - Option to upload to Catbox with userhash for account tracking. - Provides limits for file size and duration by service. - Returns the direct URL of the uploaded file on success.
元数据
Slug catbox-upload
版本 1.0.0
许可证
累计安装 15
当前安装数 15
历史版本数 1
常见问题

Upload files to catbox.moe (permanent) or litterbox.catbox.moe (temporary). 是什么?

Upload files to catbox.moe (permanent, max 200 MB) or litterbox.catbox.moe (temporary, 1h–72h, max 1 GB) and receive the file URL. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3058 次。

如何安装 Upload files to catbox.moe (permanent) or litterbox.catbox.moe (temporary).?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install catbox-upload」即可一键安装,无需额外配置。

Upload files to catbox.moe (permanent) or litterbox.catbox.moe (temporary). 是免费的吗?

是的,Upload files to catbox.moe (permanent) or litterbox.catbox.moe (temporary). 完全免费(开源免费),可自由下载、安装和使用。

Upload files to catbox.moe (permanent) or litterbox.catbox.moe (temporary). 支持哪些平台?

Upload files to catbox.moe (permanent) or litterbox.catbox.moe (temporary). 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Upload files to catbox.moe (permanent) or litterbox.catbox.moe (temporary).?

由 Microck(@microck)开发并维护,当前版本 v1.0.0。

💬 留言讨论