AIButton
根据描述自动生成符合规范的Vision Node AI按钮控件ZIP包。
下载 399
根据 JSON 配置生成可复用的子代理启动命令载荷,不执行实际创建。
openclaw skills install @nextaltair/subagent-spawn-command-builder命令、参数、文件名以原文为准
从配置文件生成 sessions_spawn 请求载荷的 JSON。
此技能不执行 sessions_spawn,仅用于构建请求载荷或命令的 JSON。
scripts/build_spawn_payload.mjsstate/build-log.jsonltask(必填)label(可选)agentId(可选)model(可选)thinking(可选)runTimeoutSeconds(可选)cleanup(取值:keep 或 delete,可选)cwd(可选)—— 子代理的工作目录mode(取值:run 或 session,可选)请查阅 TOOLS.md 中的“子代理启动配置”表格,了解各配置文件的默认值。
通过显式 CLI 参数传递值(如 --model、--thinking、--run-timeout-seconds、--cleanup)。
--profile 标志现在仅作为日志标签使用,不再作为配置文件查找键。
skills/subagent-spawn-command-builder/scripts/build_spawn_payload.mjs \
--profile heartbeat \
--task "Analyze recent context and return a compact summary" \
--label heartbeat-test \
--model claude-sonnet-4-20250514 \
--thinking low \
--run-timeout-seconds 300 \
--cleanup delete该脚本会直接输出可直接用于 sessions_spawn 的 JSON 内容。
所有参数值均来自显式的 CLI 参数。--profile 仅为日志标签(非配置文件查找键)。
各配置文件的推荐默认值,请参考 TOOLS.md 中的“子代理启动配置”表格。
task 值始终来自 CLI 的 --task 参数。
注意:此构建工具基于 Node.js(.mjs 格式)。若生成的任务包含 Python 执行步骤,请使用 python3(而非 python)编写命令。
--profile(必填)--task(必填)--label--agent-id--model--thinking--run-timeout-seconds--cleanup keep|delete--cwd <path>--mode run|session已收录 1 个 Skill