← 返回 Skills 市场
1231
总下载
2
收藏
8
当前安装
1
版本数
在 OpenClaw 中安装
/install batch
功能描述
Process multiple items with progress tracking, checkpointing, and failure recovery.
使用说明 (SKILL.md)
Before Starting
- Dry run: Test with 2-3 items first
- Count: "Processing 47 items, ~2 min estimated"
- Confirm destructive ops: "This will delete 200 files. Proceed?"
During Processing
- Progress every 10 items: "23/47 complete (49%)"
- Checkpoint every 10-50 items: Save state to resume if interrupted
- On error: Log it, continue with rest (don't abort entire batch)
After Completion
Always report:
✅ 44 succeeded
❌ 3 failed (saved to failed.json for retry)
Error Handling
| Error | Action |
|---|---|
| Timeout, rate limit | Retry 3x with backoff (1s, 2s, 4s) |
| Bad format, missing data | Skip, log, continue |
| Auth failed, disk full | Abort entire batch |
Check strategies.md for parallel vs sequential decision matrix.
Check errors.md for retry logic and rollback patterns.
Related: For delegating to sub-agents, see delegate.
安全使用建议
This skill is coherent and focused on batch processing, but before using it: run the recommended dry run on a small sample; review any destructive steps carefully (it explicitly prompts for confirmation for deletes); ensure backups exist for any data the batch will modify; verify that saving checkpoints/failures to /tmp is acceptable in your environment; and if you enable delegation to sub-agents, confirm you trust the agent's autonomy and the mechanism it will use (the docs mention delegation but don't specify transport or endpoints).
功能分析
Type: OpenClaw Skill
Name: batch
Version: 1.0.0
The skill bundle describes a robust batch processing mechanism with features like progress tracking, checkpointing, error handling with retries, partial failure recovery, and rollback for destructive operations. All instructions to the AI agent in SKILL.md, errors.md, and strategies.md are operational and align with the stated purpose of processing multiple items. While the agent is instructed to perform file operations (e.g., saving temporary files, potentially deleting/modifying files with confirmation and rollback) and API calls, these are necessary capabilities for its function. There is no evidence of intentional malicious behavior such as data exfiltration, unauthorized remote control, persistence, or prompt injection designed to subvert the agent's core purpose.
能力评估
Purpose & Capability
Name/description match the included SKILL.md, errors.md, and strategies.md: all focus on batch processing, progress reporting, checkpointing, retries, and rollback. There are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
Runtime instructions stay within batch-processing concerns (dry runs, progress messages, checkpointing, retry policies, saving failed items to local files). The files reference local paths (/tmp/*), retry/backoff logic, and delegation to sub-agents in a generic way; they do not instruct reading unrelated system credentials or contacting external endpoints.
Install Mechanism
No install spec and no code files to execute; this is an instruction-only skill, which means nothing new is written to disk or downloaded during install.
Credentials
The skill declares no required environment variables, credentials, or config paths. The instructions reference only local artifacts (checkpoints, backups, /tmp files), which is proportionate to the described tasks.
Persistence & Privilege
always is false and there are no claims to modify other skills or system-wide agent settings. The skill does instruct writing checkpoints and failure logs to local paths (normal for batch tools) but does not request persistent elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install batch - 安装完成后,直接呼叫该 Skill 的名称或使用
/batch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - batch processing with checkpointing and error recovery
元数据
常见问题
Batch 是什么?
Process multiple items with progress tracking, checkpointing, and failure recovery. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1231 次。
如何安装 Batch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install batch」即可一键安装,无需额外配置。
Batch 是免费的吗?
是的,Batch 完全免费(开源免费),可自由下载、安装和使用。
Batch 支持哪些平台?
Batch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Batch?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。
推荐 Skills