Manage banner
yunus-0x yunus-0x

Manage

Development community

Description

--- description: Review all open positions and take management actions --- Run a full management cycle: 1. Check all positions — run via Bash: ``` node cli.js positions ``` 2. For each position, get PnL — the output now includes `strategy` and `instruction` from state: ``` node cli.js pnl ADDRESS ``` Replace ADDRESS with the position address string from step 1. 3. Note the `strategy` field from the pnl output. Apply **strategy-specific** management rules: **`custom_ratio_spot` (default):** -

Installation

Installs to ~/.claude/commands/yunus-0x-meridian-manage.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yunus-0x/meridian/HEAD/.claude/commands/manage.md -o ~/.claude/commands/yunus-0x-meridian-manage.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository