Analysis updated 2026-05-18
Find and deploy a ready-made scheduled job, like an SSL expiry check, without writing one from scratch.
Convert a job definition into a crontab line, GitHub Actions workflow, or systemd timer with one command.
Let an AI coding assistant search and recommend cron jobs directly through the crondex MCP server.
| wonsukchoi/crondex | abhagsain/bayut-maps-ratings | abhishek-kumar09/who-is-imposter | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | — | 2021-04-12 |
| Maintenance | — | — | Dormant |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | developer | general | general |
Figures from each repo's GitHub metadata at analysis time.
Runs directly via npx with no installation required.
Crondex is a catalog of ready made recurring tasks, described as cron jobs, that an AI agent or a person can search through, pull, tweak, and schedule. Rather than being a scheduling framework itself, it describes what a project calls a directory, meaning it holds a large library of predefined job definitions covering things like checking whether an SSL certificate is about to expire, auditing dependencies for security issues, or sending cost alerts. Each job in the catalog is stored as a single file describing its schedule, category, and what it actually does when it runs. A job can run as a plain shell command with no AI involved, as a prompt handed to a language model each time it runs, or as a hybrid of both, letting you choose between a cheap deterministic script or a more flexible AI generated response depending on the situation. The tool is used through a command line interface that lets you search for a job matching a plain English description, view a job's full definition, copy it into your own project to customize, and check what time it would next run before deploying it. Once you are happy with a job, crondex can turn it into the actual file needed to run it in different places, including a standard crontab line, a GitHub Actions workflow, a systemd timer, a Docker setup, or a Kubernetes cron job, among other targets. Multiple jobs can also be deployed together using a single manifest file. Crondex can additionally run as an MCP server, a way for AI coding assistants such as Claude to call its search and lookup features directly as tools rather than running the command line version. The catalog currently contains thousands of jobs across dozens of business and technical categories, most of which have been tested to confirm they work as described.
Crondex is a searchable catalog of pre-made cron job definitions that AI agents or developers can pull, customize, and deploy to crontab, GitHub Actions, systemd, and more.
Mainly JavaScript. The stack also includes JavaScript, Node.js, YAML.
MIT license, so you can use, modify, and redistribute it freely with attribution.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.