Agent Skills
› terrense/LilBot-agent
› loop
loop
GitHub用于设计周期性检查或重复工作流。明确触发条件、频率、停止条件及输出目标,根据持久化能力选择自动化工具或任务计划方案。
Trigger Scenarios
需要设置定期监控或巡检任务
希望自动化执行重复性业务流程
Install
npx skills add terrense/LilBot-agent --skill loop -g -y
SKILL.md
Frontmatter
{
"name": "loop",
"context": "inline",
"description": "Set up a recurring check or repeated agent workflow.",
"when_to_use": "Use when the user wants repeated monitoring, recurring work, or a loop until a condition is met.",
"allowed-tools": "automation_create, automation_list, automation_update, automation_delete, task_create, update_plan"
}
Design a recurring loop for:
{{args}}
Clarify the trigger, cadence, stop condition, output destination, and safety gate. Use automation tools when the loop should persist. If persistence is not available, create a tracked task plan instead.
Version History
- ac8228e Current 2026-07-05 10:50


