absuite-misc-cli

Manage Alliance Business Suite logistics, shipments, and sales resources via absuite CLI.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/FenixAlliance/ABS.Agents --skill absuite-misc-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: absuite-misc-cli
Source: https://github.com/FenixAlliance/ABS.Agents/tree/main/paperclip/skills/absuite-misc-cli
Command: npx skills add https://github.com/FenixAlliance/ABS.Agents --skill absuite-misc-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious and error-prone process of manually managing Alliance Business Suite inventory, logistics, shipments, and sales resources through raw API calls or the web UI, saving teams significant time and reducing operational mistakes.

Core Features & Use Cases

  • Full Logistics Management: Complete CRUD operations and lifecycle actions for warehouses, voyages, proofs of delivery, waybills, trucks, and trips, plus sub-resource management for lines and delivery notes.
  • Shipment & Shipping Configuration: Manage shipments, shipping labels, bills of lading, and configure shipping methods, couriers, zones, and classes to match business requirements.
  • Sales Resource Administration: Create and manage stores, point-of-sale systems, loyalty programs, and sales literature, plus access margin details for financial analysis.
  • Use Case: A logistics coordinator can use this Skill to create a new shipment, generate its associated bill of lading, track the linked voyage, and process the proof of delivery entirely via simple CLI commands without writing custom integration code.

Quick Start

Use the absuite-misc-cli skill to create a new warehouse entry for your default tenant with the title "Central DC" and address "100 Dock Rd".

Frequently Asked Questions about absuite-misc-cli

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

FAQPage Schema
How do I manage Alliance Business Suite logistics and inventory from the command line?

Manage Alliance Business Suite logistics and inventory from the command line by using an authenticated CLI session with a configured default tenant to execute full CRUD operations, lifecycle actions, and sub-resource management for warehouses, voyages, and shipments.

What's the best way to create shipments and bills of lading without manual API integration?

Create shipments and bills of lading without manual API integration by running CLI commands that pass camelCase JSON DTO parameters as single-quoted strings, handling everything from shipping labels to courier and zone configuration automatically.

Can I configure shipping methods and warehouses using a CLI session for Alliance Business Suite?

Yes, you can configure shipping methods, couriers, zones, and warehouses using an authenticated Alliance Business Suite CLI session, which supports full resource management and lifecycle actions for all shipping and logistics entities.

Do I need a specific tenant configuration to manage sales and logistics resources via CLI?

You need an authenticated absuite CLI session with a configured default tenant to manage sales and logistics resources, ensuring all commands for stores, point-of-sale systems, and waybills execute within the correct business context.

How does proof of delivery and waybill management work through command line operations?

Proof of delivery and waybill management through command line operations works by executing targeted CLI lifecycle actions that process delivery confirmations and track linked voyages, eliminating manual web UI effort and reducing operational errors.

Are there limitations when managing sub-resources like delivery notes and trips through CLI commands?

Sub-resource management for delivery notes, trips, and lines through CLI commands requires camelCase JSON DTO parameters passed as single-quoted strings for all create and update operations, meaning commands must be precisely formatted to avoid processing errors.