원클릭으로
portfolio-management
Manage multi-strategy portfolios and automate lifecycle.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage multi-strategy portfolios and automate lifecycle.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Discover market relations (8 types) that map 1:1 to builtin arbitrage strategies.
Use when the user asks to run the full trading workflow end-to-end, from finding markets to paper trading — covers discover, backtest, and paper-run in sequence.
Run paper trading after backtest passes, with monitoring and intervention.
Write spread strategy code as a Strategy subclass and register it.
Backtest strategies against historical data.
Execute live trading with explicit authorization, strict risk and emergency controls.
| name | portfolio-management |
| description | Manage multi-strategy portfolios and automate lifecycle. |
Use this skill when the user asks to manage multiple strategies or automate strategy lifecycle.
coinjure engine list --json
coinjure engine status --json # All engines
coinjure engine status --id <id> --json # Single engine
coinjure engine retire --id <id> --reason "market_closed" --json
coinjure engine retire --all --reason "end_of_season" --json
coinjure engine pause --id <strategy_id> --json
coinjure engine pause --all --json
coinjure engine stop --all --json
--max-live limit.