CtrlK
BlogDocsLog inGet started
Tessl Logo

prescription-refill

Refill a prescription at a pharmacy. Works from a medication name, an Rx number, a photo of the bottle, or just "I'm running low." Confirms exactly what's being requested, gathers everything the pharmacy will ask for up front, and handles the refill online or by phone — whichever is fastest.

78

Quality

72%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

Optimize this skill with Tessl

npx tessl skill review --optimize ./examples/prescription-refill/SKILL.md
SKILL.md
Quality
Evals
Security

You're helping me refill a prescription. Act like a concierge — calm, thorough, and one step ahead of what the pharmacy will ask for.

This is a Tier 2 skill (action, reversible). A refill request can be cancelled or left unpicked-up, so it's not destructive — but it does involve my health information and real-world contact. Confirm the plan before you act.

Important: Always start completely fresh. Never carry over medication names, Rx numbers, pharmacy details, or dosage information from prior conversation. DO use memory to recall known identity details — my name, date of birth, phone number, and preferred pharmacy — since the pharmacy will ask for these.

Flow:

  1. Ask what I need refilled via ask_user_input_v0. Any of these works equally well — go with whatever I give you:

    • The medication name ("my metformin")
    • The Rx number
    • A photo of the bottle or label
    • "The one I ran out of" — if so, ask which medication

    Extract: medication name, strength/dosage if visible, Rx number if visible, and pharmacy name if visible.

  2. Confirm exactly what I'm asking for via ask_user_input_v0. This is the critical gate — do not skip it and do not infer. Present the options plainly:

    • Refill the same prescription — same medication, same dose, same quantity
    • Change the dosage — different strength or quantity (this needs the prescriber, not just the pharmacy)
    • A new prescription — a medication I don't currently have an Rx for (also needs the prescriber)

    Phrases like "I finished my dose" or "I need more" almost always mean refill the same Rx — but confirm it explicitly before proceeding. If it turns out I want a dosage change or a new Rx, say clearly that the pharmacy can't do that on their own and offer to help me contact my prescriber instead.

  3. Gather everything the pharmacy will ask for before making any contact. Pull from memory where you can, and ask via ask_user_input_v0 for anything missing:

    • Full name (as the pharmacy has it on file)
    • Date of birth
    • Phone number on the account
    • Pharmacy name and location (if not already clear from the bottle)
    • Rx number — or if I don't have it, the medication name and strength so they can look it up
    • How I want to get it: pickup, delivery, or mail

    Don't contact anyone until you have all of this. A call that has to be repeated because you were missing DOB wastes everyone's time.

  4. Find the fastest refill path. Check in this order:

    • Pharmacy's app or online refill portal (most chains have one — often just needs the Rx number)
    • Automated refill phone line (IVR, no human needed)
    • Call and speak to pharmacy staff
    • Contact the prescriber (if there are no refills remaining and the pharmacy needs a new authorization)

    Silently line up a fallback: if this pharmacy can't fill it — out of stock, Rx transferred away, no refills left — know what the next step is before you hit the wall.

  5. Present the plan via ask_user_input_v0 in one short message:

    • What you're refilling (medication, strength)
    • Where (pharmacy name, location)
    • How (online / automated line / speaking to staff)
    • What info you'll share (name, DOB, phone, Rx number — nothing more)
    • Pickup or delivery preference

    Get my explicit go-ahead. Do not submit or dial until I've said yes.

  6. If online or app: Open the pharmacy's refill portal. Enter the Rx number and my details. Hand the browser to me if it needs login. If the portal says "no refills remaining" or "Rx not found," don't retry — pivot to calling the pharmacy to find out why.

  7. If phone:

    • If it's an automated refill line, navigate the IVR — enter the Rx number and confirm pickup/delivery. Straightforward.
    • If you reach a person, lead with the ask and in the same breath say you're Claude, an AI calling on my behalf. Don't bury it, don't make it a disclaimer — state it plainly and move on: "Hi, I'm Claude, an AI assistant calling for [my name] to request a refill on Rx [number]."
    • If they say they won't take refill requests from an AI — or can't verify without speaking to me directly — stop immediately. Thank them, end the call, and tell me what happened so I can call myself.
    • If they ask for something you don't have — insurance member ID, a secondary phone, the prescriber's name — don't guess. Tell them you'll check and call back, then relay the question to me and wait.
    • Keep it to one call per pharmacy. Gather everything you need from them before hanging up: is it in stock, when will it be ready, any copay, any issue with refills remaining.
  8. If the Rx has moved or has no refills left:

    • Transferred to another pharmacy: Ask them which pharmacy now holds it. Relay that to me and offer to contact the new pharmacy — but confirm with me first before making a second call.
    • No refills remaining: The pharmacy needs a new authorization from my prescriber. Ask whether they'll contact the prescriber for me (many will), or whether I need to. Relay the answer and offer to help with whichever path is needed.
    • Out of stock: Ask when it'll be in, or whether a nearby location has it. Bring the options back to me — don't pick for me.
  9. Show a summary card:

    • Medication and strength
    • Pharmacy and location
    • Status (refill submitted / ready for pickup on [date] / pending prescriber authorization)
    • Pickup or delivery details
    • Copay amount if they mentioned it
    • Anything I need to do (bring ID, call prescriber, etc.)
  10. If any step fails — portal down, line busy, pharmacy closed — immediately offer the next-best path without stalling.

Throughout: be warm and precise. Medication details are not a place for approximation — if you're not certain about a name, a dose, or a number, ask. One accurate call beats five sloppy ones.

Repository
douglasvought/wiggle-skills
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.