A zero-dependency Python utility for AI agents to upload, manage, and deliver files via the Uploadthing API and CDN.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install uploadthing
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install uploadthing using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Uploadthing is a streamlined file hosting and management integration designed specifically for Openclaw Skills. It allows AI agents to interact directly with the Uploadthing API to handle file storage, CDN delivery, and media management without the overhead of external dependencies. By leveraging only the Python standard library, it provides a lightweight yet powerful way for agents to programmatically control assets, ensuring high performance and security.
This skill is essential for developers looking to automate file-related workflows within their AI-driven environments. Whether it is generating public URLs for media or tracking storage usage, this tool bridges the gap between AI agents and cloud storage infrastructure, making it a cornerstone for Openclaw Skills deployments that require robust file handling.
To integrate this skill with your Openclaw Skills setup, you must provide your API secret. Set the environment variable as follows:
export UPLOADTHING_SECRET="your_uploadthing_secret_key"
Once configured, you can run commands directly via the Python script:
# Check application info and configuration
python3 scripts/uploadthing.py app-info
# Upload a specific file
python3 scripts/uploadthing.py upload my-image.png
The skill interacts with the Uploadthing API to manage the following data entities:
| Entity | Attributes | Description |
|---|---|---|
| File | Key, Name, Size, Type | Core metadata for every uploaded object |
| App Info | ID, Region, Plan | Configuration details of the Uploadthing project |
| Usage | Storage, Bandwidth | Real-time metrics of resource consumption |
| Response | JSON / Human | Flexible output formats for agent or developer use |
Loading
A comprehensive integration for the Toast POS system allowing AI agents to manage restaurant orders, menus, and staff operations.

A comprehensive Python-based CLI tool to programmatically manage Thinkific courses, students, enrollments, and financial records.

A zero-dependency Python integration for managing Terraform Cloud workspaces, runs, plans, and state via the REST API.

A comprehensive telecommunications bridge for AI agents to manage voice calls, SMS/MMS messaging, SIP trunking, and fax services.

A comprehensive CLI tool for retrieving federal spending data, contracts, grants, and agency information directly from USAspending.gov.

A comprehensive toolkit for building, configuring, and managing AI-powered voice agents across multiple telephony providers.








































