cronjob-org

Manage scheduled HTTP tasks via the Cron-Job.org REST API.

40|7|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/rawveg/skillsforge-marketplace --skill cronjob-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cronjob-org
Source: https://github.com/rawveg/skillsforge-marketplace/tree/main/cronjob-org
Command: npx skills add https://github.com/rawveg/skillsforge-marketplace --skill cronjob-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you manage scheduled HTTP requests programmatically, enabling reliable automation and monitoring of recurring tasks via the Cron-Job.org API.

Core Features & Use Cases

  • Job Management: Create, update, delete, and fetch cron jobs.
  • Execution History: Inspect past runs and performance metrics.
  • Alerts & Scheduling: Timezone-aware cron expressions and notifications.

Quick Start

Create a simple job that pings an endpoint every hour with error notifications.

Frequently Asked Questions about cronjob-org

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate scheduled HTTP requests with cron jobs?

Automate scheduled HTTP requests by creating cron jobs via the Cron-Job.org API. Define the target URL, cron schedule, and execution settings through REST endpoints, then monitor runs and receive notifications on success or failure.

Can I set up timezone-aware scheduling for recurring tasks?

Yes, timezone-aware cron expressions are supported. Configure your job's schedule with specific timezone offsets through the API to ensure recurring tasks execute at the correct local time across regions.

How do I manage multiple cron jobs programmatically?

Use the Cron-Job.org REST API to create, update, delete, and list jobs in bulk. Bearer token authentication and rate limit handling enable reliable management of multiple scheduled tasks within integration pipelines.

What information can I get from job execution history?

Inspect past runs and performance metrics for each job through execution history endpoints. View timestamps, response codes, and runtime details to monitor reliability and troubleshoot failed executions.

Do I need to handle authentication differently for different endpoints?

All Cron-Job.org API endpoints use Bearer token authentication. Rate limits vary by endpoint, so structure requests accordingly and implement backoff logic to stay within quotas across job management, history, and notification operations.

What's the best way to configure failure and success notifications?

Configure notifications directly within job settings via the API to send alerts on execution outcomes. Specify webhook URLs or email recipients to receive real-time notifications when jobs fail or succeed, enabling rapid response to issues.