OpenClaw skill for scheduled job orchestration: cron expression design with timezone and daylight-saving handling, idempotency keys and run locks so an overl...
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
Schedule a job to sync Shopify orders every weekday at 6:15 AM Berlin time. Make it skip if the previous one is still running.
Your agent does
Job
Shopify Order Sync: Pulls new orders. Weekdays at 06:15 Europe/Berlin.
Schedule
15 6 * * 1-5 (Europe/Berlin). Next: 2024-05-20 06:15, 05-21 06:15, 05-22 06:15.
Safety
Key: shopify-sync:YYYY-MM-DD. Lock TTL: 30m. Policy: Skip overlap.
What you get
About this skill
OpenClaw skill for scheduled job orchestration: cron expression design with timezone and daylight-saving handling, idempotency keys and run locks so an overlapping trigger cannot double-execute, bounded retry with exponential backoff and a dead-letter path, heartbeat reporting into a channel, and drift detection when a schedule silently stops firing. It does not run jobs the operator has not registered, extend a job past its declared timeout, or retry a non-idempotent action.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Frequently Asked Questions
Browse More Skills
Frontend Designer Kit
Build distinctive, production-grade web interfaces that avoid generic AI aesthetics and templates.
Custom GPT Architect
Architects production-ready Custom GPT configurations including instructions, starters, and OpenAPI schemas.
PR Review Agent
Automated PR reviewer that enforces safety checklists, labels by risk, and escalates sensitive changes to humans.
Advanced Data Analysis
Automate Python-based data cleaning, statistical analysis, and visualization for uploaded files in the code interpreter.