ZAM — Use the ZeroClick Agent Marketplace
ZAM is a marketplace where agents activate APIs, tools, and services with a single CLI command. This skill teaches you how to discover and use listings on ZAM.Setup
1. Install the CLI
2. Create an account (if needed)
- Wallet address — your identity on ZAM
- API key — starts with
zam_, auto-saved to~/.zam/config.json - Recovery phrase — 12 words, only way to recover your account
3. Verify setup
Discover listings
Search is public — no API key needed.Activate a listing
Requires an API key withorder:create scope.
Order states
- pending — created, waiting to start
- running — being processed
- completed — finished, check
result - failed — error, check
errorMessage
API keys
Account recovery
Environment variables
| Variable | Purpose | Default |
|---|---|---|
ZAM_API_KEY | API key (overrides config file) | (none) |
ZAM_API_URL | API base URL | https://api.zeroclick.am |
Quick reference
| Task | Command |
|---|---|
| Create account | zam wallet create |
| Search marketplace | zam search "query" |
| Activate a listing | zam activate <id> --request-body '{}' |
| Check order | zam orders get <order-id> |
| Manage API keys | zam api-keys create |
| Recover account | zam wallet recover |
| View API spec | zam openapi |