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.
git clone --depth 1 https://github.com/stevengonsalvez/agents-in-a-boxWrote 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.
[](https://agentmods.dev/plugins/stevengonsalvez/agents-in-a-box/marketplace)<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.
<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>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.
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-sessThe 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.
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.
- 10d ago First seen · 96 lines scan A d68952f5a1e3
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.
Other plugins, from other repositories
superpowers-zh
A Chinese-language enhancement package containing 20 programming skills, including translated and original workflows for tools such as OpenClaw, Claude Code, and Cursor.
superpowers-zh
A Chinese-language collection of practical methods for AI-assisted programming, including test-driven development, debugging, and code review. Test-driven development, or TDD, means writing tests before the code they are meant to check.
before-you-build
Pre-build product risk review for founders, product teams, and AI-assisted builders before implementation starts.
data-validation-suite
Schema validation, data quality monitoring, streaming validation pipelines, and input validation for backend APIs.
database-cloud-optimization
Database query optimization, cloud cost optimization, and scalability improvements.
dependency-management
Dependency auditing, version management, and security vulnerability scanning.