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 market history`
Purpose: query OHLCV price history for a stock.
Usage:
```bash
openstock market history 005930 --from 20260101 --to 20260609
openstock market history 005930 --from 20260101 --to 20260609 --period W
```
Inputs: `symbol`, `--from`, `--to`, optional `--period`, `--raw-price`.
Reads: KIS credentials and access token.
External IO: KIS price history endpoint.
Output fields: `broker`, `symbol`, `period`, `date_range`, `adjusted`, `count`, `candles`, `summary`.
Agent rule: use for price movement evidence; keep numeric strings intact unless calculating.