공식 openFDA API를 통해 의약품 이상반응, 의료기기 리콜, 안전 정보 등 포괄적인 FDA 규제 데이터를 이용하세요. Python으로 약물감시 및 규제 연구 워크플로를 구축할 수 있습니다.
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"fda-database" 사용 중입니다. Find recalls for metformin diabetes medications
예상 결과:
- Metformin recalls: 3 recent recalls found
- Reason: NDMA impurity detection
- Classification: Class II
- Status: Ongoing
"fda-database" 사용 중입니다. Show device adverse events for pacemakers
예상 결과:
- Total adverse events: 15,432
- Event types: Death (234), Injury (4,521), Malfunction (10,677)
- Most common issue: Battery depletion
"fda-database" 사용 중입니다. Look up UNII code for ibuprofen
예상 결과:
- UNII: Y43UW15LVD
- CAS Number: 15687-27-1
- Molecular Formula: C13H18O2
- Substance Class: chemical
보안 감사
안전This is a legitimate API wrapper for the FDA's public openFDA API (api.fda.gov). All static findings are false positives: the 'CRITICAL' heuristic flagged code execution + network + credential access as suspicious, but this is standard API client behavior for authenticating with a legitimate government API. MD5 is used for cache key generation, not cryptographic security. Documentation code blocks were misidentified as shell commands. All network requests go to the official FDA API endpoint with no exfiltration or credential theft patterns.
위험 요인
⚡ 스크립트 포함 (2)
🌐 네트워크 접근 (2)
🔑 환경 변수 (2)
품질 점수
만들 수 있는 것
의약품 안전성 모니터링
이상반응 보고를 모니터링하고 약물 안전성 신호를 식별
의료기기 감시
의료기기 이상사례 및 제품 리콜 상태 추적
규제 준수
제출물의 승인 경로 및 준수 이력 조사
이 프롬프트를 사용해 보세요
Use the FDA database skill to look up adverse events for aspirin and show the 5 most common reactions
Query the FDA database for medical device recalls involving pacemakers in the past year
Compare adverse event rates between ibuprofen, naproxen, and aspirin using the FDA database
Monitor food recalls related to undeclared peanuts and show the most recent 10 recalls
모범 사례
- FDA_API_KEY 환경 변수를 설정하여 일일 요청 한도를 1,000에서 120,000으로 늘리세요
- 광범위한 와일드카드 대신 구체적인 검색어와 필드 쿼리를 사용해 정확도를 높이세요
- 자주 접근하는 데이터는 캐싱하여 API 호출을 줄이고 성능을 개선하세요
피하기
- 관련 없는 결과가 과도하게 반환되는 지나치게 광범위한 와일드카드 검색은 사용하지 마세요
- 속도 제한 없이 연속 요청을 빠르게 보내면 429 오류를 유발할 수 있으므로 피하세요
- 모든 기록에 모든 필드가 있다고 가정하지 말고, 접근 전에 필드 존재 여부를 항상 확인하세요
자주 묻는 질문
API 키가 आवश्यक합니까?
어떤 데이터 범주를 사용할 수 있나요?
데이터 최신성은 어느 정도인가요?
전체 डेटासেট을 다운로드할 수 있나요?
요청 한도는 어떻게 되나요?
이 데이터로 임상 결정을 내려도 되나요?
개발자 세부 정보
작성자
K-Dense-AI라이선스
MIT
리포지토리
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/fda-database참조
main