CAT
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Mfds Food Safety

nomadamas/k-skill
1.6k installs5.3k stars
Summary

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.

Install to Claude Code

npx -y skills add nomadamas/k-skill --skill mfds-food-safety --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Files
SKILL.mdView on GitHub

식품 안전 체크

What this skill does

식약처/식품안전나라 공개 표면을 k-skill-proxy 경유로 조회해 식품 안전 정보를 확인한다.

조회 가능한 공식 데이터:

  • 건강기능식품 기능성 원료 인정현황 (I-0040) — 원료가 공식 인정됐는지, 1일 섭취량, 섭취시 주의사항
  • 건강기능식품 개별인정형 정보 (I-0050) — 개별 인정 원료의 기능성, 섭취량 상·하한, 주의사항
  • 건강기능식품 품목제조 신고사항 (I0030) — 신고된 제품의 원재료, 기능성, 섭취 주의사항, 기준규격 (고시형 원료 포함)
  • 검사부적합 현황(국내) (I2620) — 국내 유통 식품 부적합 판정 이력
  • 부적합 식품 목록 — 공공데이터포털 경유
  • 회수·판매중지 공개 목록 (I0490) — 식품안전나라 경유

하지만 사용자가 복통, 설사, 발진 같은 증상을 말하면 바로 단정하지 말고 먼저 되묻는다.

  • 누가 먹었는지 (본인/아이/임산부/고령자)
  • 무엇을 언제 얼마나 먹었는지
  • 같이 먹은 음식/술/약
  • 현재 증상과 시작 시점
  • 기저질환, 임신, 알레르기
  • red flag (혈변, 탈수, 호흡곤란, 의식저하, 심한 복통/고열)

red flag 가 있으면 식품 조회보다 즉시 응급실·119·의료진 안내가 우선이다.

When to use

  • "이 음식 먹어도 괜찮니?" → 건강기능식품 원료 인정현황 + 검사부적합 조회
  • "차전자피를 먹어도 되나?" → 기능성 원료 인정현황에서 1일 섭취량·주의사항 확인
  • "이 김밥 먹고 배가 아픈데 회수 이력 있나?" → 회수·부적합 목록 조회
  • "식약처 공식 부적합 식품 목록에서 제품명 확인해줘"
  • "식품안전나라 공개 회수 목록에서 업체명으로 찾아줘"

Prerequisites

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

Credential requirements

  • 사용자 측 필수 시크릿 없음.
  • KSKILL_PROXY_BASE_URL — self-host·별도 프록시를 쓸 때만 설정. 비우면 기본 hosted https://k-skill-proxy.nomadamas.org 를 사용한다.
  • DATA_GO_KR_API_KEY 는 프록시 운영 서버 환경에서 부적합 식품 live 조회용으로만 둔다.
  • FOODSAFETYKOREA_API_KEY 는 프록시 운영 서버 환경에서 식품안전나라 live 조회용으로만 둔다. 없으면 public sample feed로 fallback 할 수 있다.
  • FOODSAFETYKOREA_API_KEY 발급: https://www.foodsafetykorea.go.kr 에서 회원가입 후 OpenAPI 이용신청. 하나의 키로 I-0040, I-0050, I0490, I2620 등 모든 서비스 호출 가능.

Mandatory interview first

증상/섭취상황이 언급되면 결론을 말하기 전에 먼저 되묻는다.

권장 첫 질문 예시:

  • 누가 무엇을 언제 얼마나 먹었는지, 지금 복통/구토/설사/발진 같은 증상이 있는지 먼저 알려주세요.
  • 호흡곤란, 혈변, 심한 탈수, 의식저하, 심한 복통/고열이 있으면 즉시 응급실이나 119가 우선입니다.

