Install
openclaw skills install wallapop-cliUse the wallapop CLI to search listings, fetch item details, view user profiles, and list categories. Apply when a user asks for Wallapop marketplace data or when you need CLI commands and flags for wallapop-cli usage.
openclaw skills install wallapop-cliProvide concise, correct commands for using wallapop-cli.
wallapop search "<query>" [--lat <lat>] [--lng <lng>] [--min-price <n>] [--max-price <n>] [--category <id>] [--limit <n>]
Notes:
--lat/--lng omitted.--limit trims results locally.wallapop item <item_id>
wallapop user <user_id>
wallapop categories
Add the global flag --json:
wallapop --json search "laptop"
wallapop --json item abc123
WALLAPOP_LATWALLAPOP_LNGWALLAPOP_ACCESS_TOKENwallapop search "camera" --min-price 50 --max-price 200
wallapop search "chair" --lat 40.0 --lng -3.0 --limit 5
wallapop item abc123
wallapop user user123
wallapop --json categories
--json and handle errors by checking exit code.