agents-in-a-box marketplace

agents-in-a-box marketplace is a plugin for Claude Code from stevengonsalvez/agents-in-a-box. Its token cost is not measured, scanned A, original, MIT.

A marketplace bundle containing five coding-agent plugins: reflect, ainb-fleet, ainb-hooks, caveman-stats, and illustration. It provides a way to install those plugins from one collection.

In plain words
What is it for?
Installing the listed agents-in-a-box plugins, including tools for stored learnings, agent fleets, hooks, statistics, and illustrations.
Why use it?
It gives users one catalogue entry for related plugins instead of requiring each plugin to be found separately.

Plugin for Claude Code

Written for Claude Code: SessionStart hook event. Also seen: mentions Codex.

Good fit Installing the listed agents-in-a-box plugins, including tools for stored learnings, agent fleets, hooks, statistics, and illustrations.

Compare 6 plugins from other repositories ↓
Install in Claude Code
/plugin marketplace add stevengonsalvez/agents-in-a-box/plugin install agents-in-a-box marketplace
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.

Clone the repo
git clone --depth 1 https://github.com/stevengonsalvez/agents-in-a-box

Made for: Claude Code.

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 agents-in-a-box marketplace

README.md
[![agentmods](https://agentmods.dev/badge/plugins/stevengonsalvez/agents-in-a-box/marketplace/github.svg)](https://agentmods.dev/plugins/stevengonsalvez/agents-in-a-box/marketplace)
Your own site
<a href="https://agentmods.dev/plugins/stevengonsalvez/agents-in-a-box/marketplace"><img src="https://agentmods.dev/badge/plugins/stevengonsalvez/agents-in-a-box/marketplace/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agents-in-a-box marketplace

Your own site · 80×15
<a href="https://agentmods.dev/plugins/stevengonsalvez/agents-in-a-box/marketplace"><img src="https://agentmods.dev/badge/plugins/stevengonsalvez/agents-in-a-box/marketplace.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

agents-in-a-box marketplace scanned grade A with 0 findings 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 10d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json · 96 lines

How it starts

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

{
  "name": "agents-in-a-box",
  "owner": {
    "name": "stevengonsalvez",
    "url": "https://github.com/stevengonsalvez"
  },
  "metadata": {
    "description": "Marketplace for plugins shipped with agents-in-a-box. Plugins live under plugins/ at the repo root and are installable via `claude plugin install <name>@agents-in-a-box`.",
    "version": "1.0.0"
  },
  "plugins": [
    {
      "name": "reflect",
      "source": {
        "source": "github",
        "repo": "stevengonsalvez/ainb-reflect-memory",
        "path": "plugin",
        "ref": "v5.2.5"
      },
      "description": "Agent self-improvement + retrieval. Captures learnings via colon-namespaced sub-skills (reflect, reflect:consolidate, reflect:ingest, reflect:recall, reflect-status) and auto-injects relevant prior learnings via SessionStart/UserPromptSubmit hooks. PostToolUse arms low-cost mini-learning capture; Stop enqueues short-session reflection. Philosophy: Correct once, never again; recall everything next time.",
      "strict": false,
      "keywords": [
        "memory",
        "recall",
        "learnings",
        "graphrag",
        "self-improvement",
        "retrieval",
        "long-term-memory"
      ]
    },
    {
      "name": "ainb-fleet",
      "source": "./plugins/ainb-fleet",
      "description": "LLM-facing skill teaching agents how to spawn ainb sessions correctly and how to use `ainb fleet ...` orchestration subcommands. Spawning covers the `ainb run` contract (always into a git worktree, plus the `--parent` shapes that silently misfire). Fleet covers multi-session broadcast, ack-gated sequence, blocked-session needs, the auto-continue daemon, and ATC. Replaces the deprecated `popa` plugin: the Node code is gone; the orchestration logic now lives in ainb's Rust binary.",
      "strict": false,
      "keywords": [
        "ainb",
        "fleet",
        "tmux",
        "claude-peers",
        "orchestration",
        "control-plane",
        "broadcast",
        "multi-sess

Read the full file on GitHub · 96 lines

Contents

The plugins it lists here

This marketplace lists 2 plugins kept in the same repository. Each has its own page, its own measurements and its own install command.

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. 10d ago First seen · 96 lines scan A d68952f5a1e3

Subscribe to this mod's changes

agents-in-a-box marketplace is a plugin published in the GitHub repository stevengonsalvez/agents-in-a-box (23 stars, last pushed yesterday), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.