order-fulfillment-workflow

order-fulfillment-workflow is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 29 tokens per session (2,440 once invoked), scanned A, original, MIT.

A step-by-step process for moving paid orders through warehouse picking, packing, and shipping, with barcode checks and packing slips.

In plain words
What is it for?
Use it to create pick lists, verify items with barcodes, print packing slips, support batch picking, and send standardized orders to a third-party warehouse.
Why use it?
It replaces informal or spreadsheet-based handling with a consistent process and helps prevent sending the wrong products.

Skill for Claude CodeCodex

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

Good fit Use it to create pick lists, verify items with barcodes, print packing slips, support batch picking, and send standardized orders to a third-party warehouse.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/finsilabs/awesome-ecommerce-skills/order-fulfillment-workflow
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 order-fulfillment-workflow
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 order-fulfillment-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/order-fulfillment-workflow/github.svg)](https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/order-fulfillment-workflow)
Your own site
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/order-fulfillment-workflow"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/order-fulfillment-workflow/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 order-fulfillment-workflow

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/order-fulfillment-workflow"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/order-fulfillment-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,440 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.00029 $0.02440
Opus 5 $0.00015 $0.01220
Sonnet 5 $0.00006 $0.00488
Haiku 4.5 $0.00003 $0.00244

Measured 13d ago against content hash 5024d3035edf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

order-fulfillment-workflow 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 13d 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/fulfillment-shipping/order-fulfillment-workflow/SKILL.md · 210 lines

How it starts

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

Order Fulfillment Workflow

Overview

A fulfillment workflow takes a paid order from "awaiting fulfillment" through picking, packing, and shipping — with barcode verification to prevent mis-ships and packing slip generation for each shipment. For most merchants, purpose-built apps handle this more reliably and cheaply than custom software. Custom development only makes sense for high-volume operations with unique warehouse workflows.

When to Use This Skill

  • When building internal warehouse tooling to replace manual spreadsheet-based picking processes
  • When setting up a new fulfillment operation and need a structured workflow from day one
  • When integrating with a third-party logistics (3PL) provider that requires a standardized order feed
  • When adding pick verification to reduce mis-ships and customer complaints
  • When you need to support both single-order picking and batch picking for efficiency

Core Instructions

Step 1: Determine your platform and choose the right fulfillment tool

Platform Recommended Tool Why
Shopify ShipStation, Shopify Fulfillment Network (SFN), or Pirate Ship ShipStation handles pick lists, packing slips, and multi-carrier label printing in one tool; SFN fully outsources fulfillment
WooCommerce ShipStation (WooCommerce plugin), WooCommerce Shipping + Packing Slips by WooCommerce ShipStation's WooCommerce plugin syncs orders automatically; the built-in packing slip extension handles document generation
BigCommerce ShipStation, ShipBob, or Easyship ShipStation and ShipBob both have native BigCommerce integrations; Easyship offers rate shopping across carriers
Custom / Headless Build a fulfillment state machine + integrate Shippo or EasyPost for labels Use Shippo/EasyPost for carrier-agnostic label creation; build the pick-pack-ship workflow around them

Step 2: Set up your fulfillment tool

Shopify

Option A: ShipStation (recommended for 50+ orders/day)

Read the full file on GitHub · 210 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. 13d ago First seen · 210 lines · 29 tokens per session scan A 5024d3035edf

Subscribe to this mod's changes

order-fulfillment-workflow is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 29 tokens to every session and 2,440 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

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

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

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