OpenClaw
Deploy a managed OpenClaw agent in 60 seconds
Launch on Hostinger →
Hermes Agent
Run your Hermes agent, fully managed
Launch on Hostinger →
Apify
6,000+ web scrapers for your agent, free to start
Try Apify free →
Firecrawl
Crawl and scrape any site into clean data
Try Firecrawl free →
Context.dev
One API to scrape, enrich, and extract the web
Start building free →
SetupClaw
Done-for-you OpenClaw for founders and teams
Get it set up for you →
DataForSEO
SEO data APIs for your agent, $1 free credit
Try DataForSEO free →
Your product here
Reach thousands of AI builders a month
Learn more →
Claude Market
Menu
SkillsMCPPluginsSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Claude Market
SkillsMCPPluginsSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Skills/nomadamas/k-skill/mfds-drug-safety
mfds-drug-safety logo

mfds-drug-safety

nomadamas/k-skill
2K installs6K stars
Run it on Hostinger, 20% off →Your friend gets 20% off too, using this linkFree API →|View on GitHub|Create your own skill →

Installation

npx skills add https://github.com/nomadamas/k-skill --skill mfds-drug-safety

Summary

식약처 공공 OpenAPI를 k-skill-proxy 경유로 조회하기 전에 증상·복용상황을 반드시 되묻는 인터뷰형 의약품 안전 체크 스킬.

SKILL.md

의약품 안전 체크

What this skill does

식약처 공식 OpenAPI를 k-skill-proxy 경유로 조회해 의약품개요정보(e약은요) 와 안전상비의약품 정보를 확인한다.

하지만 사용자가 증상이나 복용 상황을 말하면 바로 단정하지 말고 먼저 되묻는다.

  • 본인/아이/임산부/고령자 여부
  • 어떤 약을 이미 먹었는지 / 지금 먹으려는지
  • 언제부터 얼마나 복용했는지
  • 현재 증상, 기저질환, 알레르기, 복용 중인 다른 약
  • red flag (호흡곤란, 의식저하, 심한 발진, 지속되는 구토/흉통)

red flag 가 있으면 API 조회보다 즉시 119·응급실·의료진 연결을 우선한다.

When to use

  • "이 약이랑 이 약 같이 먹어도 되니?"
  • "타이레놀 먹는 중인데 판콜 같이 먹어도 돼?"
  • "두드러기가 있는데 이 약 계속 먹어도 되나?"
  • "식약처 공식 약 정보로 효능/주의사항 확인해줘"

Prerequisites

  • 인터넷 연결
  • python3
  • 설치된 skill payload 안에 scripts/mfds_drug_safety.py helper 포함
  • k-skill-proxy의 /v1/mfds/drug-safety/lookup route가 있는 hosted/self-host 프록시에 접근 가능할 것

Credential requirements

  • 사용자 측 필수 시크릿 없음.
  • KSKILL_PROXY_BASE_URL — self-host·별도 프록시를 쓸 때만 설정. 비우면 기본 hosted https://k-skill-proxy.nomadamas.org 를 사용한다.
  • DATA_GO_KR_API_KEY 는 프록시 운영 서버 환경에만 둔다.

Mandatory interview first

증상/복용상황이 언급되면 바로 결론을 말하지 말고 먼저 되묻는다.

권장 첫 질문 예시:

  • 누가 복용하려는지(본인/아이/임산부/고령자), 이미 먹은 약 이름, 언제 얼마나 복용했는지, 지금 있는 증상을 먼저 알려주세요.
  • 호흡곤란, 의식저하, 입술·혀 붓기, 심한 전신 발진이 있으면 즉시 119 또는 응급실로 가야 합니다.

Official surfaces

  • 공공데이터포털 문서: https://www.data.go.kr/data/15075057/openapi.do
  • e약은요 endpoint: https://apis.data.go.kr/1471000/DrbEasyDrugInfoService/getDrbEasyDrugList
  • 공공데이터포털 문서: https://www.data.go.kr/data/15097208/openapi.do
  • 안전상비의약품 endpoint: https://apis.data.go.kr/1471000/SafeStadDrugService/getSafeStadDrugInq
  • 프록시 route: GET /v1/mfds/drug-safety/lookup

