ebay-list-ready

ebay-list-ready is a command for Claude Code from jbwashington/ebay-mcp. It costs 8 tokens per session (899 once invoked), scanned A, original, MIT.

A command that lists product folders whose photos and information have been organized for creating eBay listings.

In plain words
What is it for?
Use it to view all ready items or request detailed metadata before analyzing products or creating listing drafts.
Why use it?
It gives you a clear inventory of items ready for the next listing step, including their folder locations and photo counts.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

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

Good fit Use it to view all ready items or request detailed metadata before analyzing products or creating listing drafts.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/jbwashington/ebay-mcp/ebay-list-ready
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.

Clone the repo
git clone --depth 1 https://github.com/jbwashington/ebay-mcp

Made for: Claude Code.

Or install ebay-listing-automation, the plugin that ships this one along with the rest of its 13 commands, 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-list-ready

README.md
[![agentmods](https://agentmods.dev/badge/commands/jbwashington/ebay-mcp/ebay-list-ready/github.svg)](https://agentmods.dev/commands/jbwashington/ebay-mcp/ebay-list-ready)
Your own site
<a href="https://agentmods.dev/commands/jbwashington/ebay-mcp/ebay-list-ready"><img src="https://agentmods.dev/badge/commands/jbwashington/ebay-mcp/ebay-list-ready/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ebay-list-ready

Your own site · 80×15
<a href="https://agentmods.dev/commands/jbwashington/ebay-mcp/ebay-list-ready"><img src="https://agentmods.dev/badge/commands/jbwashington/ebay-mcp/ebay-list-ready.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 899 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00008 $0.00899
Opus 5 $0.00004 $0.00449
Sonnet 5 $0.00002 $0.00180
Haiku 4.5 $0.00001 $0.00090

Measured 9d ago against content hash f7e3e629a69d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

ebay-list-ready 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 9d 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-list-ready.md · 144 lines

How it starts

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

List Ready Items

Display all organized product folders that are ready for listing creation. Shows folder names, photo counts, and metadata for each item.

Usage

# Show all ready items
/ebay-list-ready

# Show with details
/ebay-list-ready --verbose

Example Output

📦 Ready for Listing (3 items)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

1. nike-air-jordan-1-chicago-size-10
   📸 8 photos
   📅 Organized: 2025-01-11 10:30 AM
   📍 organized/nike-air-jordan-1-chicago-size-10/
   ✅ Ready

2. adidas-yeezy-350-bred-size-9.5
   📸 10 photos
   📅 Organized: 2025-01-11 11:15 AM
   📍 organized/adidas-yeezy-350-bred-size-9.5/
   ✅ Ready

3. supreme-box-logo-tee-black-size-large
   📸 6 photos
   📅 Organized: 2025-01-11 12:00 PM
   📍 organized/supreme-box-logo-tee-black-size-large/
   ✅ Ready

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

💡 Next steps:
   /ebay-analyze [folder]    - Analyze product details
   /ebay-draft [folder]      - Create draft listing
   /ebay-batch-draft         - Create all drafts at once

Verbose Output

With --verbose, shows full metadata:

{
  "folder": "nike-air-jordan-1-chicago-size-10",
  "photos": {
    "count": 8,
    "files": ["IMG_1234.jpg", "IMG_1235.jpg", ...],
    "organized_date": "2025-01-11T15:30:00Z"
  },
  "product": {
    "brand": "Nike",
    "model": "Air Jordan 1 High OG",
    "colorway": "Chicago",
    "size": "10"
  },
  "listing_status": "ready"
}

Filtering

# Show only Nike items
/ebay-list-ready --brand nike

# Show only items with 10+ photos
/ebay-list-ready --min-photos 10

# Show items organized today
/ebay-list-ready --today

Workflow

Typical workflow after seeing ready items:

# 1. List what's ready
/ebay-list-ready

# 2. Pick an item and analyze
/ebay-analyze organized/nike-air-jordan-1-chicago-size-10

# 3. Create draft listing
/ebay-draft organized/nike-air-jordan-1-chicago-size-10

# 4. Publish to eBay
/ebay-publish [offer-id]

# 5. Repeat for next item

Read the full file on GitHub · 144 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. 9d ago First seen · 144 lines · 8 tokens per session scan A f7e3e629a69d

Subscribe to this mod's changes

ebay-list-ready is a command published in the GitHub repository jbwashington/ebay-mcp (14 stars, last pushed 6mo ago), licensed MIT. It adds 8 tokens to every session and 899 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.