skills$openclaw/whcli
pasogott7.4k

by pasogott

whcli – OpenClaw Skill

whcli is an OpenClaw Skills integration for data analytics workflows. Willhaben CLI for searching Austria's largest classifieds marketplace. Search listings, view details, check seller profiles.

7.4k stars5.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namewhcli
descriptionWillhaben CLI for searching Austria's largest classifieds marketplace. Search listings, view details, check seller profiles. OpenClaw Skills integration.
ownerpasogott
repositorypasogott/whcli
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @pasogott/whcli
last updatedFeb 7, 2026

Maintainer

pasogott

pasogott

Maintains whcli in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
272 B
SKILL.md
2.9 KB
SKILL.md

name: whcli description: Willhaben CLI for searching Austria's largest classifieds marketplace. Search listings, view details, check seller profiles. homepage: https://github.com/pasogott/whcli metadata: {"clawdis":{"emoji":"🏠","requires":{"bins":["whcli"]},"install":[{"id":"brew","kind":"brew","formula":"pasogott/tap/whcli","bins":["whcli"],"label":"Install whcli (Homebrew)"},{"id":"source","kind":"shell","command":"git clone https://github.com/pasogott/whcli.git && cd whcli && uv sync","label":"Install from source (uv)"}]}}

whcli - Willhaben CLI 🏠

Search and browse willhaben.at, Austria's largest classifieds marketplace from the command line.

Homebrew (recommended)

brew install pasogott/tap/whcli

From source (with uv)

git clone https://github.com/pasogott/whcli.git
cd whcli
uv sync
uv run whcli --help

Search

# Basic search
whcli search "iphone 15"

# With filters
whcli search "rtx 4090" --category grafikkarten --max-price 1500

# Location filter
whcli search "bicycle" -l Wien -n 20

# Only PayLivery (buyer protection)
whcli search "playstation" --paylivery

# Output as JSON for scripting
whcli search "laptop" --format json

Options:

OptionShortDescription
--category-cCategory slug (grafikkarten, smartphones, etc.)
--min-priceMinimum price in EUR
--max-priceMaximum price in EUR
--conditionneu, gebraucht, defekt, neuwertig
--location-lLocation/region filter
--rows-nNumber of results (default: 30)
--page-pPage number
--payliveryOnly PayLivery listings
--format-ftable, json, csv

Show Listing Details

# View listing by ID
whcli show 1993072190

# JSON output
whcli show 1993072190 --format json

Seller Profile

# View seller profile and ratings
whcli seller 29159134

Examples

# Find cheap iPhones in Vienna
whcli search "iphone" -l Wien --max-price 500

# Graphics cards under €1000
whcli search "grafikkarte" --category grafikkarten --max-price 1000

# New condition only
whcli search "ps5" --condition neu

# Export search results as CSV
whcli search "furniture" -l "1220" -n 50 --format csv > results.csv

Common Categories

  • grafikkarten - Graphics cards
  • smartphones - Phones
  • notebooks-laptops - Laptops
  • spielkonsolen - Gaming consoles
  • fahrraeder - Bicycles
  • moebel - Furniture
  • ⚠️ show command has a bug (being fixed)
  • Location filter works but may include nearby regions
  • No OAuth login yet (messaging/watching not available)
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install whcli?

Run openclaw add @pasogott/whcli in your terminal. This installs whcli into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/pasogott/whcli. Review commits and README documentation before installing.