cronlytic

Official

Cronlytic cron job scheduler API.

Authorvm0-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill lets you schedule recurring HTTP requests and webhooks, pause/resume jobs, and monitor execution logs.

Core Features & Use Cases

  • Create cron jobs for recurring HTTP calls
  • Pause/resume jobs to control execution
  • View job logs to monitor history

Quick Start

Create a health-check job: bash -c 'curl -s -X POST "https://api.cronlytic.com/prog/jobs" -H "X-API-Key: ${CRONLYTIC_API_KEY}" -H "X-User-ID: ${CRONLYTIC_USER_ID}" -H "Content-Type: application/json" -d '{"name":"health-check","url":"https://example.com/health","method":"GET","cron_expression":"*/5 * * * *"}' | jq .'

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: cronlytic
Download link: https://github.com/vm0-ai/vm0-skills/archive/main.zip#cronlytic

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository