ls-sb-uploader

Upload single or small batch files to ls.sb via curl -T and return access URLs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/phpmac/skills --skill ls-sb-uploader
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ls-sb-uploader
Source: https://github.com/phpmac/skills/tree/main/plugins/my-agents/skills/ls-sb-uploader
Command: npx skills add https://github.com/phpmac/skills --skill ls-sb-uploader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

当用户需要将文件上传到 ls.sb 存储服务时,该工具提供简单的 curl -T 上传方案,解决手动上传繁琐与不一致的问题。

Core Features & Use Cases

  • Single-file uploads: 使用 curl -T 将文件上传至 ls.sb,并获得公开访问链接。
  • Batch or multiple-file uploads: 支持小批量上传工作流,逐个执行上传并返回访问链接。
  • Return value: 上传完成后返回可访问的文件链接,便于分享和存储。

Quick Start

Upload a file using curl -T <filename> https://ls.sb.

Frequently Asked Questions about ls-sb-uploader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload a file to ls.sb using curl?▼

To upload a file to ls.sb using curl, execute the command curl -T <filename> https://ls.sb. Upon a successful transfer, the command outputs a shareable access URL for the uploaded file.

Can I upload multiple files to ls.sb storage at once?▼

You can upload multiple files to ls.sb storage by executing small batch workflows. The tool processes ad-hoc single-file uploads sequentially via curl -T, returning an individual shareable access URL for each file.

Do I need curl installed to transfer files to the ls.sb storage service?▼

Yes, you need curl installed to transfer files to the ls.sb storage service. The upload mechanism relies entirely on the curl -T command to push local files to the https://ls.sb endpoint and retrieve access links.

What is the best way to get a shareable URL for an ad-hoc file upload?▼

The best way to get a shareable URL for an ad-hoc file upload is using curl -T with the ls.sb endpoint. This method directly transfers your file and returns the public access link immediately after completion.

Are there file size limitations when using curl -T for ls.sb uploads?▼

The tool is designed for ad-hoc single-file uploads and small batches via curl -T. While specific file size limitations are not defined, it is optimized for quick transfers rather than large-scale storage operations.