ebay-batch-draft

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

A command that creates eBay listing drafts for every organized item in a ready folder. A draft is an unfinished listing that can be reviewed before publishing.

In plain words
What is it for?
Use it to analyze item photos, research prices, create eBay inventory items and draft offers, preview the work, or process selected item folders.
Why use it?
It removes the need to create each draft separately and gathers the product details, prices, and offer IDs in one process.

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-batch-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-batch-draft

README.md
[![agentmods](https://agentmods.dev/badge/commands/jbwashington/ebay-mcp/ebay-batch-draft.svg)](https://agentmods.dev/commands/jbwashington/ebay-mcp/ebay-batch-draft)
Your own site
<a href="https://agentmods.dev/commands/jbwashington/ebay-mcp/ebay-batch-draft"><img src="https://agentmods.dev/badge/commands/jbwashington/ebay-mcp/ebay-batch-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 1,221 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.01221
Opus 5 $0.00005 $0.00611
Sonnet 5 $0.00002 $0.00244
Haiku 4.5 $0.00001 $0.00122

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

Security

Grade A, and why

ebay-batch-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-batch-draft.md · 203 lines

How it starts

The opening of the file, as written. The whole thing — 203 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Batch Create Drafts

Automatically create eBay draft listings for all organized items in the ready folder. Processes multiple items in one command.

Usage

# Create drafts for all ready items
/ebay-batch-draft

# Preview without creating
/ebay-batch-draft --dry-run

# Create drafts for specific items
/ebay-batch-draft nike-* adidas-*

What It Does

For each organized folder:

  1. Analyzes photos using Image Analyzer agent
  2. Researches pricing using Price Researcher agent
  3. Creates inventory item via eBay API
  4. Creates draft offer with optimized title, description, pricing
  5. Generates report with all offer IDs

Example Output

🚀 Batch Draft Creation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Found 3 items to process...

[1/3] nike-air-jordan-1-chicago-size-10
   🤖 Analyzing product...
   💰 Researching market prices...
   📝 Creating draft listing...
   ✅ Draft created: offer-abc123

[2/3] adidas-yeezy-350-bred-size-9.5
   🤖 Analyzing product...
   💰 Researching market prices...
   📝 Creating draft listing...
   ✅ Draft created: offer-def456

[3/3] supreme-box-logo-tee-black-size-large
   🤖 Analyzing product...
   💰 Researching market prices...
   📝 Creating draft listing...
   ✅ Draft created: offer-ghi789

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ Created 3 draft listings

📋 Offer IDs:
   1. offer-abc123 - Nike Air Jordan 1 Chicago
   2. offer-def456 - Adidas Yeezy 350 Bred
   3. offer-ghi789 - Supreme Box Logo Tee

💡 Next steps:
   Review drafts in eBay Seller Hub
   Publish: /ebay-publish [offer-id]
   Or publish all: /ebay-batch-publish

Review Drafts

Before publishing, review your drafts:

# View all draft listings
/ebay-drafts

# View specific draft
/ebay-draft-details offer-abc123

Publishing

Publish individually after review:

# Publish one at a time
/ebay-publish offer-abc123
/ebay-publish offer-def456
/ebay-publish offer-ghi789

Or publish all at once:

# Publish all created drafts
/ebay-batch-publish

Read the full file on GitHub · 203 lines

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 · 203 lines · 9 tokens per session scan A 5abae8b85a4d

Subscribe to this mod's changes

ebay-batch-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 1,221 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.