Uploadcare Automation

Automate Uploadcare file management including listing, storing, inspecting, downloading, and organizing file groups.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill uploadcare-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Uploadcare Automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/uploadcare-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill uploadcare-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the issue of manual file lifecycle management in Uploadcare, preventing the automatic deletion of temporary files and streamlining the retrieval of file metadata and download links.

Core Features & Use Cases

  • File Lifecycle Management: Automatically mark uploaded files as permanently stored to prevent 24-hour auto-deletion.
  • Metadata & Access: Retrieve detailed file information, dimensions, and time-limited download URLs via natural language.
  • Use Case: A developer can instruct the agent to "Store all files uploaded in the last hour and generate a report of their metadata" to ensure data persistence and auditability.

Quick Start

Use the uploadcare skill to permanently store the file with UUID 3e55317b-23d1-4f35-9b4c-b9accb7b53f4.

Frequently Asked Questions about Uploadcare Automation

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

FAQPage Schema
How do I prevent my Uploadcare files from being deleted?

Uploaded files are temporary by default and deleted after 24 hours. You must call the UPLOADCARE_STORE_FILE tool with the file's UUID to mark it as permanently stored.

What is the required format for file UUIDs?

File UUIDs must be provided in the exact 8-4-4-4-12 hex format, such as 3e55317b-23d1-4f35-9b4c-b9accb7b53f4. Invalid formats will be rejected by the API.

Can I use this skill to upload new files?

No, this skill is designed for managing files that have already been uploaded. Use the official Uploadcare upload API or widget for the initial file upload process.

Are the download URLs generated permanent?

No, the download URLs provided by UPLOADCARE_GET_FILE_DOWNLOAD_URL are time-limited and will expire after a certain period.

How do I filter files by their storage status?

Use the UPLOADCARE_LIST_FILES tool and set the 'stored' parameter to the string 'true' for stored files or 'false' for unstored files.