Help us improve
Share bugs, ideas, or general feedback.
From skillhub
Automatically removes listings from all platforms when a sale is detected or reported. Useful for cross-platform sellers managing inventory.
npx claudepluginhub madguyevans-creator/resale-agent-skill-hubHow this skill is triggered — by the user, by Claude, or both
Slash command
/skillhub:broker-delistThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automatically removes listings from all platforms when a sale is detected or reported. No user confirmation required.
Orchestrates a 7-step C2C resale pipeline: photo recognition, price research, platform auth, listing card generation, auto-publish, schedule repricing, and auto-delist on sale. Activates when user wants to sell second-hand items.
Automates Gumroad store operations: list products, track sales, verify licenses, and manage webhooks via natural language commands.
Full dropshipping pipeline for US/EU/global markets: product research, supplier sourcing, Shopify store setup, ad creative, audience targeting, pricing, scaling, compliance.
Share bugs, ideas, or general feedback.
Automatically removes listings from all platforms when a sale is detected or reported. No user confirmation required.
Daily repricing check scans each listing's status on its platform:
User says "卖了" / "sold" → manually triggers delist on all platforms
For each platform where the item was listed:
audit_logger.log_delist)Finally:
~/.broker/audit.jsonlpython3 scripts/delist.py --item-id <id> # Delist from all platforms
python3 scripts/delist.py --item-id <id> --check # Check status only