From skillhub
Generates platform-adapted listing cards for C2C marketplaces, collects repricing schedule and price shield settings, and auto-publishes on user confirmation. Use when ready to list an item after price research.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skillhub:broker-cardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generates platform-specific listing cards, collects schedule+fuse settings, and auto-publishes on user confirmation.
Generates platform-specific listing cards, collects schedule+fuse settings, and auto-publishes on user confirmation.
For each target platform, generate a formatted listing card:
┌─────────────────────────────────────┐
│ 🛍️ 闲鱼 Xianyu 上架卡片 │
├─────────────────────────────────────┤
│ 📝 标题: [platform-optimized] │
│ 📂 分类: [platform category path] │
│ 💰 价格: ¥XXX │
│ 📋 描述: [platform-tone adapted] │
│ 🏷️ 标签: #tag1 #tag2 #tag3 │
│ ⚠️ 成色: Grade X — [detail] │
└─────────────────────────────────────┘
broker-fuse before publishing. The publish script validates: if no floor is set, publishing is blocked.Explain the trade-off: higher floor = more profit per sale but slower; lower floor = faster liquidity.
listing.fuse_price > 0 and listing.current_price >= listing.fuse_price. Blocked otherwise.audit_logger.log_publish)| Platform | Tone | Title Limit |
|---|---|---|
| 闲鱼 Xianyu | Casual, authentic, community | 30 chars |
| 转转 Zhuanzhuan | Semi-formal, inspection-report | 40 chars |
| eBay | Professional, keyword-dense | 80 chars |
| Depop | Lifestyle, aesthetic | 60 chars |
python3 scripts/publish.py --item-id <id> --action generate # Generate cards
python3 scripts/publish.py --item-id <id> --action publish # Publish all
npx claudepluginhub madguyevans-creator/resale-agent-skill-hubOrchestrates 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.
Generates conversion-optimized product descriptions with benefit-driven headlines, sensory language, and platform-specific formats for Amazon, Shopify, and Etsy.
Generates marketplace product image cards (main image, secondary images, A+ modules) via the Higgsfield CLI. Use when users need listing-ready product visuals.