← Back to Skills Marketplace
chloepark85

OpenDART CLI

by Chloe Park · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
140
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install opendart-cli
Description
한국 금융감독원 DART OpenAPI를 터미널에서 조회 및 검색하고, 기업 정보와 재무제표 등을 JSON으로 출력하는 CLI 도구입니다.
Usage Guidance
This skill appears to be what it says: an unofficial OpenDART CLI that needs only your DART API key and stores a local cache. Before installing, verify the package source (the pyproject and SKILL.md reference a GitHub repo: https://github.com/ChloePark85/opendart-cli) and prefer installing from a trusted registry or the referenced GitHub to avoid typosquatting. Keep your OPENDART_API_KEY secret and only provide it via the environment variable as documented. Note the tool will create ~/.opendart-cli (or OPENDART_CACHE_DIR) and may save downloaded ZIPs to paths you specify; if you are concerned, run it in an isolated environment or inspect the repository on GitHub first.
Capability Analysis
Type: OpenClaw Skill Name: opendart-cli Version: 0.1.0 The skill bundle is a legitimate Python CLI for the South Korean Financial Supervisory Service (FSS) DART OpenAPI. It implements standard features for financial data retrieval, including corporate code caching, disclosure searching, and financial statement fetching. The code uses the official API endpoint (opendart.fss.or.kr), handles authentication via environment variables, and contains no evidence of malicious intent, data exfiltration, or obfuscation in files like client.py and cli.py.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The name/description match the implementation: commands for corp-code, find-corp, list, company, finance, majorstock, elestock, and document are implemented. The only required credential is OPENDART_API_KEY, which is appropriate for the stated purpose. No unrelated services or binaries are requested.
Instruction Scope
SKILL.md instructions map directly to the CLI behavior. Runtime instructions only direct the agent to use the DART API via HTTPS, manage a local cache (~/.opendart-cli by default), and save downloaded documents to user-specified paths. There are no instructions to read unrelated system files, use other environment secrets, or post data to non-DART endpoints.
Install Mechanism
The registry lists no install spec (instruction-only), but the package includes full Python sources and a pyproject with install instructions (pipx / pip / GitHub). This is a minor inconsistency: the SKILL.md and pyproject point to a GitHub repo, while registry metadata shows source/homepage as unknown/none. The provided install channels (pipx/pip) and dependency (requests) are reasonable for a CLI Python package.
Credentials
Only OPENDART_API_KEY is required (declared as primaryEnv). An optional OPENDART_CACHE_DIR is supported and documented. The code accesses only these environment variables and does not request other secrets or unrelated credentials.
Persistence & Privilege
always is false and the skill does not request persistent platform-wide privileges. It creates a cache directory under the user's home and writes corp_codes.json and any downloaded ZIPs to user-specified locations, which is consistent with its functionality.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install opendart-cli
  3. After installation, invoke the skill by name or use /opendart-cli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: corp code cache, disclosure search, company overview, financials, major/exec shareholders, document download.
Metadata
Slug opendart-cli
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is OpenDART CLI?

한국 금융감독원 DART OpenAPI를 터미널에서 조회 및 검색하고, 기업 정보와 재무제표 등을 JSON으로 출력하는 CLI 도구입니다. It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.

How do I install OpenDART CLI?

Run "/install opendart-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenDART CLI free?

Yes, OpenDART CLI is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenDART CLI support?

OpenDART CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenDART CLI?

It is built and maintained by Chloe Park (@chloepark85); the current version is v0.1.0.

💬 Comments