find-loops

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Find Loops

查找循环任务

This skill helps you discover and install agentic loops from the open loops ecosystem — the loop-level analogue of
find-skills
.
An agentic loop is an installable, recurring AI agent defined in one file (a
LOOP.md
): 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.
本技能可帮助您从开放循环生态中发现并安装agentic loops——它是
find-skills
在loop层面的对应工具。
Agentic loop是一种可安装的、周期性运行的AI Agent,由单个文件(
LOOP.md
)定义:包含一个触发器(调度/事件)、一组技能和一个提示词。任何执行环境(Claude Code、Cursor、Codex、GitHub Actions、5dive运行时)都可以安装并按调度运行它。相关标准可查看agenticloops.dev / github.com/5dive-ai/loops

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
loops
skill (which covers authoring a fresh
LOOP.md
).
当用户出现以下情况时使用本技能:
  • 询问“找一个用于X的loop”或“有没有能做X的loop”
  • 需要一个用于某项任务的周期性/定时Agent(每小时、每天、触发事件时运行)
  • 描述重复性任务但未提及“loop”:“每天早上给我发一份摘要邮件”“监控我们的竞品”“每天梳理新的PR”“每晚运行安全扫描”“每小时检查Y”
  • 想要在构建任何内容之前浏览或搜索loop目录
请始终优先尝试查找并安装现有loop,再考虑创作新loop。 如果没有合适的loop,请转至
loops
技能(该技能负责创建新的
LOOP.md
)。

The loops CLI

循环任务CLI

The package manager for loops is
npx agenticloops
. On a 5dive runtime, the native path is
5dive loop
.
Key commands:
  • npx agenticloops find [query]
    — search the agenticloops.dev directory
  • npx agenticloops install <owner/loop> --dry-run
    — validate + pre-flight, change nothing
  • npx agenticloops run <owner/loop> --harness=<id>
    — one live run to see it work (optional)
  • npx agenticloops install <owner/loop> --yes
    — register the recurring job
  • npx agenticloops list
    /
    npx agenticloops update [<slug>]
    — manage installed loops
  • Native on a 5dive box:
    5dive loop find|show|install <slug> --onto=<agent> [--cron="…"]
Browse loops at: https://agenticloops.dev
循环任务的包管理器是
npx agenticloops
。在5dive运行时中,本地路径为
5dive loop
核心命令:
  • npx agenticloops find [query]
    —— 搜索agenticloops.dev目录
  • npx agenticloops install <owner/loop> --dry-run
    —— 验证+预检查,不做任何更改
  • npx agenticloops run <owner/loop> --harness=<id>
    —— 实时运行一次查看效果(可选)
  • npx agenticloops install <owner/loop> --yes
    —— 注册周期性任务
  • npx agenticloops list
    /
    npx agenticloops update [<slug>]
    —— 管理已安装的loop
  • 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:
  1. The job (competitive intel, PR triage, security scan, news digest, report pipeline)
  2. The cadence (hourly, daily, on an event)
  3. Whether it's a single-agent job or a pipeline (gather → draft → publish = a multi-agent loop)
明确:
  1. 任务类型(竞品情报、PR梳理、安全扫描、新闻摘要、报告流水线)
  2. 执行频率(每小时、每天、事件触发)
  3. 它是单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:
  1. 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).
  2. Read the
    requires
    block
    — the trust surface, listed before it runs: exactly which
    cli
    binaries,
    secrets
    (names only, never values),
    mcp
    servers, and
    network
    egress the loop touches. Confirm the user is comfortable with all of it.
  3. Source reputation — prefer official
    5dive-ai/loops
    entries over an unknown author.
  4. 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.
循环任务会按调度自动运行,因此比一次性技能需要更严格的验证:
  1. 优先验证而非关注流行度。目录基于可验证的签名运行记录排序,而非星标数量——优先选择能生成运行记录(证明实际完成任务)的loop。
  2. 阅读
    requires
    ——信任范围,在运行前列出:loop会接触到的具体
    cli
    二进制文件、
    secrets
    (仅名称,绝不包含值)、
    mcp
    服务器和
    network
    出口。确认用户对所有内容都认可。
  3. 来源可信度——优先选择官方的
    5dive-ai/loops
    条目,而非未知作者的内容。
  4. 执行环境能否支持触发器? 循环任务需要调度功能。仅支持单次运行的环境(如IDE)可以运行一次,但无法定时触发——请选择支持调度的环境(5dive、GitHub Actions、cron)。安装程序会对此发出警告。

Step 4: Present Options to the User

步骤4:为用户展示可选方案

For each relevant loop, show:
  1. The loop name + what it does
  2. Its cadence and whether it emits run receipts (proof)
  3. Its
    requires
    trust surface (cli / secrets / mcp / network)
  4. The install command
  5. A link to learn more on agenticloops.dev
对于每个相关的loop,展示:
  1. loop名称及其功能
  2. 它的执行频率以及是否生成运行记录(验证依据)
  3. 它的
    requires
    信任范围(cli / secrets / mcp / network)
  4. 安装命令
  5. 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 job
bash
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:
  1. Say so honestly — no existing loop matched.
  2. Hand off to the
    loops
    skill
    , which covers authoring a new
    LOOP.md
    (the loop-level analogue of skill-creator). Don't hand-roll one here — find-loops is discovery + install;
    loops
    owns building.
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:
  1. 如实告知——没有找到匹配的周期性Agent。
  2. 转至**
    loops
    技能**,该技能负责创建新的
    LOOP.md
    (loop层面的技能创建工具)。请勿在此手动创建——find-loops负责发现和安装;
    loops
    负责构建。
示例:
我在loop目录中搜索了“xyz”,但未找到匹配的周期性Agent。
我可以为您创建一个——一份按调度运行您任务的LOOP.md。需要我起草吗?
(这将使用`loops`技能,它负责创作工作。)

Tips

提示

  1. Search the job, not the tool
    find pr triage
    , not
    find github
    .
  2. Try alternative terms — if "deploy" misses, try "release" or "ci-cd".
  3. Prefer receipts + official sources — a loop runs on its own on a timer; trust matters more than for a one-shot skill.
  4. Confirm the harness can schedule before promising a recurring install.
Related: the fuller
loops
skill (find + install + build) and
orchestrate
(ad-hoc in-session multi-agent runs). find-loops is the lightweight discovery front door.
  1. 搜索任务类型而非工具——搜索
    find pr triage
    ,而非
    find github
  2. 尝试替代术语——如果“deploy”没有结果,试试“release”或“ci-cd”。
  3. 优先选择有运行记录的官方来源——循环任务会自动定时运行,信任度比一次性技能更重要。
  4. 在承诺安装周期性任务前,确认执行环境支持调度功能
相关技能:功能更完整的**
loops
技能(查找+安装+构建)和
orchestrate
**技能(临时会话中的多Agent运行)。find-loops是轻量级的发现入口。