---
title: "Cronitor CLI for Cron Monitoring and Job Telemetry"
description: "CronitorCLI is Cronitor's open-source command-line tool for syncing cron jobs, sending telemetry pings, and wrapping commands with execution monitoring. It fits monitoring-heavy agent runbooks where scheduled jobs, server tasks, and long-running commands need explicit visibility."
verification: "security_reviewed"
source: "https://github.com/cronitorio/cronitor-cli"
author: "cronitorio"
publisher_type: "Company"
category:
  - "Monitoring & Alerts"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "cronitorio/cronitor-cli"
  github_stars: 399
---

# Cronitor CLI for Cron Monitoring and Job Telemetry

CronitorCLI is Cronitor's open-source command-line tool for syncing cron jobs, sending telemetry pings, and wrapping commands with execution monitoring. It fits monitoring-heavy agent runbooks where scheduled jobs, server tasks, and long-running commands need explicit visibility.

## Prerequisites

Linux, macOS, or Windows shell environment

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
curl https://cronitor.io/install-linux?sudo=1 -H "API-KEY: API_KEY" | sh
```

## Documentation

- https://cronitor.io/docs/using-cronitor-cli

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/cronitor-cli-cron-monitoring-job-telemetry/)
