Inventory Health Auditor

v1.0.0

Audit ecommerce inventory notes or SKU exports, flag stockout, aging, overstock, capital lock-up, and promo-readiness risks, then turn partial inventory data...

0· 87·0 current·0 all-time
byhaidong@harrylabsj

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for harrylabsj/inventory-health-auditor.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Inventory Health Auditor" (harrylabsj/inventory-health-auditor) from ClawHub.
Skill page: https://clawhub.ai/harrylabsj/inventory-health-auditor
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install inventory-health-auditor

ClawHub CLI

Package manager switcher

npx clawhub@latest install inventory-health-auditor
Security Scan
Capability signals
CryptoCan make purchases
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, SKILL.md workflow and the included Python code align: the code normalizes user-provided inventory notes/exports, detects objectives/signals/risks, and renders a markdown report. No cloud, ERP/WMS, or unrelated services are requested.
Instruction Scope
SKILL.md explicitly states it uses only exported data and pasted notes. The runtime code reads SKILL.md locally for metadata and processes only the provided input; there are no instructions to read unrelated system files, environment variables, or to send data externally.
Install Mechanism
This is an instruction-plus-source skill with no install spec (no downloads or extracted archives). There is no package installation, remote fetch, or external binary requirement in the manifest.
Credentials
No environment variables, credentials, or config paths are required. The code does not reference or demand secrets. The lack of requested credentials is proportional to the offline, manual-input nature of the skill.
Persistence & Privilege
The skill is not marked always:true and does not request or modify other skills or global agent configuration. It does not persist credentials or install persistent components.
Assessment
This skill appears to do exactly what it claims: transform pasted SKU/export text into a prioritized inventory report without contacting external systems or requesting secrets. Before installing or running it, review any data you paste — the tool will include your inputs verbatim in the report. If you operate in a regulated environment, avoid pasting PII or credentials. If you want extra assurance, run the included tests locally in a sandboxed environment to verify behavior before using on sensitive data.

Like a lobster shell, security has layers — review code before you run it.

latestvk977akqdarcg4xs4aakk47wajd84va0t
87downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

Inventory Health Auditor

Overview

Use this skill to translate SKU inventory notes, sales summaries, replenishment lead times, and campaign plans into a practical inventory action report. It is designed for weekly ops reviews, monthly inventory meetings, and pre-promo readiness checks.

This MVP is heuristic. It does not connect to live ERP, WMS, procurement, or marketplace systems. It relies on the user's exported data, pasted notes, and business context.

Trigger

Use this skill when the user wants to:

  • identify which SKUs are most at risk of stockout, aging, or overstock
  • prioritize replenishment versus hold versus clearance actions
  • prepare inventory review notes for ops, procurement, or warehouse meetings
  • assess whether current stock is ready for a promotion or seasonal demand spike
  • turn partial inventory exports into a management summary plus execution checklist

Example prompts

  • "Review our SKU inventory and tell me what needs replenishment first"
  • "Which products are aging and tying up too much cash?"
  • "Prepare an inventory health brief before our 618 promotion"
  • "Help me spot stockout risk across our hero SKUs"

Workflow

  1. Capture the review goal, SKU scope, and whether the immediate concern is stockout, aging, or promo readiness.
  2. Normalize the main signals: on-hand inventory, sales velocity, lead time, campaign timing, and seasonality.
  3. Separate the likely risk pools: stockout risk, aging or overstock risk, capital lock-up, and structural imbalance.
  4. Turn each risk pool into concrete actions such as replenish, throttle, bundle, clear, or pause purchasing.
  5. Return a markdown inventory report with a priority queue and a 30-day action plan.

Inputs

The user can provide any mix of:

  • SKU inventory or on-hand stock notes
  • 30 to 90 day sales velocity or sell-through context
  • replenishment lead times, supplier constraints, or arrival timing
  • campaign plans, promo windows, or seasonal tags
  • category labels, hero SKUs, and long-tail notes
  • cash, warehouse, or procurement constraints

Outputs

Return a markdown report with:

  • an inventory health summary
  • a priority queue of major SKU risk types
  • recommended actions across replenish, hold, clear, and review
  • a 30-day action plan
  • assumptions, evidence gaps, and limits

Safety

  • Do not claim access to live ERP, WMS, procurement, or forecasting systems.
  • Keep replenishment quantities and purchase decisions human-approved.
  • Downgrade certainty when sales velocity, lead time, or campaign timing is incomplete.
  • Do not treat seasonality or new-product demand as proven when historical data is weak.

Best-fit Scenarios

  • weekly or monthly ecommerce inventory reviews
  • pre-promo inventory readiness checks
  • multi-SKU catalog management without heavy BI tooling
  • operator or founder-led businesses that need a fast prioritization layer

Not Ideal For

  • real-time replenishment automation
  • warehouse slotting optimization
  • full demand forecasting or probabilistic planning models
  • businesses with no SKU-level inventory or sales visibility at all

Acceptance Criteria

  • Return markdown text.
  • Include summary, priority queue, action plan, and limits.
  • Make the advisory framing explicit.
  • Keep the report practical for ops, procurement, and inventory owners.

Comments

Loading comments...