docs(how-to): add BuyWhere shopping concierge sample agent - #64
Open
BuyWhere wants to merge 3 commits into
Open
Conversation
Add a complete, runnable Paperclip agent that exposes the BuyWhere product catalog as its tool surface. The example covers the full secrets -> skill -> tools path that every third-party integration follows: 1. Register the BuyWhere API key as a company secret 2. Sync the @buywhere/paperclip skill onto the agent 3. Wire the agent's AGENTS.md prompt 4. Try it with a sample issue Why BuyWhere: - 1.5M+ products across Shopee, Lazada, Amazon, Walmart, and 20+ retailers in Southeast Asia and the US - Live price comparison and affiliate deep-links in a single call - The @buywhere/paperclip package is real production code that ships in BuyWhere's own concierge agent The guide is added to the How-to Guides section of site/content.json so it shows up in the published nav alongside the existing add-mcp-server-to-agent.md and write-a-company-skill.md pages. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a complete, runnable Paperclip agent that exposes the BuyWhere product catalog as its tool surface. The page lives under docs/how-to/ and follows the same structure as the existing add-mcp-server-to-agent.md and write-a-company-skill.md guides.
What the page covers
Why
The BuyWhere MCP server is live on the official MCP Registry (io.github.BuyWhere/buywhere-mcp@1.0.5). This cookbook entry lets Paperclip users discover and integrate BuyWhere as a shopping concierge agent in minutes.