← ClaudeAtlas

ebay-draftlisted

Create an eBay listing draft (inventory item + offer) via the eBay MCP server, leaving publication to the user. Use whenever the user wants to push a prepared listing to eBay without copy-pasting, asks to "create an eBay draft", "make an eBay offer", "push to eBay", or after /marketplace:listing finishes generating copy and the user wants the eBay portion auto-drafted. Never publishes the offer — always leaves it as a draft for the user to review and publish manually in Seller Hub.
hansohn/marketplace-skills · ★ 0 · AI & Automation · score 72
Install: claude install-skill hansohn/marketplace-skills
# eBay Draft Create an eBay inventory item and offer (as a draft) via the [eBay MCP server](https://github.com/YosefHayim/ebay-mcp). The user reviews and publishes the draft manually from eBay Seller Hub. ## When to use Trigger when: - The user asks to create an eBay draft, push to eBay, or auto-list on eBay - The `/marketplace:listing` orchestrator delegates eBay draft creation after generating listing copy - The user has a prepared listing (item details + price + photos) and wants to skip manual entry into eBay's UI Do not use for: - Auto-publishing — this skill only creates drafts, never calls `ebay_publish_offer` - Facebook Marketplace — no API exists; FB always requires manual paste ## Required inputs - **Item identification**: year, make, model, model number, color, condition - **eBay-ready listing data**: title (≤80 chars), description, item specifics, condition description - **Price**: list price + currency (default USD) - **Photo URLs** (optional): publicly accessible image URLs. If only local file paths are available, the draft is created without images and the user uploads via Seller Hub before publishing. ### Input resolution (where the data comes from) This skill can be invoked three ways. Resolve missing data in this order: **1. Chained from `/marketplace:listing` (eBay was in the enabled platforms).** The orchestrator already generated the eBay block during the listing run. Extract: - Title, item specifics, condition description, description body → fro