This is a Korean drug safety checker that deliberately slows you down before handing back API results from the Ministry of Food and Drug Safety. When someone asks "can I take Tylenol with Pancol?" it doesn't answer immediately. It interviews first: who's taking it, existing medications, symptoms, allergies, red flags like breathing trouble or severe rash. If there's a red flag, it skips the API entirely and routes to emergency services. Otherwise it proxies through k-skill-proxy to pull official drug monographs and interaction data, then summarizes without diagnosing or prescribing. The mandatory interview pattern is the interesting bit here. Most health API wrappers race to show data; this one forces context collection first, which is probably the right call for anything touching medication decisions.
npx skills add https://github.com/nomadamas/k-skill --skill mfds-drug-safety