Loading...
Loading...
Helps users discover and install agentic loops (recurring, scheduled AI agents) when they ask "find a loop for X", "is there a loop that…", "install a recurring agent that does X", "schedule an agent to do X", or want a repeating job run on a timer (a daily digest, a competitor watcher, a triage sweep, an every-morning report) — even if they never say the word "loop". Use this to SEARCH the agenticloops.dev directory and INSTALL an existing loop. This is the loop-level analogue of find-skills. For AUTHORING a new loop when none fits, use the fuller `loops` skill.
npx skill4agent add 5dive-ai/skills find-loopsfind-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
loopsLOOP.mdnpx agenticloops5dive loopnpx agenticloops find [query]npx agenticloops install <owner/loop> --dry-runnpx agenticloops run <owner/loop> --harness=<id>npx agenticloops install <owner/loop> --yesnpx agenticloops listnpx agenticloops update [<slug>]5dive loop find|show|install <slug> --onto=<agent> [--cron="…"]npx agenticloops find <query>npx agenticloops find competitive intelnpx agenticloops find pr triagenpx agenticloops find securitynpx agenticloops find news digestrequiresclisecretsmcpnetwork5dive-ai/loopsrequiresnpx 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
# native on a 5dive box:
5dive loop install <slug> --onto=<agent> [--cron="…"]requires.secrets--harnessloopsLOOP.mdloopsI 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.)find pr triagefind githubloopsorchestrate