CtrlK
BlogDocsLog inGet started
Tessl Logo

scheduled-tasks

Use for complex Agent Zero scheduler work, including creating, updating, deleting, running, waiting for, timezone-correcting, or auditing scheduled, planned, and adhoc tasks.

75

Quality

93%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

93%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A tight, action-oriented skill body: complete parameter reference, two concrete JSON examples, and sensible safety guidance. The only gap is an explicit validation/retry loop for destructive operations, which keeps workflow clarity just below full marks.

Suggestions

Add an explicit validate→fix→retry checkpoint for destructive actions (e.g., re-list or show_task after update/delete to confirm the resulting state) to strengthen the workflow feedback loop.

Show a short lookup-then-act sequence end-to-end (find_task_by_name → confirm UUID → update_task/delete_task) so the UUID-identification safety rule is demonstrated, not just stated.

DimensionReasoningScore

Conciseness

The body is lean — a compact action list, minimal schedule-field notes, and two focused JSON examples — with no padding and no explanation of concepts Claude already knows.

5 / 5

Actionability

Two complete, copy-paste-ready JSON examples (planned and scheduled tasks) plus exhaustive per-action parameter lists give fully executable guidance for the common cases.

5 / 5

Workflow Clarity

It sequences operations with an explicit precondition ('Always inspect existing tasks before creating, updating, deleting, or running one') and a UUID-lookup safety rule, but lacks a fully articulated validate→fix→retry feedback loop for destructive operations.

4 / 5

Progressive Disclosure

At under 50 lines with clear section headers (Actions, Schedule Fields, Safety, Example) and no external references needed, the content is well-organized and easy to navigate.

5 / 5

Total

19

/

20

Passed

Description

92%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, concise description that pairs an explicit 'Use for' trigger with a comprehensive list of concrete scheduler actions. It would benefit from a few more natural synonyms (reminders, cron) but otherwise scores well across all dimensions.

DimensionReasoningScore

Specificity

The description enumerates eight concrete actions — 'creating, updating, deleting, running, waiting for, timezone-correcting, or auditing' — giving comprehensive coverage of the scheduler's capabilities rather than vague language.

5 / 5

Completeness

It explicitly answers both 'what' (the enumerated scheduler actions) and 'when' via the opening 'Use for complex Agent Zero scheduler work' trigger clause.

5 / 5

Trigger Term Quality

It surfaces natural terms users would say ('scheduled, planned, and adhoc tasks'), but omits common synonyms like 'reminders', 'cron', or 'calendar' that a user might equally invoke.

4 / 5

Distinctiveness Conflict Risk

The 'Agent Zero scheduler' niche and the specific task-type triggers (scheduled/planned/adhoc) make it clearly distinguishable with minimal overlap risk against unrelated skills.

5 / 5

Total

19

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
agent0ai/agent-zero
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.