← ClaudeAtlas

ebay-sellerlisted

Guides the complete eBay.de selling process per item as a state machine. Use when the user wants to sell an item on eBay, attaches a photo of something to sell, or asks to research prices, draft a listing, or check on a running eBay listing. Triggers (EN) - "sell on eBay", "list this item", "create eBay listing". Triggers (DE) - "auf eBay stellen", "Artikel verkaufen", "eBay Anzeige", Foto eines Verkaufsobjekts.
okuegow/agent-skills · ★ 3 · AI & Automation · score 76
Install: claude install-skill okuegow/agent-skills
# eBay-Seller Guides each item through fixed phases. Per-item state lives in `<workspace>/ebay/items/<YYYY-MM-DD-slug>/state.json`. Seller defaults in `<workspace>/ebay/config.json`. Usually one new item per day; several items can run in parallel across different phases. The listing text and item content are produced **in German** (target marketplace eBay.de), even though this guide is written in English. `<workspace>` = the user's current project directory (fallback: ask). On Windows the `.claude` directory is under `%USERPROFILE%\.claude\`. References and templates live relative to this SKILL.md under `references/` and `templates/`. ## Requirements - **Required:** Claude Code + the "Claude in Chrome" extension, and a Chrome where the user is **logged in to eBay.de**. Nothing else — runs on macOS and Windows. - **Optional (convenience only):** Python 3 + `Pillow` for automatic photo enhancement (`scripts/enhance_photo.py`). **Without Python/Pillow the skill still works** — photos are used unedited (the user uploads them manually anyway). - No installation needed: manage `state.json` directly (read/write JSON), no Python helper required. ## Safety gates (non-negotiable) - **Never publish without explicit approval.** Fill the listing, then stop before the final click. - Live price changes and counter-offers only after approval. - Never retouch defects out of photos (see `references/compliance.md`). ## First run If `<workspace>/ebay/config.json` does not exist, this is th