cargo-cli-orchestration

Execute Cargo CLI actions and workflows for CRM updates and data operations.

15|3|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/getcargohq/cargo-skills --skill cargo-cli-orchestration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cargo-cli-orchestration
Source: https://github.com/getcargohq/cargo-skills/tree/main/cargo-cli-orchestration
Command: npx skills add https://github.com/getcargohq/cargo-skills --skill cargo-cli-orchestration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Agents need a unified way to interact with the Cargo platform via the CLI to execute actions, run workflows, trigger batches, communicate with AI agents, query the data warehouse, and inspect model schemas without manual UI steps.

Core Features & Use Cases

  • Execute single actions on a record or batch of records.
  • Chain multiple actions into reusable tools or plays.
  • Trigger batch processes on segments, filters, or file uploads.
  • Send messages to AI agents and retrieve structured responses.
  • Query the system of record with SQL and fetch segment data.
  • Inspect model definitions and DDL for schema‑aware operations.

Quick Start

Run the cargo-cli-orchestration skill to enrich a company domain using Clearbit.

Frequently Asked Questions about cargo-cli-orchestration

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

FAQPage Schema
How do I automate CRM updates and lead scoring via CLI?

Automate CRM updates and lead scoring by executing Cargo actions and workflows through the CLI. You can run single actions, chain multi-step tool runs, and trigger batch processes on segments to automate data enrichment without manual UI steps.

Can I send messages to AI agents and retrieve structured responses from the command line?

Yes, you can send messages to AI agents and retrieve structured responses from the command line. The orchestration skill handles AI agent messaging directly, allowing your automated workflows to interact with AI models and process the returned data.

How do I query the data warehouse and fetch segment records using Cargo?

Query the system of record using SQL to fetch segment data directly via the CLI. You can retrieve segment records by executing targeted data warehouse queries, enabling seamless data extraction for your automated batch processing and analysis.

Do I need an API token to run Cargo workflows and batch processes?

Yes, you need an authenticated Cargo API token to run workflows and batch processes. The CLI orchestration operates with the @cargo-ai/cli npm package and requires this token to execute actions, trigger batches, and query your data.

What is the best way to inspect model schemas for schema-aware operations before running a batch process?

Inspect model definitions and DDL to understand schemas for schema-aware operations before running batch processes. The CLI allows you to retrieve model schemas directly, ensuring your SQL queries and automated actions align with the data structure.

When should I use CLI orchestration instead of manual UI steps for data enrichment?

Use CLI orchestration instead of manual UI steps when you need to automate repetitive data enrichment, trigger large batch processes on file uploads, or integrate Cargo actions into existing automated workflows and external pipelines.