Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

medication-safety-advisor用药安全顾问

Agent Skill

medication-safety-advisor 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,301

周安装

174

GitHub Stars

公开资料未说明

下载量

1,350
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:medication-safety-advisor(用药安全顾问)
来源仓库:https://github.com/optimusprime19/medication-safety-advisor
安装命令:
openclaw skills install medication-safety-advisor
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install medication-safety-advisor

简介

medication-safety-advisor 检查药物相互作用、验证处方覆盖范围并查找剂量指南。

  • 适用于临床医生、药剂师在开药前评估安全性,降低用药冲突风险。
  • 输入患者当前用药清单与新处方,返回潜在交互警告与推荐剂量调整建议。
  • 使用前需确保药物信息来源可靠,部分数据依赖外部数据库,可能存在延迟。
  • 输出为辅助参考,不能替代个体化医疗判断,紧急情况请立即联系医疗机构。

SKILL.md

name
medication-safety-advisor
version
1.0.3
description
Use this skill when a clinician, pharmacist, or care coordinator needs to check drug-drug interactions, verify formulary coverage tiers, look up dosing guidelines, or flag contraindications for a patient's medication list. Uses the free OpenFDA API and RxNorm — no API key required. Supports single drug lookups, multi-drug interaction checks, allergy cross-checks, and payer formulary tier lookups. DO NOT use for prescribing decisions — this skill assists with safety checks and information only.
tags
["healthcare", "pharmacy", "drug-interactions", "formulary", "rxnorm", "openfda", "medications", "safety"]
author
optimusprime19
license
MIT
homepage
https://github.com/optimusprime19/medication-safety-advisor
repository
https://github.com/optimusprime19/medication-safety-advisor
optionalEnv

Drug Interaction & Formulary Checker

Overview

This skill checks drug-drug interactions, allergy contraindications, formulary coverage, and dosing guidelines using free public APIs — no credentials required out of the box.

What it can do:

  • Check interactions between 2 or more drugs
  • Look up a full medication list for interactions
  • Check formulary tier and coverage for a payer
  • Flag allergy contraindications
  • Provide standard adult dosing ranges
  • Suggest therapeutic alternatives when a drug is not covered

APIs used (all free, no key needed):

  • OpenFDA — drug interactions, adverse events, labeling
  • RxNorm API (NLM) — drug name normalization and RxCUI lookup
  • NLM DailyMed — official drug labeling and prescribing info
⚠️ Clinical Disclaimer: All output is informational only and must be reviewed by a licensed clinician or pharmacist before any prescribing or dispensing decision.
🔒 Privacy / PHI Warning: This skill sends drug names and allergy information to public APIs (RxNorm, OpenFDA, DailyMed). Do not include patient-identifiable information (names, MRNs, DOBs, addresses, or other PHI) in any query. Use drug names and clinical terms only. For production use with real patient data, ensure your deployment satisfies HIPAA requirements and that a BAA is in place with any third-party service.

Trigger Phrases

  • "Check interactions for [drug list]"
  • "Is it safe to take [drug A] with [drug B]?"
  • "Check this patient's med list for interactions"
  • "What tier is [drug] on [payer] formulary?"
  • "Is [drug] covered by BlueCross?"
  • "What's the standard dose for [drug]?"
  • "Are there any contraindications with [drug] for a patient allergic to [allergen]?"
  • "Suggest an alternative to [drug] that's on formulary"

Drug Interaction Checks

Single pair check

"Check interactions between Warfarin and Aspirin"
"Is it safe to combine Metformin and Lisinopril?"

Full medication list check

"Check this med list for interactions:
- Metformin 1000mg BID
- Lisinopril 10mg daily
- Atorvastatin 40mg daily
- Aspirin 81mg daily
- Omeprazole 20mg daily"

What the agent does:

  1. Normalizes all drug names via RxNorm API
  2. Queries OpenFDA drug interactions for each pair
  3. Ranks interactions by severity (Major / Moderate / Minor)
  4. Returns a structured interaction report

Example output:

DRUG INTERACTION REPORT
Patient Med List: 5 medications checked
Pairs checked: 10

⛔ MAJOR (1):
• Warfarin + Aspirin
  Risk: Increased bleeding risk. Combined antiplatelet 
  and anticoagulant effect.
  Action: Monitor INR closely. Consider GI protection.

⚠️ MODERATE (2):
• Lisinopril + Potassium supplements
  Risk: Hyperkalemia risk.
  Action: Monitor serum potassium.

• Atorvastatin + Clarithromycin
  Risk: Increased statin exposure, myopathy risk.
  Action: Temporarily hold statin if antibiotic needed.

