Compare drug prices with GoodRx - find medication discounts, compare pharmacy prices, and access coupons
Enables Claude to use GoodRx for medication price comparison including finding discounts, comparing pharmacy prices, and accessing savings coupons.
curl -sSL https://canifi.com/skills/goodrx/install.sh | bash
Or manually:
cp -r skills/goodrx ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set GOODRX_EMAIL "[email protected]"
canifi-env set GOODRX_PASSWORD "your-password"
Your credentials, your choice. Canifi LifeOS respects your privacy.
If you prefer not to share credentials with Claude Code:
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
User: "What's the cheapest price for my prescription?"
Claude: I'll compare medication prices.
1. Opening GoodRx via Playwright MCP
2. Searching for your medication
3. Viewing prices by pharmacy
4. Finding lowest price
5. Providing coupon info
User: "Is there a generic version that costs less?"
Claude: I'll check for generics.
1. Searching medication
2. Viewing generic alternatives
3. Comparing prices
4. Recommending best value
User: "Which pharmacy near me has the best price?"
Claude: I'll check nearby pharmacies.
1. Searching medication
2. Viewing nearby pharmacies
3. Comparing local prices
4. Showing address and price
When GoodRx updates: