Files
Hana 347c9546ed
CI / test (push) Successful in 37s
Add OpenStock agent CLI skill
2026-06-09 17:22:59 +09:00

20 lines
582 B
Markdown

# `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.