generate-shipping-label

Generates a printable shipping label PDF with code128 barcode and tracking via Document Generation API.

2|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/iterationlayer/skills --skill generate-shipping-label
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: generate-shipping-label
Source: https://github.com/iterationlayer/skills/tree/main/skills/generate-shipping-label
Command: npx skills add https://github.com/iterationlayer/skills --skill generate-shipping-label

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Shipping departments and ecommerce integrations need a reliable way to generate printable labels with sender/recipient details, a scannable barcode, and a tracking number, on demand.

Core Features & Use Cases

  • Programmatic label generation in PDF with sender/recipient blocks, barcode, and tracking data.
  • Deterministic, repeatable layouts suitable for fulfillment workflows and batch processing.
  • Use Case: Automate label creation for orders arriving in a warehouse and print labels for shipment.

Quick Start

Call the Document Generation API to generate a PDF shipping label using the provided payload.

Frequently Asked Questions about generate-shipping-label

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

FAQPage Schema
How do I generate a printable PDF shipping label programmatically?▼

Generate a printable PDF shipping label by passing structured sender and recipient data, service details, and tracking information to the Document Generation API to receive a ready-to-print file.

Can I automate shipping label creation for warehouse fulfillment workflows?▼

Yes, you can automate shipping label creation for warehouse fulfillment workflows using deterministic, repeatable layouts designed for both on-demand generation and batch processing.

Does the generated shipping label PDF include a scannable barcode?▼

Yes, the generated shipping label PDF includes a code128 barcode and tracking number embedded within the layout blocks to ensure scannability for carrier workflows.

What format is the shipping label output in for printing?▼

The shipping label output is a PDF format, specifying page size, margins, typography, and document metadata to ensure the file is ready for direct printing.

Is batch processing supported for generating shipping labels?▼

Yes, batch processing is supported for generating shipping labels, leveraging deterministic layouts that apply programmatically to each structured data payload for repeatable document generation.

What data is required to create a shipping label using the Document Generation API?▼

Creating a shipping label requires structured sender and recipient data, service details, and tracking information to populate the content blocks and barcode within the PDF layout.