← 返回 Skills 市场
OpenDART Disclosure
作者
Kim-Dongchul
· GitHub ↗
· v1.2.0
697
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install opendart-disclosure
功能描述
Read Korea OpenDART disclosures using the OpenDART API. Use when the user asks for DART 공시 조회, recent filings by company, filtering by filing type/date, or q...
安全使用建议
This skill appears to do what it claims (query OpenDART and return filings). Before installing: (1) be aware the bundled script requires an OpenDART API key (provide via --api-key or OPENDART_API_KEY) even though the registry metadata doesn't list it; (2) review the included script if you can — it caches corp codes to ~/.cache/opendart/corpcode.json and makes HTTP(S) requests only to opendart.fss.or.kr and dart.fss.or.kr; (3) ensure the API key you provide is limited to OpenDART usage and not reused for other services; and (4) ask the publisher to update the skill metadata to declare OPENDART_API_KEY as a required credential to remove the mismatch. If you cannot verify the source of the skill or the API key handling, do not install it.
功能分析
Type: OpenClaw Skill
Name: opendart-disclosure
Version: 1.2.0
The OpenClaw AgentSkills skill bundle is designed to interact with the Korea OpenDART API to fetch corporate disclosures. The `SKILL.md` provides clear, benign instructions for the AI agent, outlining the workflow and command usage without any prompt injection attempts. The `scripts/opendart.py` script uses standard Python libraries for API interaction, JSON/XML parsing, and local caching of corp codes in `~/.cache/opendart/`. All network requests are directed to the official `opendart.fss.or.kr` domain. There is no evidence of data exfiltration to unauthorized endpoints, malicious code execution, persistence mechanisms, or other harmful behaviors. The code is well-structured and adheres to its stated purpose.
能力评估
Purpose & Capability
Name/description match the code and SKILL.md: the tool queries OpenDART endpoints and returns filings. However the skill metadata declares no required credentials while both SKILL.md and the bundled script require an OpenDART API key (OPENDART_API_KEY or --api-key).
Instruction Scope
Runtime instructions are narrowly scoped to resolving company identity and calling OpenDART list/corpCode endpoints via the provided script. The agent is not instructed to read unrelated system files or contact unexpected external hosts; it does recommend citing the DART filing URL.
Install Mechanism
No install spec (instruction-only) and the included Python script runs without additional package installs. There is no download from arbitrary URLs or binary installation.
Credentials
The script enforces an API key (via --api-key or OPENDART_API_KEY) and will exit if missing, but the skill registry lists no required env vars/primary credential. Requiring a single service API key is proportionate to the purpose, but the metadata omission is an incoherence that could confuse users or lead to failed runs.
Persistence & Privilege
The script creates and writes a cache at ~/.cache/opendart/corpcode.json. This is limited persistence scoped to the user's home directory and consistent with caching corp-code data, but users should be aware it writes to disk.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install opendart-disclosure - 安装完成后,直接呼叫该 Skill 的名称或使用
/opendart-disclosure触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Add shorter date presets: --days N and --today for recent/recent-by-name
v1.1.0
Add recent-by-name command (auto company-name to corp_code resolution)
v1.0.0
Initial release: corp search + recent disclosure fetch + DART links
元数据
常见问题
OpenDART Disclosure 是什么?
Read Korea OpenDART disclosures using the OpenDART API. Use when the user asks for DART 공시 조회, recent filings by company, filtering by filing type/date, or q... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 697 次。
如何安装 OpenDART Disclosure?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install opendart-disclosure」即可一键安装,无需额外配置。
OpenDART Disclosure 是免费的吗?
是的,OpenDART Disclosure 完全免费(开源免费),可自由下载、安装和使用。
OpenDART Disclosure 支持哪些平台?
OpenDART Disclosure 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenDART Disclosure?
由 Kim-Dongchul(@kim-dongchul)开发并维护,当前版本 v1.2.0。
推荐 Skills