What problem does it solve?
This Skill simplifies the automation of tasks requiring delays or interval-based polling, ensuring reliable and efficient execution within AI workflows without complex manual setup.
Core Features & Use Cases
- One-Shot Delayed Actions: Schedule a single action to execute after a specified duration or at a specific time.
- Bounded Interval Polling: Continuously check for conditions at regular intervals, with configurable limits on duration or attempts.
- Stop-on-Success Polling: Automatically stop polling once a success condition is met, preventing unnecessary checks.
- Use Case: Imagine you've triggered a GitHub Action and need to wait for it to complete before proceeding. Use this Skill to poll the GitHub API every minute for 10 minutes, stopping as soon as the action finishes, and then continue your workflow.
Quick Start
Use the delay skill to wait for 5 minutes, then check the status of the GitHub Actions workflow.