From skillhub
Authorizes Claude to act on the user's behalf on C2C resale platforms (Xianyu, Zhuanzhuan, eBay, Depop). Opens a browser for one-time login; persists cookies for reuse until 30-day expiry.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skillhub:broker-authThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Handles the "bind once, reuse" account authorization flow.
Handles the "bind once, reuse" account authorization flow.
~/.broker/sessions/<platform>_session.jsonpython3 -m broker_core.session_manager login <platform>
# Opens browser, captures cookies, saves session
python3 scripts/auth.py # Wrapper for broker-auth flow
~/.broker/sessions/. Never shared.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.
Automates browser interactions on websites via CLI: start sessions, navigate, snapshot pages, fill forms, click elements, handle concurrent multi-tab operations. For scraping, E2E testing, AI agents.
Syncs cookies from local Chrome to a Browserbase persistent context so the browse CLI can access authenticated sites. Supports domain filtering, context reuse, verified browser mode, and residential proxy with geolocation.