TopRank Skills

Home / Claw Skills / Git / GitHub / uploadthing
Official OpenClaw rules 36%

uploadthing

Uploadthing file hosting — upload, list, and manage files via the Uploadthing API. Simple file uploads with automatic CDN delivery, file metadata, and usage tracking. Built for AI agents — Python stdlib only, zero dependencies. Use for file uploads, file hosting, CDN delivery, media management, and file storage for web apps.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 uploadthing 技能。 若已安装,则直接安装 uploadthing 技能。

Overview

Skill Key
aiwithabidi/uploadthing
Author
aiwithabidi
Source Repo
openclaw/skills
Version
-
Source Path
skills/aiwithabidi/uploadthing
Latest Commit SHA
63cbbf60c6fcdb2839038e7585df8f2086d06be9

Extracted Content

SKILL.md excerpt

# 📤 Uploadthing

Uploadthing file hosting — upload, list, and manage files via the Uploadthing API.

## Features

- **File upload** — upload files with metadata
- **File listing** — list uploaded files with filtering
- **File deletion** — remove files by key
- **URL generation** — get CDN URLs for files
- **Usage tracking** — storage and bandwidth usage
- **File metadata** — name, size, type, upload date
- **Bulk operations** — delete multiple files
- **App info** — application configuration

## Requirements

| Variable | Required | Description |
|----------|----------|-------------|
| `UPLOADTHING_SECRET` | ✅ | API key/token for Uploadthing |

## Quick Start

```bash
# List uploaded files
python3 {baseDir}/scripts/uploadthing.py files --limit 50
```

```bash
# Upload a file
python3 {baseDir}/scripts/uploadthing.py upload document.pdf
```

```bash
# Delete files
python3 {baseDir}/scripts/uploadthing.py delete --keys file_key1,file_key2
```

```bash
# Get usage stats
python3 {baseDir}/scripts/uploadthing.py usage
```



## Commands

### `files`
List uploaded files.
```bash
python3 {baseDir}/scripts/uploadthing.py files --limit 50
```

### `upload`
Upload a file.
```bash
python3 {baseDir}/scripts/uploadthing.py upload document.pdf
```

### `delete`
Delete files.
```bash
python3 {baseDir}/scripts/uploadthing.py delete --keys file_key1,file_key2
```

### `usage`
Get usage stats.
```bash
python3 {baseDir}/scripts/uploadthing.py usage
```

### `app-info`
Get app configuration.
```bash
python3 {baseDir}/scripts/uploadthing.py app-info
```

### `url`
Get file URL.
```bash
python3 {baseDir}/scripts/uploadthing.py url file_key
```

### `rename`
Rename a file.
```bash
python3 {baseDir}/scripts/uploadthing.py rename file_key "new-name.pdf"
```


## Output Format

All commands output JSON by default. Add `--human` for readable formatted output.

```bash
# JSON (default, for programmatic use)
python3 {baseDir}/scripts/uploadthing.py files --limit 5

# Human-readable
python3 {ba...

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

edholofy

dojo.md

★ 4

University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.

lethehades

wps-macos-helper

★ 1

macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

carlzhao007

feishu-process-feedback

★ 0

飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。

carlulsoe

parakeet-stt

★ 0

Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.