Agent Skills
› terrense/LilBot-agent
› loop
loop
GitHub设计并配置周期性检查或重复执行的智能体工作流,明确触发条件、频率、停止条件及安全机制,支持持久化自动化或任务计划。
Trigger Scenarios
需要设置定时或循环执行的任务
需要构建重复性Agent工作流
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


