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,18 @@
# `openstock order status`
Purpose: query KIS order and execution status.
Usage:
```bash
openstock order status
openstock order status 1234567890 --from 20260601 --to 20260609
```
Inputs: optional `order_no`, `--from`, `--to`.
External IO: KIS order inquiry endpoint.
Output fields: `broker`, `account`, `order_no`, `orders`, `summary`.
Agent rule: read-only; use after order placement or when auditing order history.