Manage prescriptions with CVS - check prescription status, view pharmacy services, and manage refills
Enables Claude to use CVS Pharmacy for prescription management including checking prescription status, viewing medication history, and managing refills.
curl -sSL https://canifi.com/skills/cvs-pharmacy/install.sh | bash
Or manually:
cp -r skills/cvs-pharmacy ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set CVS_EMAIL "[email protected]"
canifi-env set CVS_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: "Is my prescription ready at CVS?"
Claude: I'll check your prescription status.
1. Opening CVS via Playwright MCP
2. Accessing prescriptions section
3. Viewing pending prescriptions
4. Checking ready status
5. Reporting pickup availability
User: "What medications do I have on file at CVS?"
Claude: I'll list your medications.
1. Accessing prescription history
2. Viewing current medications
3. Listing names and dosages
4. Noting refill dates
User: "Where is the nearest CVS pharmacy?"
Claude: I'll find nearby locations.
1. Accessing store locator
2. Finding nearest pharmacies
3. Listing addresses and hours
4. Noting services available
When CVS updates: