BeClaude

kreach-chemical-regulation

New
GitHub TrendingGeneralby Levenspiel17

화평법(K-REACH) 화학물질 규제대응 MD/Skill 시스템

First seen 6/9/2026

Summary

This skill helps developers and compliance teams navigate the K-REACH (Korean REACH) chemical regulation system by providing guidance on registration, reporting, and data requirements.

  • It streamlines the process of checking substance status, preparing documentation, and understanding regulatory obligations for chemicals manufactured or imported into South Korea.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/kreach-chemical-regulation.md https://raw.githubusercontent.com/Levenspiel17/kreach-chemical-regulation/main/SKILL.md
3
Invoke in Claude Code
/kreach-chemical-regulation

Use Cases

Check whether a specific chemical substance is subject to K-REACH registration or exemption.
Generate a list of required toxicological data for a new chemical registration under K-REACH.
Determine the annual tonnage band and corresponding regulatory obligations for a substance.
Prepare a compliance checklist for importing chemicals into South Korea under K-REACH.
Identify the appropriate K-REACH registration pathway (e.g., existing, new, or phase-in substance).
Retrieve the latest K-REACH update or deadline for a specific chemical category.

Usage Examples

1

/kreach-chemical-regulation check substance CAS 100-42-5

2

What are the K-REACH registration requirements for a new chemical with annual tonnage 10-100 tons?

3

Generate a compliance report for importing 5 tons of toluene into South Korea.

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is kreach-chemical-regulation?

This skill helps developers and compliance teams navigate the K-REACH (Korean REACH) chemical regulation system by providing guidance on registration, reporting, and data requirements. It streamlines the process of checking substance status, preparing documentation, and understanding regulatory obligations for chemicals manufactured or imported into South Korea.

How to install kreach-chemical-regulation?

To install kreach-chemical-regulation: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/kreach-chemical-regulation.md https://raw.githubusercontent.com/Levenspiel17/kreach-chemical-regulation/main/SKILL.md. Finally, /kreach-chemical-regulation in Claude Code.

What is kreach-chemical-regulation best for?

kreach-chemical-regulation is a skill categorized under General. Created by Levenspiel17.

What can I use kreach-chemical-regulation for?

kreach-chemical-regulation is useful for: Check whether a specific chemical substance is subject to K-REACH registration or exemption.; Generate a list of required toxicological data for a new chemical registration under K-REACH.; Determine the annual tonnage band and corresponding regulatory obligations for a substance.; Prepare a compliance checklist for importing chemicals into South Korea under K-REACH.; Identify the appropriate K-REACH registration pathway (e.g., existing, new, or phase-in substance).; Retrieve the latest K-REACH update or deadline for a specific chemical category..