Add OpenStock agent CLI skill
CI / test (push) Successful in 37s

This commit is contained in:
2026-06-09 17:22:59 +09:00
parent 9e4d6aecc7
commit 347c9546ed
34 changed files with 1005 additions and 0 deletions
@@ -0,0 +1,20 @@
# `openstock order sell`
Purpose: place a live KIS domestic stock sell order.
Usage:
```bash
openstock order sell 005930 --qty 1 --price 70000
openstock order sell 005930 --qty 1 --market
```
Inputs: `symbol`, `--qty`, one of `--price` or `--market`.
External IO: KIS live order endpoint.
Side effect: live financial sell order.
Output fields: `broker`, `side`, `symbol`, `qty`, `order_type`, `price`, `order`.
Agent rule: only run after explicit current-user approval for a real order.