A terminal-based interface for searching Wallapop listings and programmatically retrieving marketplace item and user data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install wallapop-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install wallapop-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
wallapop-cli is a technical tool designed for developers and power users who need to interact with the Wallapop marketplace without a browser. By integrating this capability through Openclaw Skills, users can perform complex searches, filter by price or location, and retrieve detailed product information directly into their terminal or scripts.
This tool is particularly useful for those building automation around marketplace data, as it supports structured JSON output. Whether you are tracking price trends or performing market research, this addition to your Openclaw Skills library provides a streamlined way to access Wallapop's API via a Node.js-powered command-line interface.
To use this within the Openclaw Skills environment, ensure you have Node.js 18+ installed and the CLI available globally:
npm install -g wallapop-cli
You can configure default location settings and authentication via environment variables:
export WALLAPOP_LAT=40.41
export WALLAPOP_LNG=-3.70
export WALLAPOP_ACCESS_TOKEN=your_token_here
The wallapop-cli produces structured output that can be consumed by other processes. Below is the data structure returned when using the --json flag:
| Command | Key Fields Returned |
|---|---|
| search | id, title, price, distance, user, currency |
| item | title, description, taxonomy, images, user, location |
| user | id, name, avatar, rating, response_rate |
| categories | id, name, slug |
Loading
A command-line interface designed to search and retrieve detailed property listing data from the Idealista marketplace.

A command-line tool designed to search the coches.net marketplace and retrieve comprehensive listing details in table or JSON formats.

A powerful MCP server connection providing real-time SQL access to over 50 premium datasets directly within your AI coding agent or IDE.

A powerful batch processing system for executing large-scale AI inference requests asynchronously with significant cost savings.

A zero-config CLI tool for retrieving worldwide weather data, daily forecasts, and hourly conditions in structured JSON format.

A comprehensive tool for Openclaw Skills that enables AI agents to automate web navigation, bypass bot protections, and interact with complex web applications.








































