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.
npx agentmods add commands/jbwashington/ebay-mcp/ebay-batch-draftgit clone --depth 1 https://github.com/jbwashington/ebay-mcpWrote 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.
[](https://agentmods.dev/commands/jbwashington/ebay-mcp/ebay-batch-draft)<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>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.
| Model | Per session | Once 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 |
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.
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:
- Analyzes photos using Image Analyzer agent
- Researches pricing using Price Researcher agent
- Creates inventory item via eBay API
- Creates draft offer with optimized title, description, pricing
- 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
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.
- 4d ago First seen · 203 lines · 9 tokens per session scan A 5abae8b85a4d
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.
Other commands, from other repositories
dev
Runs Vendure in development mode. By default it starts three processes: the GraphQL server (ts-node ./src/index.ts), the worker (ts-node ./src/index-worker.ts), and the dashboard (a Vite dev server).
pipeline-undo
Undo a pipeline run's result. With worktree isolation (the current engine), this is clean and low-risk: a run never touches your checkout — its result lives only on a pipeline/ branch (and, for a --push run, on the remote). "Undo" therefore means deleting that branch and its worktree, not reverting your working tree.
rank-vertical
E-Commerce and Local Business SEO checks with auto-detection.
local-env
Point this machine at its claude-prove checkout — writes the per-machine env block into .claude/settings.local.json.
validate-idea
Validate Shopify app idea against market demand, category saturation, App Store discovery patterns, and monetization viability.
clean
Remove the git worktrees review checked PR code out into. Each one is a full checkout on disk; nothing else is touched.