medication-tracker

Manage medication schedules, set reminders, and look up drug information.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill medication-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: medication-tracker
Source: https://github.com/malue-ai/dazee-small/tree/main/instances/xiaodazi/skills/medication-tracker
Command: npx skills add https://github.com/malue-ai/dazee-small --skill medication-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users manage their medication schedules, set timely reminders, and look up basic drug information, ensuring adherence to treatment plans.

Core Features & Use Cases

  • Medication Management: Record and track multiple medications, dosages, frequencies, and specific instructions.
  • Reminders: Set up automated notifications for taking medications at the correct times.
  • Basic Drug Information: Query essential details about medications using public APIs.
  • Use Case: A user can tell the agent to "remind me to take my blood pressure medication every day at 8 AM and 9 PM" and then later ask "what are the common side effects of atorvastatin?".

Quick Start

Add a new medication by telling me its name, dosage, and when to take it.

Frequently Asked Questions about medication-tracker

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

FAQPage Schema
How do I set up medication reminders for multiple prescriptions?

You can record multiple medications by stating the drug name, dosage, and schedule. The tracker stores prescriptions in local JSON files and triggers OS-specific notifications at the correct times.

Can I look up drug information and side effects through this medication tracker?

Yes, the medication tracker integrates with the OpenFDA API to provide basic drug information. You can query essential details about your medications, such as common side effects, directly through the agent.

What is the best way to track daily medication adherence without a complex setup?

Using a local JSON-based medication tracker is the best way to manage adherence without complex setup. It logs your daily intake locally and integrates with OS notifications for reliable daily tracking.

Does this medication tracker work with OS notification systems for alerts?

Yes, it integrates directly with OS-specific notification systems to deliver medication reminders. This ensures alerts trigger natively on your device without needing a separate reminder application.

How do I log multiple medications with different dosages and frequencies?

You can log multiple medications by telling the agent each drug's name, dosage, and specific instructions. The tracker manages multiple schedules simultaneously and records adherence logs in local JSON storage.