From web-scraper-skills
Use when the user wants to interact with Facebook Marketplace — search visible listings, extract listing details, and summarize seller/profile information. Requires a real browser signed in to facebook.com; Facebook Marketplace has no practical public API for normal buyer workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/web-scraper-skills:facebook.comThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this index to choose the Facebook Marketplace action that matches the user request, then open only the linked reference file for the complete navigation, requirements, code, and return shape.
Use this index to choose the Facebook Marketplace action that matches the user request, then open only the linked reference file for the complete navigation, requirements, code, and return shape.
Benchmarks compare the maintained skill action against a no-skill browser agent that inspects the live page DOM and derives selectors at runtime. Full notes live in BENCHMARKS.md.
| Action | With Skill | Without Skill | Notes |
|---|---|---|---|
| marketplace-search | TBD | TBD | Planned. |
| marketplace-listing-data | TBD | TBD | Planned. |
| marketplace-seller-data | TBD | TBD | Planned. |
npx claudepluginhub omixec/web-scraper-skills --plugin web-scraper-skillsProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.