Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
automations
// Create and manage automations using the scheduler tools with suggestive defaults.
$ git log --oneline --stat
stars:630
forks:70
updated:2026년 2월 25일 15:04
SKILL.md
// Create and manage automations using the scheduler tools with suggestive defaults.
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.
Create or update Dexto skill bundles with SKILL.md, handlers, scripts, mcps, and references.
| 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.