安全扫描
OpenClaw
安全
high confidenceThe skill is an instruction-only batch-processing helper whose files and runtime instructions are consistent with its stated purpose and do not request unexplained credentials, installs, or external endpoints.
评估建议
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 b...详细分析 ▾
✓ 用途与能力
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.
✓ 指令范围
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.
✓ 安装机制
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.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/2/12
Initial release - batch processing with checkpointing and error recovery
● 无害
安装命令 点击复制
官方npx clawhub@latest install batch
镜像加速npx clawhub@latest install batch --registry https://cn.clawhub-mirror.com
技能文档
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 |
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.
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制