clinic-inventory

Track clinic consumables and drugs with API-driven inventory operations and daily alerts.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/kanishkaswaminathan/Healthcare-os --skill clinic-inventory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clinic-inventory
Source: https://github.com/kanishkaswaminathan/Healthcare-os/tree/main/openclaw_config/workspace/skills/clinic-inventory
Command: npx skills add https://github.com/kanishkaswaminathan/Healthcare-os --skill clinic-inventory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clinic staff and operators need a reliable way to track consumables, drugs, and products so treatments are never interrupted by stockouts or expired supplies; this Skill centralizes inventory visibility, expiry monitoring, and reorder prompting to remove manual tracking overhead.

Core Features & Use Cases

  • Inventory Monitoring & Status: Retrieve full inventory summaries showing low-stock items, expiring batches, and healthy stock at-a-glance.
  • Operator-Driven Updates: Add new items, record received shipments, and deduct used quantities via natural-language commands mapped to API POST/PATCH calls.
  • Automated Alerts & Forecasting: Run daily cron checks and expiry reminders, calculate consumption-based runout forecasts, and log all changes for audit and reorder planning.

Quick Start

Ask 'What's our stock status?' to receive a full inventory summary, low-stock alerts, and expiring-item warnings.

Frequently Asked Questions about clinic-inventory

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

FAQPage Schema
How do I track clinic inventory and get alerts when medical supplies are running low?

Clinic inventory tracking monitors stock levels for consumables and drugs, sending automated daily alerts and reorder notifications when items drop below defined thresholds. It uses API-driven operations to retrieve summaries and flag low-stock items.

How do I monitor drug expiry dates and get warnings before supplies expire?

Expiry tracking calculates threshold dates for batches and triggers daily cron alerts to warn staff before supplies expire. It logs all quantity changes and provides expiry warnings alongside healthy stock summaries.

Can I use natural language commands to update stock quantities when shipments arrive?

Natural language commands map to API PATCH and POST operations, allowing operators to add items, record received shipments, and deduct used quantities. All changes are logged for audit purposes.

What's the best way to forecast clinic consumable consumption and prevent stockouts?

Consumption forecasting calculates runout predictions based on logged usage patterns to prevent stockouts. Daily cron checks combine reorder alerts with consumption forecasts to automate supply planning.

Does clinic inventory management require any external dependencies or API integrations to work?

The clinic inventory skill operates with zero external dependencies, using standalone API GET, PATCH, and POST operations. It requires no additional components to track stock, calculate expiry thresholds, or send cron alerts.

How do I log and audit all changes to clinic drug and equipment stock quantities?

Audit logging records all quantity changes made through API POST and PATCH operations, capturing every operator-initiated stock update, shipment receipt, and usage deduction. This creates a complete history for reorder planning and compliance.