wallapop-cli for Openclaw

A terminal-based interface for searching Wallapop listings and programmatically retrieving marketplace item and user data.

pjtf93
v0.1.0
Jan 26, 2026
2
2.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install wallapop-cli

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is wallapop-cli?

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.

wallapop-cli Use Cases

  • Automating searches for specific products with price and location constraints.
  • Fetching raw item data for competitive analysis or price tracking.
  • Programmatically verifying user profiles and reputations on the marketplace.
  • Generating JSON datasets of marketplace categories for integration into third-party apps.

How wallapop-cli Works

  1. The skill executes terminal commands using the wallapop-cli binary.
  2. Users provide search queries or IDs along with optional flags for latitude, longitude, price range, or category.
  3. The CLI communicates with the Wallapop API to retrieve the requested marketplace data.
  4. Results are rendered as a readable table for humans or as a JSON object for further processing in Openclaw Skills workflows.

wallapop-cli Setup

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

wallapop-cli Data Schema & Taxonomy

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

wallapop-cli Advanced Features

  • Global --json flag for seamless piping into data processing tools.
  • Precision geolocation filtering using --lat and --lng parameters.
  • Result limiting with the --limit flag to optimize bandwidth and processing time.
  • Support for authenticated endpoints using the WALLAPOP_ACCESS_TOKEN environment variable.
  • High compatibility with shell scripting and Openclaw Skills agent protocols.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*