TURNKEY CLI TOOLKIT

Your entire stack. One terminal command.

Production-grade CLI scripts for Shopify, Klaviyo, Meta, GA4, Gorgias, and Gmail. Plug in your credentials, run a command, get results. Built for AI agents, operators, and developers.

Terminal
# Verify your credentials
$ node scripts/shopify.js --verify
✓ Connected to mystore.myshopify.com

# Pull last 30 days of orders
$ node scripts/shopify.js orders list --last 30d --format table

# Preview before deleting (--dry-run)
$ node scripts/klaviyo.js profiles suppress --email test@x.com --dry-run
⚠ DRY RUN — would suppress test@x.com (no changes made)

Seven CLIs. $99 each.

Each CLI is a self-contained Node.js script with credential verification, safety guards, and multi-format output. Buy what you need.

Shopify CLI

E-Commerce

Full Admin API management — products, orders, customers, collections, inventory. Rate-limited with 429 retry.

Products · Orders · Customers · Collections · Inventory · Themes
$99per CLI
Buy CLI →

Klaviyo CLI

Email & SMS

Profiles, segments, campaigns, flows, metrics, and suppressions. Exponential backoff rate limiting built in.

Profiles · Segments · Campaigns · Flows · Metrics · Suppressions
$99per CLI
Buy CLI →

Meta Ads CLI

Advertising

Full Marketing API — campaigns, ad sets, ads, audiences, insights, budgets. --dry-run before any spend.

Campaigns · Ad Sets · Ads · Audiences · Insights · Budgets
$99per CLI
Buy CLI →

Meta Social CLI

Social Media

Facebook Pages + Instagram Graph API. Publish, schedule, moderate, and analyze — with rate limiting.

Posts · Stories · Reels · Comments · Insights · Scheduling
$99per CLI
Buy CLI →

GA4 CLI

Analytics

Data + Admin APIs. Run reports, manage properties, streams, audiences, and custom dimensions.

Reports · Properties · Streams · Audiences · Dimensions · Real-time
$99per CLI
Buy CLI →

Gorgias CLI

Support

Tickets, customers, tags, macros, satisfaction data. 500ms rate limiting. AI-ready triage.

Tickets · Customers · Tags · Macros · Satisfaction · Search
$99per CLI
Buy CLI →

Gmail CLI

Communication

Full Gmail API via OAuth. List, search, read, draft, send, trash, and manage labels.

Inbox · Search · Draft · Send · Labels · Trash
$99per CLI
Buy CLI →

Three ways to run.

Every CLI supports the same three modes — pick what fits your workflow.

Full Agentic

Hand the CLI to your AI agent. It reads the command reference, runs queries, processes results, and takes action — autonomously. You review the output, not the process.

Ideal for: AI-managed operations, scheduled automation, large-scale data pulls

Human-in-the-Loop

Your AI agent proposes the command. You review it. You approve. The CLI executes. --dry-run shows you exactly what will happen before any write or delete operation.

Ideal for: Budget changes, destructive operations, new campaign launches

Full Manual

Run commands directly in your terminal. Every CLI ships with --help, --verify, and --format options. No AI required — just a developer who knows what they want.

Ideal for: Quick lookups, debugging, ad-hoc reporting, learning the API

Clone. Install. Run.

Every CLI follows the same pattern. Plug in your credentials and go.

Run --verify first to validate your API credentials. Add --dry-run before any destructive operation. Use --format json for agent pipelines or --format csv for spreadsheets.

Terminal
# After purchase, clone and install
$ git clone https://github.com/ecomxco/custom-clis.git
$ cd custom-clis && npm install

# Run your first query
$ node scripts/shopify.js products list --format table

Built for production.

Node.js ≥ 18 · --verify · --dry-run · --format json|csv|table · Rate limiting · Pagination · MIT-style license

One CLI per channel. $99 per CLI. Lifetime access.

Buy what you need. Every CLI includes lifetime updates, agentic safety features, and a shared utility library.

Already purchased? Log in to your dashboard →