Armorer-Guard is external. Call it through the configured external boundary; do not vendor it into this repository.
Resources
22Install
npx skillscat add armorerlabs/armorer Install via the SkillsCat registry.
SKILL.md
Armorer Skill
Use Armorer as the TypeScript control plane for managed local agents.
Commands
Prefer these commands for local operations:
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> --forceVerification
Never report success from intent alone. Verify with:
- CLI output from
pnpm armorer -- list - job records in
~/.armorer/jobs - updated config in
~/.armorer/.env,~/.armorer/vault.json, or~/.armorer/registry.json - running process/container evidence where relevant
- UI route health when working on the self-hosted app
Source Map
- Core contracts:
packages/shared/src/ - Core runtime:
packages/core/src/ - Flue harness:
packages/agent-flue/src/ - CLI:
packages/cli/src/ - Playbooks:
catalog/playbooks/ - UI routes:
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.