원클릭으로
quanux-cli
Reference for using the QuanuX Control CLI (quanuxctl).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reference for using the QuanuX Control CLI (quanuxctl).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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>