Documentation
Open Source

CLI

Agent Mag CLI commands for skills, tools, models, and docs context.

Status: Available.

The agentmag package is the install path for local agent workspaces.

Commands

CommandPurpose
npx agentmag add skill <name>Install an agent skill bundle.
npx agentmag add tool <name>Install a GitHub Action or tool workflow.
npx agentmag add model <name>Pull a local Ollama model.
npx agentmag add docs <slug>Install first-party docs context.
npx agentmag search <query>Search the skill registry.

docs is a first-party content/context type. It is not a skill bundle and it should not increment skill install counts.

On this page