CtrlK
BlogDocsLog inGet started
Tessl Logo

automation

Create, inspect, update, delete, and run Kun scheduled tasks or saved workflows.

64

Quality

75%

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

Fix and improve this skill with Tessl

tessl review fix ./resources/bundled-skills/automation/SKILL.md
SKILL.md
Quality
Evals
Security

Kun Automation

Copyright (c) 2026 KunAgent. Licensed under the MIT License.

Purpose

Create, inspect, update, delete, and run Kun scheduled tasks or saved workflows.

Tool routing

Tool or skillUse
mcp_gui_schedule_gui_schedule_listList current schedules before a mutation.
mcp_gui_schedule_gui_schedule_createCreate one-time, daily, or interval schedules.
mcp_gui_schedule_gui_schedule_updateUpdate a schedule by returned task id.
mcp_gui_schedule_gui_schedule_deleteDelete only the explicitly selected task.
mcp_gui_schedule_list_workflowsDiscover user-saved workflows.
mcp_gui_schedule_run_workflowRun a named saved workflow.
task_graphModel dependencies inside the current thread.

Workflow

  1. Determine whether the user needs a schedule, a saved workflow, or an in-thread dependency graph.
  2. Read existing state before updating or deleting.
  3. For schedules, choose exactly one kind: at, daily, or interval.
  4. Preserve the conversation execution settings when available.
  5. Read back the resulting schedule or workflow output.

Completion gates

  • Persistent create/update/delete actions require explicit user intent.
  • Report the returned task id and effective timing.
  • Never claim a scheduled run has executed before observing its result.

Boundaries

  • Do not infer recurring intent from a one-time request.
  • Do not bypass schedule APIs with OS cron or background shell processes.

Delivery

Lead with the outcome, name the evidence used for verification, and disclose any real limitation that remains.

Repository
KunAgent/Kun
Last updated
First committed

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.