← 返回 Skills 市场
OpenDART CLI
作者
Chloe Park
· GitHub ↗
· v0.1.0
· MIT-0
140
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install opendart-cli
功能描述
한국 금융감독원 DART OpenAPI를 터미널에서 조회 및 검색하고, 기업 정보와 재무제표 등을 JSON으로 출력하는 CLI 도구입니다.
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install opendart-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/opendart-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: corp code cache, disclosure search, company overview, financials, major/exec shareholders, document download.
元数据
常见问题
OpenDART CLI 是什么?
한국 금융감독원 DART OpenAPI를 터미널에서 조회 및 검색하고, 기업 정보와 재무제표 등을 JSON으로 출력하는 CLI 도구입니다. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。
如何安装 OpenDART CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install opendart-cli」即可一键安装,无需额外配置。
OpenDART CLI 是免费的吗?
是的,OpenDART CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenDART CLI 支持哪些平台?
OpenDART CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenDART CLI?
由 Chloe Park(@chloepark85)开发并维护,当前版本 v0.1.0。
推荐 Skills