LaunchKit · 2026
Back to Skills

clovercli

CLI for Clover POS API — inventory, orders, payments, customers, employees, discounts, and analytics.

1
1.3k downloads
by @g9pedro

Setup & Installation

openclaw skills install @g9pedro/clovercli

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install clovercli

What This Skill Does

CloverCLI is a command-line interface for the Clover POS API. It covers inventory, orders, payments, customers, employees, discounts, and sales analytics. Supports period shortcuts, 90-day auto-chunking for large date ranges, and exponential backoff on rate limits.

Gives terminal-based access to Clover POS data without navigating the web dashboard, making it scriptable and automatable.

When to use it

  • Pull last month's sales report from a restaurant POS
  • Create or delete promotional discounts without logging into Clover dashboard
  • Export order history to CSV for accounting
  • Check top-selling items over a custom date range
  • List all employees and customers from a Clover merchant account

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: show me this month's sales and export the top 20 items

AGENT
  1. 1Run `clovercli reports sales --period this-month` to fetch current month sales summary
  2. 2Run `clovercli reports top-items --limit 20` to get best-selling items
  3. 3Run `clovercli reports export items --output top-items.json` to save results to disk
OUTPUT

Sales summary printed to terminal, top 20 items exported to top-items.json

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

CLOVER_ACCESS_TOKEN environment variableCLOVER_MERCHANT_ID environment variableClover merchant account with API access