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 universe list`
Purpose: page through normalized stock universe records.
Usage:
```bash
openstock universe list --market KOSPI --kind common_stock --offset 0 --limit 100
```
Inputs: optional `--market`, `--kind`, `--offset`, `--limit`.
Reads: universe cache; may refresh on cache miss.
Output fields: `source`, `cache_date`, `total_count`, `filtered_count`, `offset`, `limit`, `stocks`.
Agent rule: use pagination instead of loading the full universe when possible.