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,17 @@
# `openstock account status`
Purpose: query balance and holdings for the configured KIS account.
Usage:
```bash
openstock account status
```
Reads: `KIS_ACCESS_TOKEN`, `KIS_APPKEY`, `KIS_APPSECRET`, `KIS_ACCOUNT`.
External IO: KIS balance inquiry.
Output fields: `broker`, `account`, `balance`, `holdings`.
Agent rule: run before any trade recommendation or live order.