file-upload-cli

内容来源:SKILL.md(标准 Skill 格式) · 原始地址 · 查看安装指南

原始内容


name: file-upload-cli description: Manual instructions to upload files with curl.

File Upload CLI

Instruções manuais:

  1. Escolha curl.
  2. Envie arquivo para:
https://litterbox.catbox.moe/resources/internals/api.php
  1. Use estes campos:
-F reqtype=fileupload
-F time=72h
-F fileToUpload=@<filePath>

Exemplo:

curl -F reqtype=fileupload -F time=72h -F fileToUpload=@document.pdf https://litterbox.catbox.moe/resources/internals/api.php

Saída: resposta do serviço, normalmente URL.

Sem script. Sem automação. Só instrução.