Agent Skills
› terrense/LilBot-agent
› schedule
schedule
GitHub该技能用于调度未来任务、提醒或远程代理动作。它负责从参数中提取确切时间、时区、行动提示及成功条件,并在时间模糊时请求澄清,最终通过自动化工具存储调度信息。
Trigger Scenarios
用户需要设置未来的提醒或任务
用户希望安排定时执行的代理动作
Install
npx skills add terrense/LilBot-agent --skill schedule -g -y
SKILL.md
Frontmatter
{
"name": "schedule",
"context": "inline",
"description": "Schedule a future task, reminder, or remote-style agent action.",
"when_to_use": "Use when the user asks to schedule, remind, monitor later, or trigger future agent work.",
"allowed-tools": "automation_create, automation_list, automation_update, automation_delete, request_user_input"
}
Schedule this future action:
{{args}}
Extract the exact time or recurrence, timezone if present, action prompt, and success condition. If timing is ambiguous, ask one concise clarification. Store the schedule through automation tools when possible.
Version History
- ac8228e Current 2026-07-05 10:50


