Gog
一个面向 Dev Tools 场景的 Agent 技能。原始说明:Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
一个面向 Dev Tools 场景的 Agent 技能。原始说明:Use 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.
name: wallapop-cli
description: Use 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.
compatibility: Requires wallapop-cli installed (Node.js 18+), network access to api.wallapop.com, and optional WALLAPOPACCESSTOKEN for non-search endpoints.
Provide 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.