Workflow

  1. 증상/복용상황이 있으면 인터뷰를 먼저 진행한다.
  2. red flag 가 하나라도 있으면 즉시 응급 안내로 전환한다.
  3. 약 이름이 확인되면 k-skill-proxy의 /v1/mfds/drug-safety/lookup 으로 공식 정보를 조회한다.
  4. 효능, 사용법, 주의사항, 상호작용, 이상반응, 보관법을 짧게 정리한다.
  5. 같이 먹어도 되나? 질문에는 공식 상호작용 문구만 근거로 제시하고, 최종 판단은 약사·의료진 확인이 필요하다고 명시한다.

CLI examples

python3 scripts/mfds_drug_safety.py interview \
  --question "타이레놀이랑 판콜 같이 먹어도 되나요?" \
  --symptoms "두드러기와 어지러움"
python3 scripts/mfds_drug_safety.py lookup --item-name "타이레놀" --item-name "판콜"

Response policy

  • 이 스킬은 진단/처방/복용 지시를 하지 않는다.
  • 공식 문서에 있는 효능/주의/상호작용 문구만 근거로 요약한다.
  • 상호작용 문구가 모호하거나 red flag 가 있으면 약사·의사 상담으로 넘긴다.
  • 증상이 있는 질문은 인터뷰 없이 바로 답하지 않는다.

Done when

  • 증상 또는 복용상황을 먼저 되물었다.
  • red flag 여부를 확인했다.
  • 프록시 route를 통해 공식 endpoint 조회 결과를 JSON으로 정리했다.
  • 최소한 제품명, 업체명, 효능/주의/상호작용이 포함된 요약을 제공했다.

Score

0–100
65/ 100

Grade

C

Popularity17/30

1,908 installs — growing adoption. Source repo has 5,633 GitHub stars.

Completeness27/30

Documented: full SKILL.md body, description, one-line install. Missing: category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Mfds Drug Safety skill score badge previewScore badge

Markdown

[![Mfds Drug Safety skill](https://www.claudemarket.ai/skills/nomadamas/k-skill/mfds-drug-safety/badges/score.svg)](https://www.claudemarket.ai/skills/nomadamas/k-skill/mfds-drug-safety)

HTML

<a href="https://www.claudemarket.ai/skills/nomadamas/k-skill/mfds-drug-safety"><img src="https://www.claudemarket.ai/skills/nomadamas/k-skill/mfds-drug-safety/badges/score.svg" alt="Mfds Drug Safety skill"/></a>

Mfds Drug Safety FAQ

How do I install the Mfds Drug Safety skill?

Run “npx skills add https://github.com/nomadamas/k-skill --skill mfds-drug-safety” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the Mfds Drug Safety skill do?

식약처 공공 OpenAPI를 k-skill-proxy 경유로 조회하기 전에 증상·복용상황을 반드시 되묻는 인터뷰형 의약품 안전 체크 스킬. The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Mfds Drug Safety skill free?

Yes. Mfds Drug Safety is a free, open-source skill published from nomadamas/k-skill. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Mfds Drug Safety work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Mfds Drug Safety works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Recommended skills

Browse all →
find-skills logo

find-skills

vercel-labs/skills

2.8M installsInstall
grill-me logo

grill-me

mattpocock/skills

756K installsInstall
frontend-design logo

frontend-design

anthropics/skills

742K installsInstall
grill-with-docs logo

grill-with-docs

mattpocock/skills

642K installsInstall
agent-browser logo

agent-browser

vercel-labs/agent-browser

629K installsInstall
improve-codebase-architecture logo

improve-codebase-architecture

mattpocock/skills

617K installsInstall

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before InstallingGuideOpenclaw Skills Complete Guide

Skills by category

FrontendBackend & APIsTesting & QASecurityDevOps & CI/CDMCP & ToolingAutomationData & Analysis+20 more

MCP servers by category

AI & MLDeveloper ToolsVector & MemoryFiles & DocsDatabasesFinance & PaymentsBrowser & ScrapingCommunication+8 more

Plugins by category

developmentproductivitycommunicationdesignsecuritydatabaseworkflowcompliance+34 more

The Agent Stack

Weekly Claude Code, Agent SDK, and MCP moves worth your time — free.

Claude Market

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

Independent project, not affiliated with Anthropic.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Plugins

More

  • Submit a Tool
  • Create a Skill
  • Advertise
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy
© 2026 Claude Market · Not affiliated with Anthropic
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed