skills/buywhere-product-catalog/SKILL.md
Use BuyWhere's MCP and API surfaces to add product search, price comparison, and deal discovery to AI shopping agents.
npx skillsauth add ranbot-ai/awesome-skills buywhere-product-catalogInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
BuyWhere gives AI agents a product-catalog surface for shopping flows, price comparison, and deal discovery. Use this skill when you want an agent to connect product search or merchant-aware commerce actions through BuyWhere's MCP setup path or API onboarding flow.
The safest public starting points are the live developer portal, API key signup flow, MCP guide, and the official Cursor plugin repository.
Start from the public BuyWhere entry point that matches the user's setup:
https://buywhere.ai/developers/https://buywhere.ai/api-keys/https://api.buywhere.ai/docs/guides/mcphttps://github.com/BuyWhere/buywhere-cursor-pluginAsk which host the user is integrating with before giving setup instructions:
Do not assume the same config file or launch command works across all hosts.
Prefer a minimal first-run path:
Once the first query works, help the user branch into the next layer:
Use BuyWhere Product Catalog to help me connect BuyWhere inside Cursor and verify one product-search query.
Use BuyWhere Product Catalog to set up BuyWhere MCP for my shopping agent and keep the first test minimal.
Problem: The user wants BuyWhere setup help but has not created an API key yet.
Solution: Start at https://buywhere.ai/api-keys/ and only move to config after that step is complete.
Problem: A documentation hostname is unavailable.
Solution: Prefer the live developer portal, API key flow, MCP guide on api.buywhere.ai, and the official GitHub plugin repo.
@api-design-principles - Use when the user needs API-shape guidance around a commerce integration.@mcp-builder - Use when the user is building or extending an MCP server rather than consuming one.tools
Delegate coding tasks to the Grok Build CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
--- name: graceful-shutdown description: Implement graceful shutdown for servers and workers: drain connections, finish in-flight work, release resources, and exit cleanly on SIGTERM/SIGINT. category: AI & Agents source: antigravity tags: [python, typescript, node, api, claude, ai, template, docker, kubernetes] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/graceful-shutdown --- # Graceful Shutdown ## Overview A skill for implementing graceful shutdown in server
development
--- name: falsify description: The scientific thinking protocol for AI agents. Use when facing complex, ambiguous, or high-stakes questions where guessing is costly: hypothesis → attempt to break it → evidence → calibrated co category: Creative & Media source: antigravity tags: [markdown, claude, ai, agent, llm, template, design, security, rag, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/falsify --- # Falsify — The Scientific Thinking Protocol > Think like
tools
Configure approved delegation lanes across installed implementer CLIs, including optional model and effort choices, then write global or project config only after explicit user approval.