@positive-skew/cli
v0.4.0
Published
positive-skew headless CLI — manage forecasts, positions, orders and account state from the terminal
Maintainers
Readme
pskew CLI
Headless CLI for positive-skew — manage forecasts, positions, orders and account state from the terminal or from automation scripts.
Safety Harness
The CLI intentionally does not expose manual order placement in paper or live modes. Use your broker or another execution surface for discretionary orders. Positive Skew can inspect existing orders and cancel an order as a risk-reduction control; systematic executions continue to originate from the trading pipeline.
Install
npm install -g @positive-skew/cliRequires Node.js 18 or later.
Quick Start
# Sign in
pskew signin --email [email protected] --password secret
# Check status
pskew status --json
# Run the trading pipeline
pskew pipeline run --json
# Read today's Skew issue
pskew skew today --json
# Export backtest prices
pskew backtest prices --markets IBIT,UGL --since 2024-01-01 --json > prices.json
# List unread notifications
pskew notifications list --unread-only --jsonShell Completion
pskew completion bash > ~/.bash_completion.d/pskew # bash
pskew completion zsh > ~/.config/pskew/_pskew # zsh
pskew completion fish > ~/.config/fish/completions/pskew.fish # fish
pskew completion install # auto-detectDocumentation
Full documentation lives in the repository under docs/cli/:
- Overview & quick start
- Command reference
- Configuration & env vars
- Recipes & agent prompts
- Troubleshooting
- Telemetry & opt-out
Telemetry
The CLI sends x-client, x-client-version, x-client-os, and x-client-node headers with every request to identify CLI traffic in server logs. Set PSKEW_TELEMETRY=0 to disable.
License
MIT — Copyright (c) 2026 Burak Yenigun.
