From armorer
Manages local agents using Armorer, a TypeScript control plane. Provides commands for listing, installing, running, stopping, and uninstalling agents.
How this skill is triggered — by the user, by Claude, or both
Slash command
/armorer:armorerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use Armorer as the TypeScript control plane for managed local agents.
Use Armorer as the TypeScript control plane for managed local agents.
pnpm armorer -- list
pnpm armorer -- core status
pnpm armorer -- jobs list
pnpm armorer -- install <agent> --yes --skip-scan
pnpm armorer -- run <agent>
pnpm armorer -- stop <agent>
pnpm armorer -- uninstall <agent> --force
packages/shared/src/packages/core/src/packages/agent-flue/src/packages/cli/src/catalog/playbooks/web/armorer-ui-selfhost/src/app/api/Armorer-Guard is external. Call it through the configured external boundary; do not vendor it into this repository.
npx claudepluginhub armorerlabs/armorerManages multiple local CLI agents in tmux sessions: start/stop/monitor/assign tasks with cron-friendly scheduling. Use for parallel agent workflows and log tailing.
Makes out-of-session agents (Managed Agent, Agent SDK, sandbox) AgentOps-native using skills, the ao CLI, and local cockpit validation instead of runtime hooks.
Lists all core and expert agents in Director Mode Lite, including purposes, triggers, invocation examples, and custom agent creation instructions.