find-loops
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseFind Loops
查找循环任务
This skill helps you discover and install agentic loops from the open loops ecosystem — the loop-level analogue of .
find-skillsAn agentic loop is an installable, recurring AI agent defined in one file (a): a trigger (schedule/event), a set of skills, and a prompt. Any harness (Claude Code, Cursor, Codex, GitHub Actions, a 5dive runtime) can install and run it on a schedule. The standard lives at agenticloops.dev / github.com/5dive-ai/loops.LOOP.md
本技能可帮助您从开放循环生态中发现并安装agentic loops——它是在loop层面的对应工具。
find-skillsAgentic loop是一种可安装的、周期性运行的AI Agent,由单个文件()定义:包含一个触发器(调度/事件)、一组技能和一个提示词。任何执行环境(Claude Code、Cursor、Codex、GitHub Actions、5dive运行时)都可以安装并按调度运行它。相关标准可查看agenticloops.dev / github.com/5dive-ai/loops。LOOP.md
When to Use This Skill
何时使用本技能
Use this skill when the user:
- Says "find a loop for X" or "is there a loop that does X"
- Wants a recurring / scheduled agent for a job (hourly, daily, on an event)
- Describes a repeating job without saying "loop": "email me a digest every morning", "watch our competitors", "triage new PRs each day", "run a security scan nightly", "check Y every hour"
- Wants to browse or search the loops directory before building anything
Always try to find + install an existing loop before authoring a new one. If nothing fits, hand off to the skill (which covers authoring a fresh ).
loopsLOOP.md当用户出现以下情况时使用本技能:
- 询问“找一个用于X的loop”或“有没有能做X的loop”
- 需要一个用于某项任务的周期性/定时Agent(每小时、每天、触发事件时运行)
- 描述重复性任务但未提及“loop”:“每天早上给我发一份摘要邮件”“监控我们的竞品”“每天梳理新的PR”“每晚运行安全扫描”“每小时检查Y”
- 想要在构建任何内容之前浏览或搜索loop目录
请始终优先尝试查找并安装现有loop,再考虑创作新loop。 如果没有合适的loop,请转至技能(该技能负责创建新的)。
loopsLOOP.mdThe loops CLI
循环任务CLI
The package manager for loops is . On a 5dive runtime, the native path is .
npx agenticloops5dive loopKey commands:
- — search the agenticloops.dev directory
npx agenticloops find [query] - — validate + pre-flight, change nothing
npx agenticloops install <owner/loop> --dry-run - — one live run to see it work (optional)
npx agenticloops run <owner/loop> --harness=<id> - — register the recurring job
npx agenticloops install <owner/loop> --yes - /
npx agenticloops list— manage installed loopsnpx agenticloops update [<slug>] - Native on a 5dive box:
5dive loop find|show|install <slug> --onto=<agent> [--cron="…"]
Browse loops at: https://agenticloops.dev
循环任务的包管理器是。在5dive运行时中,本地路径为。
npx agenticloops5dive loop核心命令:
- —— 搜索agenticloops.dev目录
npx agenticloops find [query] - —— 验证+预检查,不做任何更改
npx agenticloops install <owner/loop> --dry-run - —— 实时运行一次查看效果(可选)
npx agenticloops run <owner/loop> --harness=<id> - —— 注册周期性任务
npx agenticloops install <owner/loop> --yes - /
npx agenticloops list—— 管理已安装的loopnpx agenticloops update [<slug>] - 5dive环境本地命令:
5dive loop find|show|install <slug> --onto=<agent> [--cron="…"]
浏览loop请访问: https://agenticloops.dev
How to Help Users Find a Loop
如何帮助用户查找循环任务
Step 1: Understand the Job
步骤1:理解任务内容
Identify:
- The job (competitive intel, PR triage, security scan, news digest, report pipeline)
- The cadence (hourly, daily, on an event)
- Whether it's a single-agent job or a pipeline (gather → draft → publish = a multi-agent loop)
明确:
- 任务类型(竞品情报、PR梳理、安全扫描、新闻摘要、报告流水线)
- 执行频率(每小时、每天、事件触发)
- 它是单Agent任务还是流水线(收集→起草→发布 = 多Agent循环任务)
Step 2: Search the Directory
步骤2:搜索目录
bash
npx agenticloops find <query>Examples:
- "watch our competitors" →
npx agenticloops find competitive intel - "triage new PRs" →
npx agenticloops find pr triage - "daily security scan" →
npx agenticloops find security - "morning news digest" →
npx agenticloops find news digest
Or browse agenticloops.dev directly (ci-analyst, intel-brief, autonomous-pr-loop, agentic-security-scanner, daily-news-radar, issue-triage-bot, …).
bash
npx agenticloops find <query>示例:
- “监控我们的竞品” →
npx agenticloops find competitive intel - “梳理新PR” →
npx agenticloops find pr triage - “每日安全扫描” →
npx agenticloops find security - “早间新闻摘要” →
npx agenticloops find news digest
或直接浏览agenticloops.dev(包含ci-analyst、intel-brief、autonomous-pr-loop、agentic-security-scanner、daily-news-radar、issue-triage-bot等)。
Step 3: Vet Before Recommending
步骤3:推荐前进行验证
A loop runs unattended on a schedule, so vet it harder than a one-shot skill:
- Proof, not popularity. The directory ranks on verifiable, signed run receipts, not stars — prefer a loop that emits receipts (proof it actually did the job).
- Read the block — the trust surface, listed before it runs: exactly which
requiresbinaries,cli(names only, never values),secretsservers, andmcpegress the loop touches. Confirm the user is comfortable with all of it.network - Source reputation — prefer official entries over an unknown author.
5dive-ai/loops - Can the harness honor the trigger? A loop needs scheduling. A run-only harness (an IDE) can run it once but can't fire it on a timer — target a scheduler (5dive, GitHub Actions, cron). The installer warns otherwise.
循环任务会按调度自动运行,因此比一次性技能需要更严格的验证:
- 优先验证而非关注流行度。目录基于可验证的签名运行记录排序,而非星标数量——优先选择能生成运行记录(证明实际完成任务)的loop。
- 阅读块——信任范围,在运行前列出:loop会接触到的具体
requires二进制文件、cli(仅名称,绝不包含值)、secrets服务器和mcp出口。确认用户对所有内容都认可。network - 来源可信度——优先选择官方的条目,而非未知作者的内容。
5dive-ai/loops - 执行环境能否支持触发器? 循环任务需要调度功能。仅支持单次运行的环境(如IDE)可以运行一次,但无法定时触发——请选择支持调度的环境(5dive、GitHub Actions、cron)。安装程序会对此发出警告。
Step 4: Present Options to the User
步骤4:为用户展示可选方案
For each relevant loop, show:
- The loop name + what it does
- Its cadence and whether it emits run receipts (proof)
- Its trust surface (cli / secrets / mcp / network)
requires - The install command
- A link to learn more on agenticloops.dev
对于每个相关的loop,展示:
- loop名称及其功能
- 它的执行频率以及是否生成运行记录(验证依据)
- 它的信任范围(cli / secrets / mcp / network)
requires - 安装命令
- agenticloops.dev上的详情链接
Step 5: Install (dry-run first)
步骤5:安装(先进行预检查)
bash
npx agenticloops install <owner/loop> --dry-run # validate + pre-flight, no changes
npx agenticloops run <owner/loop> --harness=<id> # optional: one live run to see it work
npx agenticloops install <owner/loop> --yes # register the recurring jobbash
npx agenticloops install <owner/loop> --dry-run # 验证+预检查,不做任何更改
npx agenticloops run <owner/loop> --harness=<id> # 可选:实时运行一次查看效果
npx agenticloops install <owner/loop> --yes # 注册周期性任务native on a 5dive box:
5dive环境本地命令:
5dive loop install <slug> --onto=<agent> [--cron="…"]
Supply any `requires.secrets` host-side at install (the installer prompts) — secrets are **names** in the file, never values. `--harness` auto-detects.5dive loop install <slug> --onto=<agent> [--cron="…"]
安装时在主机端提供所需的`requires.secrets`(安装程序会提示)——secrets是文件中的**名称**,绝不包含值。`--harness`会自动检测。Step 6: When No Loop Fits
步骤6:没有合适的loop时
If the directory has nothing for the job:
- Say so honestly — no existing loop matched.
- Hand off to the skill, which covers authoring a new
loops(the loop-level analogue of skill-creator). Don't hand-roll one here — find-loops is discovery + install;LOOP.mdowns building.loops
Example:
I searched the loops directory for "xyz" but didn't find a matching recurring agent.
I can build you one — a LOOP.md that runs your job on a schedule. Want me to draft it?
(That uses the `loops` skill, which handles authoring.)如果目录中没有匹配任务的loop:
- 如实告知——没有找到匹配的周期性Agent。
- 转至**技能**,该技能负责创建新的
loops(loop层面的技能创建工具)。请勿在此手动创建——find-loops负责发现和安装;LOOP.md负责构建。loops
示例:
我在loop目录中搜索了“xyz”,但未找到匹配的周期性Agent。
我可以为您创建一个——一份按调度运行您任务的LOOP.md。需要我起草吗?
(这将使用`loops`技能,它负责创作工作。)Tips
提示
- Search the job, not the tool — , not
find pr triage.find github - Try alternative terms — if "deploy" misses, try "release" or "ci-cd".
- Prefer receipts + official sources — a loop runs on its own on a timer; trust matters more than for a one-shot skill.
- Confirm the harness can schedule before promising a recurring install.
Related: the fuller skill (find + install + build) and (ad-hoc in-session multi-agent runs). find-loops is the lightweight discovery front door.
loopsorchestrate- 搜索任务类型而非工具——搜索,而非
find pr triage。find github - 尝试替代术语——如果“deploy”没有结果,试试“release”或“ci-cd”。
- 优先选择有运行记录的官方来源——循环任务会自动定时运行,信任度比一次性技能更重要。
- 在承诺安装周期性任务前,确认执行环境支持调度功能。
相关技能:功能更完整的**技能(查找+安装+构建)和**技能(临时会话中的多Agent运行)。find-loops是轻量级的发现入口。
loopsorchestrate