broker-delist

broker-delist is a skill for Claude Code from madguyevans-creator/resale-agent-skill-hub. It costs 64 tokens per session (365 once invoked), scanned A, original, MIT.

An automatic tool for removing an item’s listings from multiple selling platforms after the item is sold. It can react to a detected sale or a user’s report that the item was sold.

In plain words
What is it for?
Use it to mark an item as sold, delete its other listings, update its status, remove it from active checks, and record the delisting.
Why use it?
It helps prevent an already-sold item from remaining advertised elsewhere and reduces repeated manual removal work.

Skill for Claude Code

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

Part of the resale-agent-skill-hub plugin — 8 skills shipped together

Good fit Use it to mark an item as sold, delete its other listings, update its status, remove it from active checks, and record the delisting.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/madguyevans-creator/resale-agent-skill-hub/broker-delist
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.

Any agent
npx skills add madguyevans-creator/resale-agent-skill-hub --skill broker-delist
Clone the repo
git clone --depth 1 https://github.com/madguyevans-creator/resale-agent-skill-hub

Made for: Claude Code.

Or install resale-agent-skill-hub, the plugin that ships this one along with the rest of its 8 skills.

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 broker-delist

README.md
[![agentmods](https://agentmods.dev/badge/skills/madguyevans-creator/resale-agent-skill-hub/broker-delist/github.svg)](https://agentmods.dev/skills/madguyevans-creator/resale-agent-skill-hub/broker-delist)
Your own site
<a href="https://agentmods.dev/skills/madguyevans-creator/resale-agent-skill-hub/broker-delist"><img src="https://agentmods.dev/badge/skills/madguyevans-creator/resale-agent-skill-hub/broker-delist/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 broker-delist

Your own site · 80×15
<a href="https://agentmods.dev/skills/madguyevans-creator/resale-agent-skill-hub/broker-delist"><img src="https://agentmods.dev/badge/skills/madguyevans-creator/resale-agent-skill-hub/broker-delist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 365 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.00064 $0.00365
Opus 5 $0.00032 $0.00182
Sonnet 5 $0.00013 $0.00073
Haiku 4.5 $0.00006 $0.00036

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

Security

Grade A, and why

broker-delist 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/delist.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/broker-delist/SKILL.md · 41 lines

What it actually says

broker-delist: Post-Sale Auto-Delisting

Automatically removes listings from all platforms when a sale is detected or reported. No user confirmation required.

Trigger Paths

Path A: Scheduler auto-detection

Daily repricing check scans each listing's status on its platform:

  • Listing returns 404 → not found → check other platforms
  • Listing page shows "sold" marker → confirmed sale
  • On any platform detecting sale → auto-delist ALL other platforms

Path B: User reports sale

User says "卖了" / "sold" → manually triggers delist on all platforms

What Happens

For each platform where the item was listed:

  1. Call platform delete/mark-as-sold API using stored session
  2. Remove the listing URL from state
  3. Update listing status to "sold" with sold_date
  4. Remove the item from the scheduler's active list
  5. Log delist event to audit trail (audit_logger.log_delist)

Finally:

  • Notify user with delisting summary
  • Clean up: if no more active listings, optionally remove the scheduler job
  • All delist actions recorded in ~/.broker/audit.jsonl

Script

python3 scripts/delist.py --item-id <id>     # Delist from all platforms
python3 scripts/delist.py --item-id <id> --check  # Check status only
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 41 lines · 64 tokens per session scan A 4539d1f92d15

Subscribe to this mod's changes

broker-delist is a skill published in the GitHub repository madguyevans-creator/resale-agent-skill-hub (94 stars, last pushed 3mo ago), licensed MIT. It adds 64 tokens to every session and 365 once invoked, about $0.0003 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.

Related

Other skills, from other repositories