Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub madguyevans-creator/resale-agent-skill-hubHow 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.
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.
Use this skill when the user says 'product description', 'product listing', 'product copy', 'Amazon listing', 'Shopify listing', 'e-commerce copy', or needs conversion-optimized product descriptions with benefit-driven headlines and platform-specific SEO. Do NOT use for pricing strategy or sales funnels.
Guides merchants through Shopify CLI installation, OS detection, and store creation or connection for onboarding.
Share bugs, ideas, or general feedback.
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