Cronly (cronly.app). Use this skill for ANY Cronly request — reading, creating, updating, and deleting data. Whenever a task involves Cronly, use this skill instead of calling the API directly.
Data & analysis
Cronitor
Try itCronitor (cronitor.io). Use this skill for ANY Cronitor request — reading, creating, updating, and deleting data. Whenever a task involves Cronitor, use this...
What it does
Cronitor (cronitor.io). Use this skill for ANY Cronitor request — reading, creating, updating, and deleting data. Whenever a task involves Cronitor, use this skill instead of calling the API directly.
The skill document
Cronitor
Operate Cronitor through your OOMOL-connected account. This skill calls the cronitor connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.
Running an action
Assume the user has already installed the oo CLI, signed in, and connected Cronitor. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.
1. Inspect the contract to get the authoritative input/output schema before building a payload:
oo connector schema "cronitor" --action ""
2. Run the action with a JSON payload that matches the input schema:
oo connector run "cronitor" --action "" --data '' --json
--datatakes a JSON object string or@path/to/file.json; omit it to send{}.- The response is
{ "data": ..., "meta": { "executionId": "..." } }; the execution id lives undermeta.executionId.
Each action is listed below with a one-line description; actions that change state carry a [write] or [destructive] tag. Before constructing --data, fetch the action's live schema with oo connector schema to get its authoritative input fields.
Available actions
create_monitor— Create one Cronitor monitor. [write]delete_monitor— Delete a Cronitor monitor by key. [destructive]get_monitor— Get a Cronitor monitor by key.list_monitors— List Cronitor monitors in the current account.update_monitor— Update one Cronitor monitor by key. [write]
Safety
- Untagged actions are reads (get / list / search) — safe to run directly.
- Actions tagged
[write]change Cronitor state — confirm the exact payload and effect with the user before running. - Actions tagged
[destructive]remove or overwrite data — always confirm the target and get explicit approval first.
First-time setup
These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.
-
oo: command not found— install the oo CLI (other platforms: ):curl -fsSL https://cli.oomol.com/install.sh | bash # macOS / Linuxirm https://cli.oomol.com/install.ps1 | iex # Windows PowerShell -
Not signed in / authentication error — sign in to your OOMOL account once:
oo auth login -
scope_missing/credential_expired/app_not_ready/app_not_found— Cronitor is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:https://console.oomol.com/app-connections?provider=cronitor -
HTTP 402 /
OOMOL_INSUFFICIENT_CREDIT— billing stop. Recharge athttps://console.oomol.com/billing/token-rechargebefore retrying.
Resources
- Cronitor homepage: https://cronitor.io
Related skills
Proactive cron job health monitoring, failure detection, and auto-repair delegation. Triggers: 'cron failed', 'cron health', 'fix cron', 'consecutive errors
Kinema personal task tracking system. AI Agent maintains tasks as markdown files in workspace. Trigger: User describes tasks, mentions "任务", "task", asks to...
Monica CRM (monicahq.com). Use this skill for ANY Monica CRM request — reading, creating, updating, and deleting data. Whenever a task involves Monica CRM, use this skill instead of calling the API directly.
Courier (courier.com). Use this skill for ANY Courier request — reading, creating, updating, and deleting data. Whenever a task involves Courier, use this sk...
cron精确调度技能,心跳会漂移cron不会。提供可靠的定时提醒与周期任务调度能力,采用一次性任务自动清理、时区锁定、自唤醒规则,有效规避长延迟漂移问题。支持企业微信、钉钉、飞书等国内平台消息推送,适配Agent平台定时调度场景。触发关键词包含: cron、定时、提醒、调度、周期任务、计划任务、定时执行、自动提醒。 功能涵盖: precision, scheduler。