ops-package

Route and ship parcels across multiple configured carriers with automatic selection.

22|6|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Lifecycle-Innovations-Limited/claude-ops --skill ops-package
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops-package
Source: https://github.com/Lifecycle-Innovations-Limited/claude-ops/tree/main/claude-ops/skills/ops-package
Command: npx skills add https://github.com/Lifecycle-Innovations-Limited/claude-ops --skill ops-package

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Shipments across multiple carriers currently require manual routing and credential management; this skill automates the carrier selection and process orchestration to streamline shipping workflows.

Core Features & Use Cases

  • Automatic carrier selection based on configured credentials.
  • Ship, label, track, list, and carriers endpoints support with a unified interface.
  • Use case: a business needs to publish a shipment with a chosen carrier when the first available credential is found, then fetch label PDFs and track deliveries.

Quick Start

Run the guided setup to begin shipping with automatic carrier routing.

Frequently Asked Questions about ops-package

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

FAQPage Schema
How do I automate multi-carrier shipping and label generation?

Automate multi-carrier shipping by using a pluggable adapter model that routes parcels dynamically, creates shipments, and retrieves label PDFs through a unified interface. It standardizes shipment data output across all configured carriers.

How does automatic carrier selection work for parcel shipments?

Automatic carrier selection works by evaluating configured credentials and routing the parcel to the first available carrier. It resolves credentials from environment variables, preferences.json, or Doppler to authenticate the shipment.

Can I track deliveries and aggregate shipment status across multiple carriers?

You can track deliveries and aggregate status across multiple carriers using the track and list endpoints. These endpoints return standardized shipment data, providing a unified view of all your logistics operations.

Do I need Doppler to manage carrier credentials for shipping automation?

You do not need Doppler exclusively; carrier credentials can be resolved from environment variables or a preferences.json file. Doppler is simply one supported method for secure credential resolution within the shipping workflow.

What is the best way to integrate multiple carrier adapters into my logistics workflow?

The best way to integrate multiple carriers is through a pluggable adapter model that supports ship, label, track, list, and carriers endpoints. This approach standardizes shipment data and automates routing without manual intervention.

Why does my automated shipment routing fail to find an available carrier?

Shipment routing fails when no valid carrier credentials are found during the resolution process. Ensure credentials are properly configured in your environment variables, preferences.json, or Doppler to enable automatic carrier selection.