一键导入
automations
Create and manage automations using the scheduler tools with suggestive defaults.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create and manage automations using the scheduler tools with suggestive defaults.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | automations |
| description | Create and manage automations using the scheduler tools with suggestive defaults. |
| toolkits | ["scheduler-tools"] |
| allowed-tools | ["create_schedule","update_schedule","list_schedules","get_schedule","get_schedule_history","trigger_schedule_now","delete_schedule"] |
Create, update, list, and manage scheduled automations using the scheduler tools with suggestive defaults and minimal back-and-forth.
create_schedule after confirmation.update_schedule with only the changed fields.list_schedules to show available schedulesget_schedule to retrieve a schedule by idget_schedule_history to show recent runstrigger_schedule_now with the schedule id.delete_schedule with the schedule id.Review changed code for reuse, quality, and efficiency, then fix any issues found. Use when the user asks to simplify, clean up, dedupe, reduce abstraction, remove pointless types, collapse duplicate contracts, replace bespoke parsing or validation with direct schema usage, or make a recent diff easier to read and maintain.
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
Create or update Dexto skill bundles with SKILL.md, handlers, scripts, mcps, and references.