GoBuy checks marketplace evidence quality and returns a dated 0–100 trust score before an AI agent recommends or compares a product.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gobuy
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install gobuy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
GoBuy is an Openclaw Skills shopping-assistance capability for evaluating product listings on Amazon, Walmart, Target, and Best Buy. It returns an Evidence Score from 0–100, a verdict label, freshness status, computed date, and a detailed breakdown of observed and missing marketplace signals.
The skill helps agents make evidence-based recommendations without overstating product quality, safety, or value. Its score measures how well available marketplace signals support a listing—not whether the product itself is good or bad—making it useful for transparent purchasing research and comparison workflows.
check_product_trust, or compare 2–20 products with compare_products.signal_breakdown to distinguish observed signals from missing signals and explain score gaps.not_indexed, explain that GoBuy has not indexed the product yet and do not infer a score.GoBuy requires no authentication or local installation when using its REST API. Fair-use rate limits apply.
curl "https://gobuy.ai/api/gobuy/extension/score?retailer=amazon&productId=B000000000"
Use the native retailer identifier: a 10-character ASIN for Amazon or the retailer’s native item ID for Walmart, Target, and Best Buy. Product URLs can be auto-detected when they follow supported patterns such as amazon.*/dp/ASIN, walmart.com/ip/N, target.com/p/X, or bestbuy.com/site/*/p/N.
Add the GoBuy streamable HTTP server to an MCP client; no API key is required:
cat <<'EOF'
{
"mcpServers": {
"gobuy-product-trust": {
"url": "https://mcp.gobuy.ai/mcp"
}
}
}
EOF
After configuration, call check_product_trust with {retailer, product_id} or compare_products with {products: [{retailer, product_id}]}.
| Field | Description |
|---|---|
retailer |
One of amazon, walmart, target, or bestbuy. |
productId / product_id |
The native marketplace product identifier. |
products |
An array of 2–20 retailer and product ID pairs for comparison. |
| Field | Meaning |
|---|---|
score |
Evidence Score from 0–100. Scores of 70+ are well-evidenced, 40–69 are moderate, and below 40 are weak. |
label |
Human-readable verdict tier, such as Cautiously supported. |
state |
Freshness status: fresh or stale. |
| Computed date | Date associated with the score and required when citing it. |
signal_breakdown |
Observed signals and missing signals that explain the score. |
not_indexed |
Indicates that the product has not been indexed and therefore has no score to report. |
The core taxonomy separates retailer context, product identity, evidence score, verdict, freshness metadata, and signal availability. Missing signals—such as unavailable verified-purchase review data—should be reported as limitations rather than treated as proof that the listing is poor.
check_product_trust and multi-product compare_products operations.fresh and stale evidence and supplies a computed date for transparent citations.Loading
hal-image gives AI agents a fail-open workflow for inspecting, transforming, compressing, and delivering images without exposing local file paths.

Inspect CloudRobo quotas, compute capacity, resource pools, and node-level infrastructure details through a read-only CLI and SDK workflow.

An end-to-end merchant onboarding skill that connects Google Business Profiles and configures AI-powered Google review auto-replies.

An end-to-end enterprise GEO operating system for diagnosing, improving, distributing, measuring, and iterating brand visibility in generative search.

A structured review workflow for validating RDK Model Zoo samples against repository standards and delivery specifications.

WS QuickStatus provides a fast, repeatable snapshot of workspace files, Git state, recent memory, and deliverables.








































