con un clic
cron-manager
View, analyze, and modify the current user's crontab on the system
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
View, analyze, and modify the current user's crontab on the system
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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.