install

install is a command for coding agents from MadaraUchiha-314/the-loop. It costs 0 tokens per session (1,793 once invoked), scanned B, original, MIT.

An installer command for putting the-loop's command-line tool and Claude Code plugin on a computer or project.

In plain words
What is it for?
Use it to install the CLI, register the the-loop plugin marketplace, install the Claude plugin, or inspect an installation plan.
Why use it?
It plans and performs the setup in one place, with a preview mode that shows the commands and files involved. It also supports user-level or project-level installation.

Command

Part of the the-loop plugin — 2 skills, 35 commands, 2 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/madarauchiha-314/the-loop/install
Clone the repo
git clone --depth 1 https://github.com/MadaraUchiha-314/the-loop

Or install the-loop, the plugin that ships this one along with the rest of its 2 skills, 35 commands, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for install

README.md
[![agentmods](https://agentmods.dev/badge/commands/madarauchiha-314/the-loop/install.svg)](https://agentmods.dev/commands/madarauchiha-314/the-loop/install)
Your own site
<a href="https://agentmods.dev/commands/madarauchiha-314/the-loop/install"><img src="https://agentmods.dev/badge/commands/madarauchiha-314/the-loop/install.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,793 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01793
Opus 5 $0.00000 $0.00897
Sonnet 5 $0.00000 $0.00359
Haiku 4.5 $0.00000 $0.00179

Measured 4d ago against content hash 0e75b2388cb5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

install scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

`<config dir>/settings.json` (user scope) or `<project>/.claude/settings.json` (project
docs/cli/commands/install.md · 150 lines

How it starts

The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.

install

Put the-loop on a machine: the CLI and the Claude Code plugin, at user or project scope.

the-loop install [COMPONENT ...] [--scope user|project] [--project-dir .]
                 [--from owner/repo] [--dry-run] [--format table|json]
$ the-loop install --dry-run
the-loop install · components: cli, claude · scope: user · marketplace: MadaraUchiha-314/the-loop · dry run
Component  Outcome  Step                                            Command / file
---------  -------  ----------------------------------------------  --------------------------------------------------------
cli        planned  install the the-loopy-one CLI                   /usr/bin/uv tool install the-loopy-one
claude     planned  register the the-loop marketplace (…/the-loop)  claude plugin marketplace add MadaraUchiha-314/the-loop …
claude     planned  install the-loop@the-loop                       claude plugin install the-loop@the-loop --scope user

Components are cli, claude, or all. Naming none means the CLI plus every harness actually found on PATH — the useful default when setting a machine up.

Cursor is not a component yet. the-loop ships as a Cursor plugin (decision-015), but installing it from a terminal is its own problem — as of Cursor 2.5 the documented routes are the marketplace site and /add-plugin in the editor, and no CLI install command appears to be documented. Tracked as issue #157; until then, install the Cursor plugin the way the installation guide describes.

This installs software. Scaffolding a repository is /the-loop:init, and reconciling a project's the-loop files with a newer plugin is /the-loop:upgrade-the-loop. Different jobs, deliberately different commands.

It plans, then executes

Every run builds an ordered plan of steps and prints the exact argv (or the file path) of each one, then executes it. --dry-run is the same plan with the execution left out — not a separate code path that could drift from the real one — so a preview shows the skips too.

Read the full file on GitHub · 150 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 150 lines · 0 tokens per session scan B 0e75b2388cb5

Subscribe to this mod's changes

install is a command published in the GitHub repository MadaraUchiha-314/the-loop (4 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,793 tokens. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.