← All skills
Tencent SkillHub · Developer Tools

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/opendart-endpoints.md, scripts/opendart.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.2.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

OpenDART Disclosure

Fetch and summarize Korean corporate disclosures from OpenDART.

Inputs to collect

Company identifier: corp_code (preferred) or company name Date range: bgn_de / end_de in YYYYMMDD Filing type filters (optional): regular report (A), major issue (B), shares (C), etc. Desired output: latest N items, only links, or short summary

Workflow

Resolve company identity. If user gave corp_code, use it directly. If user gave company name, run the script search-corp first. Pull disclosures with recent. Sort by latest and keep user-requested count. Return: filing date report name receipt number OpenDART link (https://dart.fss.or.kr/dsaf001/main.do?rcpNo=<rcept_no>) If asked, add a concise Korean summary of key points.

Commands

Use bundled script: python3 scripts/opendart.py search-corp --name "삼성전자" python3 scripts/opendart.py recent --corp-code 00126380 --from 20260101 --to 20261231 --limit 10 python3 scripts/opendart.py recent-by-name --name "삼성전자" --from 20260101 --to 20261231 --limit 10 # Shortcuts (less typing) python3 scripts/opendart.py recent-by-name --name "삼성전자" --days 7 --limit 10 python3 scripts/opendart.py recent-by-name --name "삼성전자" --today API key options: --api-key <KEY> or env var OPENDART_API_KEY

Notes

OpenDART returns status codes in JSON. Treat non-000 as API-level failure and report clearly. Company-name matching can be fuzzy. Show top candidates if multiple are close. Prefer citing the direct DART filing URL in final answers. For endpoint details and corp-code behavior, read references/opendart-endpoints.md.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/opendart-endpoints.md Docs
  • scripts/opendart.py Scripts