Official surfaces

  • 공공데이터포털 문서: https://www.data.go.kr/data/15056516/openapi.do
  • 부적합 식품 endpoint: https://apis.data.go.kr/1471000/PrsecImproptFoodInfoService03/getPrsecImproptFoodList01
  • 식품안전나라 회수·판매중지 (I0490): https://www.foodsafetykorea.go.kr/api/openApiInfo.do?menu_grp=MENU_GRP31&menu_no=661&show_cnt=10&start_idx=1&svc_no=I0490&svc_type_cd=API_TYPE06
  • 식품안전나라 회수 sample: https://openapi.foodsafetykorea.go.kr/api/sample/I0490/json/1/5
  • 건강기능식품 기능성 원료 인정현황 (I-0040): https://www.foodsafetykorea.go.kr/api/openApiInfo.do?menu_grp=MENU_GRP31&menu_no=661&show_cnt=10&start_idx=1&svc_no=I-0040&svc_type_cd=API_TYPE06
  • 건강기능식품 기능성 원료 sample: https://openapi.foodsafetykorea.go.kr/api/sample/I-0040/json/1/5
  • 건강기능식품 개별인정형 정보 (I-0050): https://www.foodsafetykorea.go.kr/api/openApiInfo.do?menu_grp=MENU_GRP31&menu_no=661&show_cnt=10&start_idx=1&svc_no=I-0050&svc_type_cd=API_TYPE06
  • 건강기능식품 개별인정형 sample: https://openapi.foodsafetykorea.go.kr/api/sample/I-0050/json/1/5
  • 검사부적합(국내) (I2620): https://www.foodsafetykorea.go.kr/api/openApiInfo.do?menu_grp=MENU_GRP31&menu_no=661&show_cnt=10&start_idx=1&svc_no=I2620&svc_type_cd=API_TYPE06
  • 검사부적합(국내) sample: https://openapi.foodsafetykorea.go.kr/api/sample/I2620/json/1/5
  • 건강기능식품 품목제조 신고사항 (I0030): https://www.foodsafetykorea.go.kr/api/openApiInfo.do?menu_grp=MENU_GRP31&menu_no=661&show_cnt=10&start_idx=1&svc_no=I0030&svc_type_cd=API_TYPE06
  • 건강기능식품 품목제조 신고 sample: https://openapi.foodsafetykorea.go.kr/api/sample/I0030/json/1/5
  • 프록시 route: GET /v1/mfds/food-safety/search
  • 프록시 route: GET /v1/mfds/food-safety/health-food-ingredient
  • 프록시 route: GET /v1/mfds/food-safety/product-report
  • 프록시 route: GET /v1/mfds/food-safety/inspection-fail

Workflow

  1. 증상/섭취상황이 있으면 인터뷰를 먼저 진행한다.
  2. red flag 가 있으면 즉시 응급 안내로 전환한다.
  3. "이거 먹어도 되나?" 류 질문:
    • /v1/mfds/food-safety/product-report 로 건강기능식품 품목제조 신고사항을 조회한다 (원재료, 기능성, 섭취 주의사항, 기준규격). 고시형 원료(차전자피 등)는 여기서 확인.
    • /v1/mfds/food-safety/health-food-ingredient 로 건강기능식품 기능성 원료 인정현황을 조회한다 (개별인정형 원료의 1일 섭취량, 주의사항).
    • /v1/mfds/food-safety/inspection-fail 로 국내 검사부적합 이력을 확인한다.
    • /v1/mfds/food-safety/search 로 회수·부적합 공개 목록도 함께 조회한다.
  4. 제품명, 업체명, 기능성, 섭취량, 주의사항, 부적합 사유를 짧게 정리하고, 먹어도 되는지 단정하지 않는다.
  5. 프록시가 FOODSAFETYKOREA_API_KEY 없이 동작 중이면 결과가 sample feed 기반일 수 있음을 warnings 로 확인한다.

CLI examples

python3 scripts/mfds_food_safety.py interview \
  --question "이 김밥 먹어도 되나요?" \
  --symptoms "복통과 설사"
python3 scripts/mfds_food_safety.py search --query "김밥" --limit 5
python3 scripts/mfds_food_safety.py product-report --query "차전자피" --limit 5
python3 scripts/mfds_food_safety.py health-food-ingredient --query "스타놀" --limit 5
python3 scripts/mfds_food_safety.py inspection-fail --query "쪽갓" --limit 5

Response policy

  • 이 스킬은 직접 진단을 하지 않는다.
  • 이 스킬은 식중독 진단이나 섭취 허가/금지의 최종 판정을 하지 않는다.
  • 공식 공개 목록에 있는 사실만 전달한다.
  • 증상이 있는 질문은 인터뷰 없이 바로 답하지 않는다.
  • red flag 또는 고위험군이면 의료진 상담을 우선 권고한다.

Done when

  • 증상 또는 섭취상황을 먼저 되물었다.
  • red flag 여부를 확인했다.
  • 프록시 route를 통해 공식 공개 목록에서 제품명 또는 업체명 기준 결과를 최소 1건 이상 찾았거나, 없다고 분명히 알렸다.
  • 제품명, 업체명, 공개사유/부적합 사유, 공개일자를 포함한 요약을 제공했다.
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
First SeenMay 16, 2026
View on GitHub

Recommended

caveman

juliusbrussee/caveman

Ultra-compressed communication mode cutting token usage ~75% while preserving technical accuracy.
203.4k
67.8k
grill-me

mattpocock/skills

Relentless interviewing skill that stress-tests plans and designs through systematic questioning.
250.9k
114.5k
improve

shadcn/improve

Survey any codebase as a senior advisor and produce prioritized, self-contained implementation plans for other models/agents to execute.
10
205
systematic-debugging

obra/superpowers

Structured debugging methodology that mandates root cause investigation before attempting any fixes.
124.6k
215.9k
karpathy-guidelines

forrestchang/andrej-karpathy-skills

Behavioral guidelines to reduce common LLM coding mistakes through explicit assumptions, simplicity, and verifiable success criteria.
13.9k
165.4k
find-skills

vercel-labs/skills

Discover and install specialized agent skills from the open ecosystem when users need extended capabilities.
1.8M
21.1k