en un clic
quanux-cli
Reference for using the QuanuX Control CLI (quanuxctl).
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Reference for using the QuanuX Control CLI (quanuxctl).
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Reference for OS and Kernel parameter optimization on the QuanuX Edge.
Official Figma Developer MCP integration for QuanuX. Allows agents to inspect designs, extract variables, and generate code from Figma files.
The authoritative "School of Architecture" for building QuanuX Extensions (Sidecars). Enforces the QXP protocol, Go runtime preference, and privacy-first security model.
Instructions for operating and configuring the SignalR Bridge for TopstepX.
Guidelines for adding functions to the AST translation map for QuanuX-Annex duckdb transpiler
Operating procedures and architecture for the QuanuX-Annex Data Ingestion Engine and NATS JetStream mesh.
| name | quanux-cli |
| description | Reference for using the QuanuX Control CLI (quanuxctl). |
quanuxctl)The quanuxctl tool is the central management interface for the QuanuX platform.
quanuxctl ext list: View all installed extensions and their status.quanuxctl ext start/stop <name>: Lifecycle management.quanuxctl topstepx: Dedicated namespace for TopstepX management.quanuxctl secrets set <key> <value>: Store secrets in system Keyring.quanuxctl secrets get <key>: Retrieve secrets (for debugging).quanuxctl secrets setup: Interactive wizard.quanuxctl topstepx install: Setup dependencies.quanuxctl topstepx env: Check configuration.quanuxctl topstepx user/password/apikey: Credential rotation.quanuxctl topstepx user-hub/market-hub: SignalR endpoint configuration.The CLI is built with Typer.
server/cli/src/quanuxctlserver/cli/src/quanuxctl/commands/commands/ and register it in main.py.To run the CLI from source without installing:
python -m server.cli.src.quanuxctl.main <command>