بنقرة واحدة
cron-manager
View, analyze, and modify the current user's crontab on the system
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
View, analyze, and modify the current user's crontab on the system
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
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
استنادا إلى تصنيف 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.