首页龙虾技能列表 › Batch Executor — 大规模批处理执行器

Batch Executor — 大规模批处理执行器

v1.0.0

全面的批量处理器,适用于大规模文本任务执行。支持处理 Google Drive 数据导出、ChatGPT 对话导出、Apple Notes 数据导出或任何大型混合内容集合。通过分类、优先级排序、子代理并行执行和进度检查点,确保任务高效执行。

0· 59·0 当前·0 累计
by @dodge1218 (KairoKid)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/31
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
可疑
medium confidence
该技能的指令大致符合文本处理目的,但一些实现选择(隐式工具使用、git 提交和写入其他技能文件)不当或未指定,建议在安装前进行审查。
评估建议
该技能似乎能完成宣称的功能(批量文本处理),但在安装或运行前,请审查以下问题: 1. 将写入原始输入到磁盘(systems/batch-executor/...)并提交进度到 git — 如果您的代理配置了 git 远程仓库,这可能会泄露数据。请在隔离的工作空间中运行,或者确保无法推送到 git 远程仓库。 2. SKILL.md 引用了外部工具(`pdf` 提取器)并期望解析 Drive/ChatGPT 导出,但未声明凭证 — 请确认 Google/Drive/ChatGPT 访问将来自哪里,除非您信任运行环境,请勿提供凭证。 3. 将追加到 systems/batch-cognition/value-stack.md(另一个技能的文件) — 如果您使用 batch-cognition,请预期副作用;考虑沙盒或编辑该行。 4. 该技能会生成子代理,并将传递完整的项目内容和相关上下文给它们 — 确保子代理允许看到该数据。 5. 如果您想要更安全的使用方式:在隔离的容器中运行对 corpus 的副本,禁用自主调用或降低并发量,验证可用的二进制文件(pdf、git)及其行为,并确认无法访问...
详细分析 ▾
用途与能力
The SKILL.md describes a corpus-scale executor and the steps it will take (ingest, classify, triage, spawn sub-agents, checkpoint, report). That high-level purpose aligns with the instructions. However the instructions reference external tools and operations (e.g., a `pdf` tool, parsing Google Drive exports, committing to git, and writing into systems/batch-cognition/value-stack.md) that are not declared in the registry metadata (no required binaries, env vars, or config paths). The absence of declared requirements is a mismatch but could be explained by assuming a pre-provisioned agent environment.
指令范围
The instructions direct the agent to save ALL raw input to disk under systems/batch-executor, parse many file types, spawn sub-agents and pass them corpus content and related context, checkpoint progress and commit to git every N items, and append results to a shared file used by another skill (systems/batch-cognition/value-stack.md). Writing raw inputs to disk and sharing item content across spawned sub-agents is expected for batch processing, but: (1) committing progress to git could leak data if Git remotes are configured; (2) appending to a path owned by another skill is cross-skill modification and could overwrite or leak aggregated data; (3) the instructions reference a `pdf` tool and killing/stopping sub-agents without declaring what runtime has permissions to do those operations. The instruction 'If user is idle (no response in 30s), continue' grants the skill substantial autonomy to proceed without explicit human confirmation.
安装机制
This is an instruction-only skill with no install spec and no code files. That minimizes install-time risk because nothing is downloaded or written by an installer. The runtime risks come from the actions the instructions direct the agent to perform, not from an installer.
凭证需求
The skill declares no required environment variables or credentials, yet it expects to process Google Drive dumps and potentially interact with git. To legitimately handle Google Drive programmatically you'd normally expect Google API credentials; for git commits/pushes you'd expect git config/credentials. The skill's silence on credentials is a proportionality concern: either it requires the agent runtime to already provide these capabilities (not explicit), or it will prompt for them at runtime (also not described). Additionally, the practice of giving sub-agents full item content and 'relevant context from other items' can cause broad exposure of sensitive data across tasks.
持久化与权限
The skill is not force-enabled (always: false) and allows autonomous invocation by default (platform normal). The concerning element is file and cross-skill persistence: it writes raw inputs and reports to systems/batch-executor paths and explicitly appends to systems/batch-cognition/value-stack.md (a file outside its own namespace). That level of write access to shared skill files increases blast radius and could lead to data being mixed with other skill state.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/31

首次发布。带有子代理波、ICE 评估和检查点的文本规模任务执行。支持 Google Drive、ChatGPT 导出、Apple Notes 数据导出。

● Pending

安装命令 点击复制

官方npx clawhub@latest install batch-executor
镜像加速npx clawhub@latest install batch-executor --registry https://cn.clawhub-mirror.com

技能文档

_corpus-scale 处理:分类 → 优先级排序 → 生成子代理 → 检查点 → 和解。

task-extractor(适用于 3-12 个内联任务)或 batch-cognition(适用于想法分析)不同,该技能通过子代理并行执行来 执行 大规模任务。

何时使用

  • Google Drive 文件夹导出(混合文档、笔记、电子表格)
  • ChatGPT 对话导出(3K+ 提示)
  • Apple Notes 导出(多年想法)
  • 任何大于 20 个项目或大于 10K 标记的原始内容的输入
  • 基于文件的输入(不是内联聊天消息 — 对于这些,请使用 task-extractor

... (由于字符限制,完整的 cn_skill_md_content 未全文翻译,但上述结构保持一致)

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务