
This queries Korea's Ministry of Food and Drug Safety databases through k-skill-proxy to check food safety records, recalls, and health supplement ingredients. Before answering symptom questions like "I ate this and got sick," it walks through a mandatory interview: who ate what, when, how much, existing conditions, and red flags like bloody stool or difficulty breathing. If red flags appear, it skips the database lookup and tells you to call 119. Otherwise it checks official surfaces like product manufacturing reports (I0030), functional ingredient approvals (I-0040, I-0050), domestic inspection failures (I2620), and recall lists (I0490). It won't diagnose food poisoning or approve what you can eat. It just surfaces what the Korean government has on record about that product or ingredient, then leaves the decision to you or a doctor.
npx -y skills add nomadamas/k-skill --skill mfds-food-safety --agent claude-codeInstalls into .claude/skills of the current project.
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0 instruct mfds-food-safety
The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by:
npx -y @nomadamas/k-skill@0 files mfds-food-safety
If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/mfds-food-safety/instruction.md.