✅ MINOR / NO INTERACTION (7):
  Remaining pairs — no clinically significant interactions found.

Source: OpenFDA + RxNorm | For clinician review only

Allergy Contraindication Check

"Check if any of these meds are contraindicated 
 for a patient with penicillin allergy"

"Patient is allergic to sulfa drugs — 
 is Bactrim safe?"

What the agent does:

  1. Looks up drug class and cross-reactivity data from OpenFDA labeling
  2. Flags any drugs in the same class as the allergen
  3. Suggests safe alternatives where available

Formulary & Coverage Lookup

"What tier is Ozempic on BlueCross formulary?"
"Is Humira covered by Aetna?"
"Find a formulary-covered alternative to Jardiance"

What the agent does:

  1. Looks up the drug's generic name and drug class via RxNorm
  2. If FORMULARY_API_KEY is set: queries the real-time payer formulary API for tier and coverage data
  3. If no key is set: instructs the agent to tell the user to verify tier directly with the payer's online formulary tool — no estimated or cached data is used
  4. Suggests covered alternatives in the same drug class based on RxNorm drug class data
Note: Without FORMULARY_API_KEY, this skill does not provide formulary tier estimates. Always confirm coverage with the payer's online formulary tool or pharmacy benefit line before clinical use.

Example output:

FORMULARY CHECK — Ozempic (semaglutide)
Payer: BlueCross BlueShield PPO

Tier: 4 (Non-Preferred Brand)
Est. Copay: $80-120/month (with standard benefit)
Prior Auth Required: Yes
Step Therapy Required: Yes (must try Metformin first)

Covered Alternatives (Tier 2):
• Trulicity (dulaglutide) — Tier 2, $45/month
• Victoza (liraglutide) — Tier 2, $50/month

Recommendation: Consider Trulicity as first-line 
if cost is a barrier. PA may be approved if 
patient has failed oral agents.

Dosing Reference

"What's the standard dose for Metformin?"
"Dosing for Lisinopril in CKD?"
"Max dose of Acetaminophen per day?"

Example output:

DOSING REFERENCE — Metformin (metformin HCl)

Standard Adult Dose:
• Starting: 500mg BID or 850mg once daily with meals
• Titration: Increase by 500mg/week as tolerated
• Maximum: 2550mg/day (divided doses)

Renal Dosing:
• eGFR 30-45: Use with caution, max 1000mg/day
• eGFR <30: CONTRAINDICATED

Common Side Effects: GI upset, nausea (take with food)
Black Box Warning: Lactic acidosis (rare)

Source: FDA prescribing information via OpenFDA

API Reference

RxNorm — Drug Name Normalization

GET https://rxnav.nlm.nih.gov/REST/rxcui.json?name={drug_name}
→ Returns RxCUI (standard drug identifier)

GET https://rxnav.nlm.nih.gov/REST/interaction/interaction.json?rxcui={id}
→ Returns interaction data for a drug

OpenFDA — Interactions & Labeling

GET https://api.fda.gov/drug/label.json?search=openfda.brand_name:{name}
→ Returns full drug labeling including interactions section

GET https://api.fda.gov/drug/event.json?search=patient.drug.medicinalproduct:{name}
→ Returns adverse event reports

NLM DailyMed

GET https://dailymed.nlm.nih.gov/dailymed/services/v2/spls.json?drug_name={name}
→ Returns structured product labeling

Example Workflows

Quick interaction check before prescribing

Clinician: "Adding Clarithromycin for a patient 
            already on Atorvastatin — any issues?"

Agent: "⚠️ MODERATE INTERACTION DETECTED
        Clarithromycin inhibits CYP3A4, significantly 
        increasing Atorvastatin exposure. Risk of myopathy 
        and rhabdomyolysis.
        
        Recommendation: Temporarily hold Atorvastatin 
        during antibiotic course, or switch to Azithromycin 
        which has no significant statin interaction."

Full med reconciliation on admission

Clinician: "Patient admitted with these home meds, 
            check for interactions:
            Warfarin, Amiodarone, Metoprolol, 
            Furosemide, Potassium Chloride, Digoxin"

Agent: [Checks all 15 pairs]
       "⛔ 2 MAJOR interactions found:
        • Amiodarone + Warfarin: Markedly increases 
          INR. Reduce Warfarin dose by 30-50%.
        • Amiodarone + Digoxin: Increases Digoxin 
          levels. Monitor levels and reduce dose."

Version History

VersionDateChanges
1.0.02026-03-29Initial release. Interaction checks, formulary lookup, dosing reference, allergy contraindication check.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.99%
按下载量换算1,120

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills