Agent skill

Uploadcare Automation

Automate Uploadcare file management including listing, storing, inspecting, downloading, and organizing file groups through natural language commands

composio-communitygithub.com/composio-communityGitHub ↗
codex
Install
npx skills add composio-community/awesome-codex-skills --skill uploadcare-automation --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: composio-skills/uploadcare-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 15,591
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. List Project Files
  4. 2. Store a File Permanently
  5. 3. Get File Metadata
  6. 4. Get a Temporary Download URL
  7. 5. Browse File Groups
  8. 6. File Lifecycle Workflow
  9. Known Pitfalls
  10. Quick Reference
More from awesome-codex-skills
All skills →
About this skill
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 composio-community/awesome-codex-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 composio-community/awesome-codex-skills, a repository with 15,591 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.

Keep going