crontap-schedule-http-job
Installation
SKILL.md
Schedule an HTTP job
Prerequisites
- Confirm the absolute HTTP or HTTPS endpoint, method, cadence, and IANA timezone.
- Ask whether the endpoint needs headers, a JSON body, or an idempotency key.
- Keep credentials out of URLs and logs. Refer to values from a secure store.
Workflow
- Preview plain-English cadence and resolve every clarification.
- Show the resolved cron, timezone, and next runs to the user.
- Create the schedule with exactly one of
textorcron. - For changes, identify the existing schedule and send only changed fields.
- After execution, inspect retained history and verify the endpoint outcome.