Installation
Skills live in thezincio/skills catalog and install with the skills CLI.
- npx skills (recommended)
- Git clone
- OpenClaw
Install the universal skill (covers every retailer):Or install a single retailer:List everything in the catalog:The CLI works with Claude Code, Cursor, OpenClaw, Gemini CLI, and other Agent Skills–compatible platforms.
Configuration
Set up one authentication method, depending on how you want to pay.- API key
- MPP (no account)
For a pre-registered Zinc account, set the
ZINC_API_KEY environment variable before starting your agent:Get your key from the Zinc dashboard and deposit funds to place orders.
OpenClaw configuration file
If you’re using OpenClaw, you can set the API key through the config file instead of an environment variable:~/.openclaw/openclaw.json
Verifying the Installation
Start your agent and ask:“List my recent Zinc orders.”If the skill loaded correctly, the agent makes a
GET /orders request and returns your order history. An authentication error usually means ZINC_API_KEY isn’t set (or, on MPP, that no payment method is configured).

