large-file-handler大文件异步处理器。当用户发送大文件(>10MB)时自动启用,采用流式保存 + 后台异步处理,避免 Gateway 卡死。支持 PDF、视频、图片、日志、Office 文档等。处理完成后主动推送结果。
Install via ClawdBot CLI:
clawdbot install sunkaikai123/large-file-handlerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://img.shields.io/badge/License-MIT-yellow.svgAudited Apr 17, 2026 · audit v1.0
Generated May 19, 2026
A customer support platform receives large email attachments (e.g., logs, PDFs) from users. The skill automatically handles files over 10MB asynchronously, extracting key info and pushing summaries to agents, reducing response time and preventing system slowdowns.
A social media or collaboration tool processes user-uploaded videos, images, and documents. Large files are handled asynchronously, with OCR, video key frame extraction, and content analysis performed in the background, then results are pushed for review.
An enterprise CRM or document management system ingests large Office files, PDFs, and archives. The skill streams files to temporary storage, converts to Markdown, and indexes content asynchronously, enabling fast search and retrieval without blocking user workflows.
A cloud storage platform integrates the skill to analyze uploaded archives (zip, rar) and logs. Large archives are extracted selectively based on file types, then processed for malware scanning or error pattern detection, with results pushed to the user's dashboard.
Offer basic small-file synchronous processing for free, and charge per GB of large-file asynchronous processing. Users pay only for files exceeding the threshold (e.g., 10MB), with tiered pricing for higher volumes.
License the skill as a standalone module for enterprises to embed in their own platforms. Provide customization for file type support, retention policies, and notification channels.
Expose the file processing as a REST API with webhook callbacks. Charge per request or compute time, targeting developers who need to offload large file processing without managing infrastructure.
💬 Integration Tip
To integrate, configure the LARGE_FILE_THRESHOLD and MAX_FILE_SIZE in environment variables, then wrap the handle_file function around your file upload endpoint. Ensure your file storage path is accessible and set up a notification channel (e.g., webhook) to receive processing results.
Scored May 19, 2026
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
Monitor RSS and Atom feeds for content research. Track blogs, news sites, newsletters, and any feed source. Use when monitoring competitors, tracking industr...
用 MinerU API 解析 PDF/Word/PPT/图片为 Markdown,支持公式、表格、OCR。适用于论文解析、文档提取。
Provides a personalized morning report with today's reminders, undone Notion tasks, and vault storage summary for daily planning.
Extract text from PDFs with OCR support. Perfect for digitizing documents, processing invoices, or analyzing content. Zero dependencies required.
Fetch scheduled economic events and data releases from the FMP API for specified dates, filtering by impact, country, and type, and output a chronological ma...