multi-warehouse

multi-warehouse is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 25 tokens per session (2,640 once invoked), scanned A, original, MIT.

A guide to managing stock stored in several warehouses, shops, or third-party logistics providers. It covers choosing where orders ship from, moving stock between locations, and splitting an order when needed.

In plain words
What is it for?
Use it to allocate orders to warehouses, create stock transfers, route shipments, and support orders fulfilled from multiple locations.
Why use it?
It helps avoid shipping from an unsuitable location or showing inaccurate stock across sites. Routing orders by location can also address shipping costs and stock imbalances.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex; mentions Gemini CLI; mentions OpenCode.

Good fit Use it to allocate orders to warehouses, create stock transfers, route shipments, and support orders fulfilled from multiple locations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/finsilabs/awesome-ecommerce-skills/multi-warehouse
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add finsilabs/awesome-ecommerce-skills --skill multi-warehouse
Clone the repo
git clone --depth 1 https://github.com/finsilabs/awesome-ecommerce-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for multi-warehouse

README.md
[![agentmods](https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/multi-warehouse/github.svg)](https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/multi-warehouse)
Your own site
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/multi-warehouse"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/multi-warehouse/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for multi-warehouse

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/multi-warehouse"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/multi-warehouse.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,640 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.02640
Opus 5 $0.00013 $0.01320
Sonnet 5 $0.00005 $0.00528
Haiku 4.5 $0.00003 $0.00264

Measured 11d ago against content hash 9a392a1cd624, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

multi-warehouse scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/catalog-inventory/multi-warehouse/SKILL.md · 250 lines

How it starts

The opening of the file, as written. The whole thing — 250 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Multi-Warehouse Inventory

Overview

Multi-warehouse inventory lets you stock products at multiple physical locations — warehouses, stores, 3PLs — and route each order to the location best positioned to fulfill it. Shopify and BigCommerce have multi-location inventory built in. WooCommerce needs a plugin. Only build a custom allocation engine if your routing logic (zone-based, cost-optimized, split fulfillment) exceeds what platform tools support.

When to Use This Skill

  • When a merchant operates more than one warehouse, store, or 3PL (third-party logistics) provider
  • When shipping cost is significant and routing orders from the nearest warehouse matters
  • When stock imbalance between locations requires transfer orders to redistribute inventory
  • When orders must sometimes be split across two warehouses because no single location has all items

Core Instructions

Step 1: Determine platform and choose the right tool

Platform Built-in Multi-Location Recommended Extension
Shopify Yes — up to 1,000 locations (Basic: 4, Shopify plan: 5, Advanced: 8) ShipBob or Flexport for 3PL fulfillment routing; ShipHero for advanced routing rules
WooCommerce No — requires a plugin ATUM Multi-Inventory (add-on) or WooCommerce Multi-Location Inventory by Iconic
BigCommerce Yes — Multi-Location Inventory app (free) ShipStation for advanced routing; Whiplash or ShipBob for 3PL integration
Custom / Headless Build allocation engine with proximity-first routing Required when no platform tools meet routing and split-fulfillment requirements

Step 2: Platform-specific setup


Shopify

Shopify has native multi-location inventory.

Set up locations:

  1. Go to Settings → Locations → Add location
  2. Add each warehouse, store, or fulfillment center
  3. Enter the address (used for shipping rate calculation)
  4. Assign products to each location — go to a product, click a variant, and set the quantity at each location

Read the full file on GitHub · 250 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 250 lines · 25 tokens per session scan A 9a392a1cd624

Subscribe to this mod's changes

multi-warehouse is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 25 tokens to every session and 2,640 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

logistics-ops

Use when an order is paid and packed and the box now has to move, go sideways, or come back — picking a carrier and service and cutting a label, reacting to a delivery exception, getting ahead of where-is-my-order tickets, running a return, exchange or refund with its reverse label, filing a carrier claim before the…

ericrisco/rsc-harness · 127 tokens

wms-testing-patterns

Warehouse Management System testing patterns for inventory operations, pick/pack/ship workflows, wave management, EDI X12/EDIFACT compliance, RF/barcode scanning, and WMS-ERP integration. Use when testing WMS platforms (Blue Yonder, Manhattan, SAP EWM).

summarybotng/summarybot-ng · 64 tokens

pilot-inventory-management-setup

Deploy an inventory management system with 3 agents. Use this skill when: 1. User wants to set up an automated inventory management system 2. User is configuring an agent as part of a stock tracking workflow 3. User asks about automating warehouse inventory and reorder processes Do NOT use this skill when: - User…

TeoSlayer/pilot-skills · 99 tokens

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens