# Imperial Execution Modes

> Imperial Execution Modes

- Skill: `solizardking/imperial-execution-modes-2` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add solizardking/imperial-execution-modes-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/solizardking/imperial-execution-modes-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: Solizardking (https://skillmd.com/u/solizardking)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/solizardking/imperial-execution-modes-2

---


# Imperial Execution Modes

Use these modes consistently:

- `observe`: read-only market, funding, depth, balances, positions, and orders.
- `route-check`: evaluate venue, fees, and notional with `/funding-rates`, `/mark-prices`, and `/route`.
- `paper/spec`: build a trade or strategy plan without submitting.
- `live-single-shot`: one immediate authenticated order or close through `POST /mobile/orders`.
- `external-runner`: durable TWAP/grid logic owned by a real runner, not a webhook.

Telegram note:

- The current Telegram bot can safely do `observe`, `route-check`, and `live-single-shot`.
- Long-lived TWAP/grid behaviour should be described as runner-backed unless a durable worker owns the loop.

