From skillhub
Searches prices across C2C resale platforms using authorized sessions. Provides sold median prices, market sentiment, and listing price recommendations. Invocable via /broker-price.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skillhub:broker-priceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Searches prices across all bound platforms using the user's own account session — the same search they'd do manually in each app. No web scraping, no anti-bot issues.
Searches prices across all bound platforms using the user's own account session — the same search they'd do manually in each app. No web scraping, no anti-bot issues.
python3 scripts/research.py --product product.json
# Searches all bound platforms, outputs transparency report
If session-based search fails (expired session, platform API change), fall back to Claude Code's WebSearch for comparable listings. Results from fallback are clearly labeled as lower-confidence estimates.
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.
Routes natural language e-commerce questions to the right Apify Actor for scraping pricing, reviews, bestsellers, seller discovery, tech stack detection, and more across 30+ platforms.
Extracts product data, prices, reviews, and seller info from e-commerce platforms via Apify's scraping tool. Use for price monitoring, competitor analysis, MAP enforcement, or review sentiment analysis.