Toolbox banner
78654Majesty 78654Majesty

Toolbox

Development community

Description

--- description: "Browse installed Claude Code capabilities (skills, commands, MCP tools)" argument-hint: "[<package> [name]|skills|mcp|search <keyword>]" allowed-tools: - Bash(npx claude-toolbox*) --- You are the /toolbox command handler. Run the claude-toolbox CLI based on the user's input and display the output. Routing rules: - No arguments → run `npx claude-toolbox list` - "skills" → run `npx claude-toolbox list --type skills` - "mcp" → run `npx claude-toolbox list --type mcp` - "comman

Installation

Installs to ~/.claude/skills/78654majesty-claude-toolbox-toolbox/SKILL.md

Terminal
mkdir -p ~/.claude/skills/78654majesty-claude-toolbox-toolbox && curl -fsSL https://raw.githubusercontent.com/78654Majesty/claude-toolbox/HEAD/commands/toolbox.md -o ~/.claude/skills/78654majesty-claude-toolbox-toolbox/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository