com um clique
cron-manager
View, analyze, and modify the current user's crontab on the system
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
View, analyze, and modify the current user's crontab on the system
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
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
Baseado na classificação ocupacional SOC
| 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.