nonstopmatt

Agent Toolbox — AI skill for Claude Code

AI community

Download every AI skill, agent, plugin and MCP server you find without breaking your coding agent.

How to install Agent Toolbox

This entry records only its repository, not the path inside it, so there is no exact command to give. Open nonstopmatt/agent-toolbox and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Agent Toolbox does

Download every AI skill, agent, plugin and MCP server you find without breaking your coding agent. Tools stay parked on a shelf, and each task borrows a small loadout for one session, then logs what worked. Built for Claude Code, works with any agent.

Alternatives in AI

  • Maestro Companion — Quick execution for small tasks — minimal run lifecycle (start + done) with evidence recording 530 ★
  • Pi Agent Desktop — Pi — A cross-platform AI coding agent, bringing the Claude Code experience to your desktop 289 ★
  • ZotSeek — AI semantic search for Zotero, with a built-in MCP server for AI agents (Claude Code, Codex) 193 ★

README

Install everything. Break nothing. Before: context at 0%. After: startup at 5% of context.

toolbox

Download every AI tool you find. Break nothing.
A shelf for skills, agents, plugins and MCP servers. Your coding agent borrows only what each task needs.

License: MIT Built for Claude Code Works with any agent Nothing installs

Quick start · How it works · Setup guide for your agent · Credits

Quick start

Tell your coding agent:

Clone https://github.com/nonstopmatt/agent-toolbox to ~/toolbox, read docs/SETUP.md, and set it up for me.

Or do it yourself:

git clone https://github.com/nonstopmatt/agent-toolbox ~/toolbox
~/toolbox/bin/bootstrap.sh

Then, in Claude Code:

/tool-audit edit a vertical video with motion graphics
/toolbox-add https://github.com//

Needs: git, Python 3, and [Ollama](https://ollama.com) for the free local search (it falls back to keyword search without it).

How it works

Park, search, borrow, learn: shelf, index, loadout, ledger

flowchart LR
    A["You find a tool
(reel, video, post)"] --> B["/toolbox-add
quarantine clone, no install scripts"] B --> C[("~/toolbox
the shelf")] D["You give a task"] --> E["/tool-audit
searches the whole shelf by meaning"]