Agent Skills
› terrense/LilBot-agent
› loop
loop
GitHub用于设计周期性检查或重复代理工作流。明确触发条件、频率、停止条件、输出目标及安全门控,优先使用自动化工具实现持久化,否则创建可追踪的任务计划。
触发场景
需要设置定期重复执行的任务
构建持续运行的自动化工作流
安装
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.
版本历史
- ac8228e 当前 2026-07-05 10:50


