用自然语言自动管理 Uploadcare 文件与文件组,完成查询、存储、检查和下载操作。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "Uploadcare Automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/uploadcare-automation/SKILL.md 2. 保存为 ~/.claude/skills/uploadcare-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
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://rube.app/mcpBrowse 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 unstoredremoved -- filter by removal status: "true" for removed, "false" for activeordering -- sort by datetime_uploaded (ascending) or -datetime_uploaded (descending)limit -- files per page, 1-1000 (default 100)offset -- zero-based pagination offsetfrom_date -- ISO 8601 timestamp to filter files uploaded after this dateto_date -- ISO 8601 timestamp to filter files uploaded before this dateinclude -- set to "total" to include total file count in responseExample prompt:
"List the 50 most recently uploaded stored files in my Uploadcare project"
Mark an uploaded file as permanently stored. By default, Uploadcare files are temporary and will be deleted after 24 hours unless stored.
Tool: UPLOADCARE_STORE_FILE
Key parameters:
uuid -- UUID of the file to store (required); must be in 8-4-4-4-12 hex format (e.g., 3e55317b-23d1-4f35-9b4c-b9accb7b53f4)Always store files after upload to prevent automatic deletion.
Example prompt:
"Permanently store the file with UUID 3e55317b-23d1-4f35-9b4c-b9accb7b53f4"
Retrieve detailed information about a specific file including size, MIME type, CDN URL, image dimensions, and more.
Tool: UPLOADCARE_GET_FILE_INFO
Key parameters:
uuid -- the UUID of the file to inspect (required); format: 8-4-4-4-12 hexReturns: filename, size, MIME type, CDN URL, upload date, storage status, image info (dimensions, color mode), and more.
Example prompt:
"Get the metadata and dimensions for file 3e0923f2-e05a-4b37-9f0d-343b981c9d70"
Retrieve a temporary direct download link for a specific file.
Tool: UPLOADCARE_GET_FILE_DOWNLOAD_URL
Key parameters:
file_id -- the unique file identifier (required)Returns a time-limited URL that can be used for direct file download.
Example prompt:
"Get a download link for file 3e0923f2-e05a-4b37-9f0d-343b981c9d70"
List file groups in your project. Groups are collections of files uploaded together.
Tool: UPLOADCARE_LIST_GROUPS
Key parameters:
limit -- groups per page, 1-1000 (default 20)offset -- zero-based pagination offset (default 0)ordering -- sort by datetime_created (ascending) or -datetime_created (descending)Example prompt:
"List my 10 most recent file groups"
Combine tools for end-to-end file management:
UPLOADCARE_STORE_FILE -- mark files as permanent to prevent auto-deletionUPLOADCARE_GET_FILE_INFO -- verify metadata, check dimensions and MIME typeUPLOADCARE_GET_FILE_DOWNLOAD_URL -- generate a temporary download linkUPLOADCARE_LIST_FILES -- audit all files with status and date filtersUPLOADCARE_LIST_GROUPS -- review batch uploadsExample prompt:
"Store file abc-123, then get its metadata and a download link"
| Pitfall | Details |
|---|
…
通过 Rube MCP 自动执行 Breeze 任务,并先检索工具 schema 确保调用正确。
通过 Rube MCP 自动处理 Front 收件箱会话、联系人与协作任务。
通过 Rube MCP 自动化执行 Apiflash 相关任务,如网页截图与流程集成。
通过 Rube MCP 自动处理 PostGrid 相关任务,提升邮寄与文档流程效率。
通过 Rube MCP 自动执行 Autobound 相关任务与工作流操作
通过 Rube MCP 自动执行 Pdf4me 的 PDF 转换、合并与文档处理任务
用自然语言自动管理 Cloudinary 媒体资源、变换配置与用量监控。
自动化处理 Google Photos 的上传、相册管理、搜索与批量整理任务。
通过 Rube MCP 自动化执行 Files.com 文件管理与传输相关任务。
上传、整理并语义检索多种文档,快速定位所需知识与资料。
通过 Rube MCP 自动化 Google Drive 文件与文件夹管理流程
用自然语言自动管理 Jotform 表单、用户、文件夹与活动记录