Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Create and manage listings on Willhaben.at (Austrian marketplace). Use when the user wants to sell something, create a listing, or mentions Willhaben. Handles photo uploads, generates titles/descriptions/prices, and posts via browser automation.
Create and manage listings on Willhaben.at (Austrian marketplace). Use when the user wants to sell something, create a listing, or mentions Willhaben. Handles photo uploads, generates titles/descriptions/prices, and posts via browser automation.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Create listings on Willhaben.at via browser automation.
Check if config/user-preferences.json exists in the skill folder. If missing → run setup flow (see references/SETUP.md) If exists → read preferences and apply to all listings User preferences include: location, shipping, description style, pricing strategy, disclaimers.
User sends photos (via WhatsApp/chat) Optional: user provides details (condition, category, price range)
Before suggesting a price, search Willhaben for similar/identical items: Search willhaben.at for the item Note price range of comparable listings Check sold prices if available Report findings to user: Neupreis (new price) Marktpreis (what similar items are listed for) Empfohlener Preis (recommended selling price)
Analyze photos to understand the item Generate: Title: Concise, searchable (German) Description: SHORT and casual - real people don't write essays. 2-3 sentences max. Mention key facts only. Price: Based on market research, suggest realistic price Package size: Estimate weight category for shipping (3kg / 10kg / 31.5kg) Ask user: Location (Bezirk) - if not in preferences Any damage/issues to mention If they want a more detailed description (default: no) Present draft for confirmation including package size estimate
Show the user something like: 📝 Listing Draft Title: [title] Description: [description] Price: €XX VB Location: [location] Pickup: ✅ / Shipping: ✅ 📦 Package: ~Xkg (selecting [size] package) → If wrong, let me know! Photos: X attached Ready to post? If package weight is unclear (e.g., unusual item), ask the user rather than guessing wrong.
See detailed browser automation steps below.
Default: Casual & short Blue Yeti USB Mikrofon, schwarz. Funktioniert einwandfrei, inkl. Kabel und Standfuß. Privatverkauf, keine Garantie/Rücknahme. NOT like this (too AI/formal): Zum Verkauf steht ein hochwertiges Blue Yeti USB Kondensatormikrofon in der eleganten Blackout Edition. Dieses professionelle Mikrofon eignet sich perfekt für Podcasting, Streaming, Gaming oder Home-Office... Only add detail if user explicitly asks for it.
All listings in German (Austrian market). Keep it natural, like a real person wrote it.
Use clawd browser profile with saved Willhaben login.
Navigate to: https://www.willhaben.at/iad/anzeigenaufgabe Click "Kostenlose Anzeige aufgeben" (link to Marktplatz free listing)
The form has these fields:
Upload method: Use browser upload action with inputRef pointing to the "Bild auswählen" button Example: browser upload inputRef=e12 paths=[...] where e12 is the button ref Can upload multiple images at once via paths array After upload, verify images appear as thumbnails before proceeding
Textbox, just enter the number (no € symbol needed)
Textbox with placeholder "z.B. Levi's 501 Jeans, schwarz, Größe 32" Keep concise and searchable
Auto-suggests based on title - a radio option appears IMPORTANT: Must click the category option to select it (even if it looks selected) If wrong category suggested, click "Andere Kategorie wählen"
Appears AFTER category is selected Options: Neu / Neuwertig / Gebraucht / Defekt Usually select "Gebraucht" for used items
Rich text editor (contenteditable paragraph) Click on the paragraph area first, then type Keep it short!
Pre-filled from account settings Shows name, email, address
Proceeds to shipping options.
Selbstabholung: Pickup (usually keep checked) Versand: Shipping (check if offering shipping)
If Versand is checked: Package Size (Versandgröße) - Choose based on actual item weight! Paket bis 3 kg - Small items Paket bis 10 kg - Medium items (electronics, small appliances) Paket bis 31,5 kg - Heavy items (appliances with compressors, etc.) Example weights: Ice cream maker with compressor: ~9kg → select 10kg Keyboard/mouse: ~1kg → select 3kg Monitor: ~5kg → select 10kg Books/games: ~0.5kg → select 3kg Laptop: ~2-3kg → select 3kg Kitchen appliance (mixer, blender): ~3-5kg → select 10kg ⚠️ If weight is unclear: This should have been confirmed with user in the listing summary step. If you reach this point unsure, go back and ask! Carrier: Post or DPD (Post is default, fine for most) Sperrgut: Check if item is oversized (>100×60×60cm) or non-rectangular Buyer pays shipping (shown at bottom).
Proceeds to upsells page.
Shows paid promotion options: Anzeige vorreihen (€14.99) Farblich hervorheben (€7.99) TOP Anzeige options (€21.99 - €89.99) Skip all - just click "Veröffentlichen" to publish for free. Shows "Gewählt: € 0" at bottom confirming no paid options.
Confirmation page shows: ✅ "Anzeige erfolgreich aufgegeben" Listing preview with image willhaben-Code: The listing ID (e.g., 1832624977) Note: "Die Veröffentlichung kann bis zu 24h dauern" (review period) Listing URL: https://www.willhaben.at/iad/object?adId={willhaben-code}
Even if the category appears, you must click on the radio/option area to actually select it. The validation error "Kategorie muss gewählt werden" means it wasn't clicked.
Use inputRef with the "Bild auswählen" button reference (e.g., inputRef=e12). Do NOT use selector: input[type="file"] - it doesn't work reliably on this site.
Always take a fresh snapshot before interacting. Refs change after page updates.
If not logged in, the profile should have saved credentials. If needed, navigate to login page or ask user to log in manually in the browser.
StepURL/ActionStarthttps://www.willhaben.at/iad/anzeigenaufgabeFree listingClick "Kostenlose Anzeige aufgeben"Upload imagesupload with inputRef pointing to "Bild auswählen" buttonNext"Weiter" buttonPublish"Veröffentlichen" buttonView listinghttps://www.willhaben.at/iad/object?adId={ID}
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.