Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: show me this month's sales and export the top 20 items
- 1Run `clovercli reports sales --period this-month` to fetch current month sales summary
- 2Run `clovercli reports top-items --limit 20` to get best-selling items
- 3Run `clovercli reports export items --output top-items.json` to save results to disk
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.