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 chunks`
Purpose: divide the stock universe into scan chunks.
Usage:
```bash
openstock universe chunks --market KOSDAQ --kind common_stock --size 100
```
Inputs: optional `--market`, `--kind`, `--size`.
Reads: universe cache.
Output fields: `source`, `cache_date`, `filtered_count`, `chunk_size`, `chunk_count`, `chunks`.
Agent rule: preferred for full-market scan planning.