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


