webmd-drug-reviews

Retrieve WebMD patient reviews by drug or condition from a local CSV dataset.

130|4|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/QSong-github/DrugClaw --skill webmd-drug-reviews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webmd-drug-reviews
Source: https://github.com/QSong-github/DrugClaw/tree/main/skills/drug_review/webmd
Command: npx skills add https://github.com/QSong-github/DrugClaw --skill webmd-drug-reviews

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve WebMD patient reviews to ground drug discussions in real-world experiences, helping users understand perceived effectiveness, side effects, and usability.

Core Features & Use Cases

  • Single-entity search: look up reviews by a drug or condition and surface relevant patient feedback.
  • Batch queries & summarization: run multiple lookups and receive concise summaries with averages and top conditions/drugs.
  • Evidence-backed outputs: exportable JSON and shareable context with source references.

Quick Start

Provide a drug name or condition to retrieve WebMD reviews and see summarized results.

Frequently Asked Questions about webmd-drug-reviews

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve real-world patient experiences with specific drugs from a dataset?

You can retrieve patient experiences by querying a dataset of 362k WebMD drug reviews using a drug name. The Skill searches the local CSV dataset and returns real-world feedback on perceived effectiveness, side effects, and usability.

Can I search WebMD drug reviews by medical condition instead of drug name?

Yes, you can query the WebMD drug reviews by condition, and the Skill features an auto-fallback from drug to condition search whenever a direct drug match is not found in the dataset.

How do I summarize multiple drug reviews at once for batch queries?

You can run batch lookups on the WebMD drug reviews dataset to receive concise summaries. The summarize utility calculates averages and highlights the top conditions or drugs mentioned across the retrieved patient feedback.

What format do I need to configure for the local WebMD drug reviews dataset?

The Skill operates on a local CSV dataset configured via a specified csv_path and delimiter. This setup exposes load_reviews, search, summarize, and to_json utilities for retrieval and export.

How do I export WebMD drug review search results for evidence-backed reporting?

You can use the to_json utility to export search results into an exportable JSON format. This provides shareable context with source references for evidence-backed outputs.

What is the best way to analyze side effects and usability from health-data review datasets?

Querying the 362k WebMD patient review dataset allows you to surface and summarize real-world drug experiences. This grounds drug discussions in actual patient feedback regarding side effects and usability.