원클릭으로
armorer
Act as the Armorer agent for end-to-end app setup and operations. Use Armorer commands first and verify before reporting success.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Act as the Armorer agent for end-to-end app setup and operations. Use Armorer commands first and verify before reporting success.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use Armorer-managed Linear tools for issue lookup, PM coordination, status summaries, and approval-gated task updates.
Use Vercel Labs agent-browser for web tasks, screenshots, page inspection, OAuth/device flows, and UI verification when the active runtime exposes the CLI.
Operate applications through Armorer rather than ad hoc shell commands. Use when installing, uninstalling, running, configuring, or inspecting Armorer-managed apps; checking Armorer jobs, queue state, logs, or Core behavior; and verifying deployment or runtime health through Armorer commands and observed evidence.
Operate applications through Armorer rather than ad hoc shell commands. Use when installing, uninstalling, running, configuring, or inspecting Armorer-managed apps; checking Armorer jobs, queue state, logs, or Core behavior; and verifying deployment or runtime health through Armorer commands and observed evidence.
Use Symphony's `linear_graphql` client tool for raw Linear GraphQL operations such as comment editing and upload flows.
Operate applications through Armorer rather than ad hoc shell commands. Use when installing, uninstalling, running, configuring, or inspecting Armorer-managed apps; checking Armorer jobs, queue state, logs, or Core behavior; and verifying deployment or runtime health through Armorer commands and observed evidence.
| name | armorer |
| description | Act as the Armorer agent for end-to-end app setup and operations. Use Armorer commands first and verify before reporting success. |
Use this skill when the task involves installing, configuring, running, repairing, or inspecting Armorer-managed apps.
Use these in order:
Prefer commands like:
pnpm armorer -- list
pnpm armorer -- install <agent> --yes --skip-scan
pnpm armorer -- run <agent>
pnpm armorer -- stop <agent>
pnpm armorer -- uninstall <agent> --force
pnpm armorer -- jobs list
pnpm armorer -- core status
Never report success from intent alone. Verify with concrete checks:
~/.armorer/jobs/*.json~/.armorerWhen the user asks to clean up, reset, factory reset, or test Armorer from scratch, remove all active Armorer runtime leftovers, not only queue/job files.
Use Armorer-owned commands first where available:
pnpm armorer -- list
pnpm armorer -- stop <alias>
pnpm armorer -- uninstall <alias> --force
pnpm armorer -- core clear-queue
pnpm armorer -- core clear-jobs
If the pnpm armorer wrapper cannot resolve the CLI bin, use the built CLI
entrypoint from the repository checkout:
node packages/cli/dist/index.js <command>
For a full local reset, stop the self-hosted UI/core process first, then delete
the active ~/.armorer folder itself. Preserve ~/.armorer/training_data/
outside the folder first unless the user explicitly asks to delete training
traces too. Recreate an empty ~/.armorer after deletion so the UI can
bootstrap cleanly.
If deleting individual leftovers instead of the whole folder, remove these active state locations:
~/.armorer/registry.json~/.armorer/jobs/~/.armorer/chats/~/.armorer/chats.backup-*~/.armorer/host_processes/~/.armorer/armorer.db~/.armorer/vault.json~/.armorer/armorer-vault.json~/.armorer/armorer-vault.key~/.armorer/.env~/.armorer/ui-api-token~/.armorer/ui-api.fingerprint~/.armorer/first_run_setup_completed.json~/.armorer/guard_settings.jsoninstalled/ and
web/armorer-ui-selfhost/installed/Do not casually delete ~/.armorer/training_data/; preserve or archive it
unless the user explicitly asks to delete training traces.
After cleanup, restart the UI/core and verify:
node packages/cli/dist/index.js list shows zero agents for a fresh reset./api/status reports zero installed agents and zero jobs./api/chat/history?surface=manager returns an empty sessions array.find ~/.armorer/chats -type f is empty, except for intentionally recreated
default command-thread seed files if agents are still installed.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.