‹ 首页

controlled-waiting

@zjunlp · 收录于 5 天前 · 上游提交 2 周前

Executes timed waiting using 'wait' or 'wait1' actions to advance the simulation clock. Use when a time-dependent process like plant growth, chemical reaction, or mechanical cycle must progress before you can continue the task.

适合你,如果需要在模拟环境中等待时间依赖过程完成

/ 通过 npx 安装 校验哈希
npx oh-my-skill add zjunlp/skillnet/controlled-waiting
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- zjunlp/skillnet/controlled-waiting
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify zjunlp/skillnet/controlled-waiting
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
1112GitHub stars
~309最小装载
~620含声明引用
~620文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 7bb9a48 · 表述以原文为准
它做什么

装上后,Claude会使用'wait'或'wait1'动作来推进模拟时钟,使时间依赖的过程(如植物生长、化学反应等)继续,然后检查是否达到目标状态。如果未达到,则重复等待和检查。

什么时候触发

当您启动了一个需要时间延迟的过程,且没有其他可操作动作时触发,例如等待植物生长或化学反应的完成。

装好后可以这样说
Claude会使用'wait'推进10步,然后检查。
每次推进1步,适合精细观察。
技能原文 SKILL.md作者撰写 · MIT · 7bb9a48

Skill: Controlled Waiting

When to Use

After initiating a process with a time delay, when no other productive actions are possible.

Procedure
  1. Confirm the process is active (seeds planted, device activated, etc.).
  2. wait (advances 10 steps) for long processes, or wait1 (1 step) for fine-grained observation.
  3. look around or examine <OBJECT> to check if the target state has been reached.
  4. If not reached, repeat steps 2-3. If reached, exit and resume the main task.

Duration guidance: Use wait for biological growth stages. Use wait1 when observing rapid changes or when close to the expected transition.

Example

Task: Wait for a banana tree to produce fruit after planting.

  1. Confirm seeds are planted and watered.
  2. wait (advances 10 steps)
  3. look around — check if banana is visible on the tree.
  4. No banana yet → wait again.
  5. look around — observe: "a banana tree (with a banana)" → exit skill and proceed to harvest.

Refer to references/botanical_growth_patterns.md for common plant growth stage timings.

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。