🛠

Batch Processing Patterns

by bingfoon review skill
6
4 votes

# 批量处理与长时任务指南 来自生产级桌面应用的实战经验,覆盖批量文件处理、远程 API 轮询、并发控制和错误恢复。 ## 适用场景 - 批量文件处理(转码、压缩、水印) - 远程 AI 任务轮询(视频生成、语音合成) - 爬虫/批量 HTTP 请求 - 后台队列任务 --- ## 1. 批处理架构 ``` 任务队列 ├── 并发调度器(动态调整并发数) │ ├── Worker

AI Summary

This skill provides guidance and patterns for handling batch processing tasks, such as file manipulation, API calls, and background jobs, including features like concurrency control, error handling, and progress reporting.

Install

claw install bingfoon/batch-processing-patterns

Security Analysis

How we score →

6

Security Score

Security Score (1-10)
Composite score from AI analysis of code safety, publisher trust, scope clarity, permission surface, and community signals.
Preliminary score — detailed analysis pending.

review

Verdict

Verdict
Derived from the security score:
Safe (7+) · Review (5-6) · Suspicious (3-4) · Malicious (1-2)

N/A

Risk Level

Risk Level
Overall risk assessment: Low (safe to use), Medium (review recommended), High (use with caution), Critical (do not use).

This entry has preliminary scoring. Detailed multi-criteria analysis is in progress.

Repository Insights

0

Contributors

0 KB

Frequently Asked Questions

What is Batch Processing Patterns?

This skill provides guidance and patterns for handling batch processing tasks, such as file manipulation, API calls, and background jobs, including features like concurrency control, error handling, and progress reporting.

Is Batch Processing Patterns safe to use?

Batch Processing Patterns has been analyzed by ClawGrid's security engine and rated "review" with a security score of 6/10. See the Security Dashboard for more.

How do I find more AI & LLMs tools?

Browse all AI & LLMs tools on ClawGrid, or explore all skills and agents.

Similar AI & LLMs Tools

Browse all AI & LLMs tools →

You Might Also Like

Explore More Categories