← Back to Skills Marketplace
harrylabsj

Review Buying Advisor

by haidong · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
212
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install review-buying-advisor
Description
Analyze a product from a product name plus platform by locating the intended listing, reading public user reviews when accessible, and turning the evidence i...
README (SKILL.md)

Review Buying Advisor

Turn platform review evidence into a practical buying recommendation.

Use this skill when the input is a product name plus platform and the user wants help deciding whether to buy.

This skill operates in two modes:

  • Mode 1: Review-accessible mode — the platform exposes enough public review content to support analysis.
  • Mode 2: Review-limited mode — the platform blocks, weakens, or hides review content, so only a limited or inconclusive answer is possible.

Read these references as needed:

  • references/product-identification.md when the product or variant is unclear
  • references/review-sampling.md before collecting review evidence
  • references/review-signals.md when judging strengths, risks, and buyer fit
  • references/platform-notes.md when platform review quality may affect interpretation
  • references/category-playbooks.md when category-specific priorities matter
  • references/failure-modes.md when evidence is sparse, mixed, or inaccessible
  • references/output-patterns.md when preparing the final answer
  • references/examples.md when examples would help calibrate tone or structure

Workflow

  1. Identify the product.

    • Accept a product name plus platform.
    • Match the likely listing by brand, model, category, and variant cues.
    • If the product is ambiguous, ask one short clarifying question.
    • Do not guess across multiple plausible products or variants.
  2. Check review accessibility.

    • Try to access public review content on the specified platform.
    • Decide which mode applies:
      • Mode 1 if enough public review content is accessible.
      • Mode 2 if review content is blocked, too weak, or too incomplete.
  3. If Mode 1, analyze review evidence.

    • Use a representative sample rather than only the first visible comments.
    • Include positive, negative, mixed, and recent reviews when possible.
    • Prefer specific reviews over generic praise or blame.
    • Downweight generic praise, generic criticism, shipping-only comments, and suspiciously promotional wording.
    • Group signals into useful themes.
    • Separate repeated issues from isolated complaints.
    • Weigh severity as well as frequency.
  4. If Mode 2, do not fake completion.

    • State that public review evidence is not sufficiently accessible.
    • Explain the limitation briefly.
    • Give only a limited conclusion when still useful.
    • Do not pretend to have validated real review sentiment.
  5. Give the final answer. Cover:

    • verdict
    • what evidence was actually available
    • buyer fit when supportable
    • main positives and risks when supportable
    • what to verify before buying
    • confidence

Output

Use this structure unless the user asks for something else.

Mode 1 output

Use when public review evidence is available.

Overall Verdict

Choose one:

  • Recommend
  • Recommend with caveats
  • Depends on use case
  • Not recommended
  • Not enough evidence for a strong recommendation

Why

2-4 bullets with the strongest evidence.

Best For

Who is most likely to be satisfied.

Main Positives

Most credible repeated strengths.

Main Risks

Most important risks, including repeated issues or severe but less frequent ones.

Watch Before Buying

What the buyer should verify before ordering.

Final Advice

A direct recommendation in plain language.

Confidence

High / Medium / Low, with a brief reason.

Mode 2 output

Use when public review evidence is not sufficiently accessible.

Overall Verdict

Usually:

  • Not enough evidence for a strong recommendation
  • Depends on use case

Why

Explain what was and was not accessible.

Current Limitation

State whether the issue is platform blocking, weak public text, ambiguous product matching, or incomplete review visibility.

Watch Before Buying

State what remains unverified.

Final Advice

Give a cautious conclusion without pretending the reviews were validated.

Confidence

Usually Low.

Quality bar

Do:

  • lead with the verdict
  • use representative evidence
  • explain trade-offs clearly
  • say who the product is for
  • lower confidence when evidence is weak

Do not:

  • summarize without recommending
  • rely on only one review slice
  • overreact to one dramatic review
  • overstate certainty
  • invent facts not supported by visible evidence

Limitation handling

If the product cannot be identified confidently:

  • ask one short clarifying question

If the platform does not expose enough public review content:

  • switch to Mode 2
  • state the limitation briefly
  • keep confidence low

If public review evidence is sparse or mixed but still partially usable:

  • stay in Mode 1 only if a limited review-based judgment is still supportable
  • lower confidence
  • narrow the claim

If reviews may mix multiple variants:

  • mention that risk
  • avoid overly specific claims unless the variant is clear
Usage Guidance
This skill appears coherent and low-risk: it only describes how to find and summarize publicly visible product reviews. Before installing, consider: (1) confirm you are comfortable with the agent visiting public product pages (the agent may need browsing capability); (2) the skill relies on public review text—platforms that require login or block scraping will yield limited results (the skill accounts for this via Mode 2); (3) check platform Terms of Service if you are concerned about automated scraping; and (4) because the skill can be invoked autonomously by default, limit or review its use policies if you do not want unattended browsing or web requests. If you want additional assurance, ask the publisher for provenance (homepage or source) or request explicit rate/endpoint controls.
Capability Analysis
Type: OpenClaw Skill Name: review-buying-advisor Version: 0.1.0 The 'review-buying-advisor' skill is a well-structured set of instructions designed to help an AI agent analyze e-commerce product reviews and provide buying recommendations. The logic focuses on evidence-based reasoning, distinguishing between high-quality and low-quality reviews, and handling platform limitations (e.g., anti-bot measures) gracefully without fabricating data. There are no indicators of data exfiltration, malicious execution, or prompt injection attacks within the SKILL.md or the extensive reference documentation.
Capability Assessment
Purpose & Capability
The name and description (reading platform reviews to produce buying advice) align with the SKILL.md workflow: identifying a product, sampling reviews, weighing signals, and producing a verdict. There are no unrelated credential requests, binaries, or install steps that would be disproportionate for this purpose.
Instruction Scope
The runtime instructions focus on identifying listings and reading publicly available review text, sampling positive/negative/mixed reviews, and producing a structured recommendation. The skill explicitly handles cases where review text is inaccessible (Mode 2) and instructs not to fake review access. It does not instruct the agent to read local files, request secrets, or send data to external endpoints beyond visiting the target platforms.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk or fetched at install time. That minimizes install-time risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. Its behavior (scraping/reading public reviews) does not require additional secrets or unrelated service keys.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent system-level privileges or modify other skills. Autonomous invocation is allowed by platform default but not combined with other red flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install review-buying-advisor
  3. After installation, invoke the skill by name or use /review-buying-advisor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: dual-mode product review buying advisor with platform-aware review analysis and review-limited fallback.
Metadata
Slug review-buying-advisor
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Review Buying Advisor?

Analyze a product from a product name plus platform by locating the intended listing, reading public user reviews when accessible, and turning the evidence i... It is an AI Agent Skill for Claude Code / OpenClaw, with 212 downloads so far.

How do I install Review Buying Advisor?

Run "/install review-buying-advisor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Review Buying Advisor free?

Yes, Review Buying Advisor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Review Buying Advisor support?

Review Buying Advisor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Review Buying Advisor?

It is built and maintained by haidong (@harrylabsj); the current version is v0.1.0.

💬 Comments