在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用schedule
星标0
分支0
更新时间2026年3月2日 21:44
Schedule tasks, reminders, and recurring commands
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Schedule tasks, reminders, and recurring commands
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Structured 4-dimension code review
Systematic 6-step debugging workflow
Scaffold a .claude/ directory for any project
Deep multi-angle research with structured output
Send messages and files via Telegram
| name | schedule |
| description | Schedule tasks, reminders, and recurring commands |
| disable-model-invocation | true |
/schedule reminder "meeting in 10 min" in 10 minutes
/schedule task "git pull" daily at 09:00
/schedule list
/schedule remove <task-name>
mcp__scheduler__schedule_task — Create a scheduled task (ONCE, DAILY, HOURLY, MINUTE)mcp__scheduler__list_tasks — List all Claude-created tasksmcp__scheduler__remove_task — Delete a scheduled taskmcp__scheduler__set_reminder — Quick reminder with popup notificationmcp__scheduler__run_at — Run a command at a specific time| Type | Example |
|---|---|
| One-time | schedule_task("backup", "...", "ONCE", time="14:00") |
| Daily | schedule_task("standup", "...", "DAILY", time="09:00") |
| Hourly | schedule_task("check", "...", "HOURLY") |
| Every N min | schedule_task("ping", "...", "MINUTE", interval_minutes=30) |
Claude_ for easy identificationset_reminder for quick fire-and-forget notifications