with one click
cron-manager
View, analyze, and modify the current user's crontab on the system
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
View, analyze, and modify the current user's crontab on the system
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Run Ansible ad-hoc commands and playbook operations
Headless browser automation via agent-browser (Playwright/Chromium) - navigate, snapshot, click, type, screenshot, eval, console
Query Datadog monitors, dashboards, and metrics
Query GitLab projects, merge requests, and CI pipelines
Query Harbor container image registry projects and artifacts
Manage Helm charts and releases on Kubernetes
| name | cron-manager |
| description | View, analyze, and modify the current user's crontab on the system |
| activation_keywords | ["cron","crontab","scheduled","task","schedule","job"] |
| execution_mode | client |
crontab -l)/etc/crontab, /etc/cron.d/*)launchctl list (job list; may be long)Use builtin_cron_manager with operation:
content (full crontab text, newline-terminated lines as usual).line (single line, no embedded newlines).crontab -r).Safety: write/append_line/clear affect only the OS user running the desktop app (not root). Prefer append_line for adding a single job. Review write before applying — it replaces the whole file. Risk is elevated (medium): confirm in the UI when prompted.
| Field | Used when |
|---|---|
operation | list | system | status | write | append_line | clear |
content | operation=write |
line | operation=append_line |
Note: On Linux servers, status uses launchctl (macOS); for server-side runs, use client execution on the target machine.