Uploadcare Automation
Automate Uploadcare file management including listing, storing, inspecting, downloading, and organizing file groups through natural language commands
npx skills add ComposioHQ/awesome-claude-skills --skill uploadcare-automation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Uploadcare Automation Automate Uploadcare file handling workflows -- list project files, permanently store uploads, retrieve file metadata, get download URLs, and manage file groups -- all through natural language. **Toolkit docs:** [composio.dev/toolkits/uploadcare](https://composio.dev/toolkits/uploadcare) --- ## Setup 1. Add the Rube MCP server to your environment: `https://rube.app/mcp` 2. Connect your Uploadcare account when prompted (API key auth via Composio) 3. Start issuing natural language commands for Uploadcare automation --- ## Core Workflows ### 1. List Project Files Browse uploaded files in your Uploadcare project with filtering, sorting, and pagination. **Tool:** `UPLOADCARE_LIST_FILES` Key parameters: - `stored` -- filter by storage status: `"true"` for stored, `"false"` for unstored - `removed` -- filter by removal status: `"true"` for removed, `"false"` for active - `ordering` -- sort by `datetime_uploaded` (ascending) or `-datetime_uploaded` (descending) - `limit` -- files per page, 1-1000 (default 100) - `offset` -- zero-based pagination offset - `from_date` -- ISO 8601 timestamp to filter files uploaded after this date - `to_date` -- ISO 8601 timestamp to fi
- Setup
- Core Workflows
- 1. List Project Files
- 2. Store a File Permanently
- 3. Get File Metadata
- 4. Get a Temporary Download URL
- 5. Browse File Groups
- 6. File Lifecycle Workflow
- Known Pitfalls
- Quick Reference
What does the Uploadcare Automation skill do?
Automate Uploadcare file management including listing, storing, inspecting, downloading, and organizing file groups through natural language commands
How do I install it?
Run `npx skills add ComposioHQ/awesome-claude-skills --skill uploadcare-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ComposioHQ/awesome-claude-skills, a repository with 71,763 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
