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 show`
Purpose: query disclosures for a symbol and fetch the selected disclosure document.
Usage:
```bash
openstock dart show 005930 --from 20260601 --to 20260609 --index 1
```
Inputs: `symbol`, optional `--from`, `--to`, `--index`, `--page-count`, `--force`, `--max-chars`.
Reads: `OPENDART_API_KEY`; corp-code and document cache.
External IO: OpenDART list and document APIs.
Output fields: `query`, `resolved`, `disclosures`, `selected`, `document`.
Agent rule: preferred command when the task asks for a specific stock's latest disclosure and contents.