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,19 @@
# `openstock dart document`
Purpose: fetch and extract text from a DART disclosure document by receipt number.
Usage:
```bash
openstock dart document 20260609000000 --max-chars 20000
```
Inputs: `rcept_no`, optional `--force`, `--max-chars`.
Reads: `OPENDART_API_KEY`.
Writes: document ZIP cache.
Output fields: document metadata and extracted text.
Agent rule: use `--max-chars` to cap large documents.