ebay-draft

ebay-draft is a command for coding agents from jbwashington/ebay-mcp. It costs 9 tokens per session (388 once invoked), scanned A, original, MIT.

A command that prepares an eBay item as a draft listing using an existing item analysis or by analyzing the item first.

In plain words
What is it for?
Use it to generate a SKU, title, HTML description, category, price, images, item specifics, and a draft offer through eBay tools.
Why use it?
It turns product information into structured eBay listing data, reducing the work of writing descriptions, choosing details, and entering marketplace fields.

Command

Part of the ebay-listing-automation plugin — 13 commands, 5 agents, 3 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/jbwashington/ebay-mcp/ebay-draft
Clone the repo
git clone --depth 1 https://github.com/jbwashington/ebay-mcp

Or install ebay-listing-automation, the plugin that ships this one along with the rest of its 13 commands, 5 agents, 3 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ebay-draft

README.md
[![agentmods](https://agentmods.dev/badge/commands/jbwashington/ebay-mcp/ebay-draft.svg)](https://agentmods.dev/commands/jbwashington/ebay-mcp/ebay-draft)
Your own site
<a href="https://agentmods.dev/commands/jbwashington/ebay-mcp/ebay-draft"><img src="https://agentmods.dev/badge/commands/jbwashington/ebay-mcp/ebay-draft.svg" alt="Measured on agentmods" height="20"></a>
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 388 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00009 $0.00388
Opus 5 $0.00005 $0.00194
Sonnet 5 $0.00002 $0.00078
Haiku 4.5 $0.00001 $0.00039

Measured 4d ago against content hash 23024247a350, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ebay-draft scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/ebay-draft.md · 49 lines

What it actually says

Create eBay Draft Listing

Create a draft eBay listing for an item.

Prerequisites

If the item hasn't been analyzed yet, run /ebay-analyze first.

Task

  1. If folder path provided as $1, use it. Otherwise ask the user for the item folder path.

  2. Get the item analysis (either from previous conversation or by analyzing now)

  3. Generate a unique SKU in format: SKU-YYYYMMDD-XXX where XXX is a sequential number

  4. Prepare listing data:

    • Title: SEO-optimized, 80 chars max
    • Description: Detailed HTML description including:
      • Product details
      • Condition description
      • Measurements (if any)
      • Flaws/defects (be transparent!)
      • Shipping policy (free USPS Ground)
      • Return policy (30-day)
      • "From smoke-free, pet-free home"
    • Category: Determine appropriate eBay category ID
    • Price: Suggested competitive price
    • Images: Upload to eBay or use hosted URLs
    • Item Specifics: All relevant aspects (Brand, Size, Color, Condition, etc.)
  5. Use eBay MCP tools to create the listing:

    • ebay_create_inventory_item with SKU and product details
    • ebay_create_offer to create the draft listing
  6. Report back to user:

    • SKU created
    • Offer ID
    • Draft listing preview
    • Next steps: review and publish with /ebay-publish

Important: This creates a DRAFT listing only. It won't be visible on eBay until published.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 49 lines · 9 tokens per session scan A 23024247a350

Subscribe to this mod's changes

ebay-draft is a command published in the GitHub repository jbwashington/ebay-mcp (13 stars, last pushed 5mo ago), licensed MIT. It adds 9 tokens to every session and 388 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.