with one click
cron
Schedule and manage recurring or one-shot agent tasks.
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
Schedule and manage recurring or one-shot agent tasks.
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
Label video behavior segments from frame-grid images with a defined behavior list, model-ready JSON, resumable outputs, and no_behavior handling for sparse labels.
Use Annolid GUI tools for robust automation across web, PDF, video, and chat controls.
Infer the assay or paradigm from video context, task text, tracked entities, and experimental cues such as social interaction, open field, courtship, resident-intruder, and novel object recognition.
Choose assay-specific features and measurable objectives for behavior analysis, including distances, zones, speed, contact, orientation, and object interaction.
Segment behavior timelines from tracks, pose, contact, speed, and proximity signals into typed intervals with stable labels and rationales.
Keep behavior analysis aligned with assay objectives, controls, reproducibility, and measurable outputs instead of ad hoc summaries.
| name | cron |
| description | Schedule and manage recurring or one-shot agent tasks. |
| metadata | {"annolid":{"requires":{"bins":[]}}} |
Use this skill to schedule Headless Agent Workloads.
When a cron job triggers, it simulates the user typing the assigned message into the chat. This means your scheduled jobs can perform complex automation pipelines, including browsing the web, checking email, querying APIs, or writing files.
Tool usage (Three Modes):
cron add with one of:
every_seconds for fixed intervalscron_expr for cron-style expressions (optional tz, e.g. America/New_York)at for a one-time run using ISO datetime (e.g. 2026-02-13T09:30:00Z)cron list to confirm schedule and identifiers.cron disable/enable for temporary control.cron run to trigger manually.cron remove to delete.Simple Reminder:
cron action=add, message="Remind me to call John", at="2026-02-13T09:30:00Z"Schedule an Email:
cron action=add, message="Send an email to annolid@gmail.com saying: Attached are the PDF files.", at="2026-02-20T17:56:00Z"Advanced Automation (Autonomous Background Agent):
cron action=add, message="Check HackerNews and summarize the top 3 posts. Save the Markdown to ~/Desktop/hn-summary.md", every_seconds=10800Always include the resulting job_id in user-facing confirmations.