openakita/skills@baidu-ecommerce

Compare product prices, analyze reviews, and generate purchase recommendations via Baidu Qianfan AppBuilder.

2.0k|274|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/openakita/openakita --skill openakita-skills-baidu-ecommerce
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openakita/skills@baidu-ecommerce
Source: https://github.com/openakita/openakita/tree/main/skills/baidu-ecommerce
Command: npx skills add https://github.com/openakita/openakita --skill openakita-skills-baidu-ecommerce

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Making purchase decisions requires manually checking prices across multiple e-commerce platforms and reading through hundreds of user reviews, which is time-consuming and often leads to missed deals or poor choices.

Core Features & Use Cases

  • Cross-Platform Price Comparison: Query multiple e-commerce platforms for a product's prices, promotions, and buying suggestions in one request.
  • Review & Reputation Analysis: Aggregate positive and negative user feedback, common issues, and an overall score for any product.
  • Purchase Recommendations: Get 3-5 product options with pros and cons based on your requirements and budget.
  • Use Case: Ask to compare prices for "iPhone 16 Pro" across platforms, then analyze reviews for "Dyson hair dryer" before deciding what to buy.

Quick Start

Ask the agent to compare prices for a product like "iPhone 16 Pro" across platforms and summarize the best buying options.

Frequently Asked Questions about openakita/skills@baidu-ecommerce

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compare prices across e-commerce platforms?

Run the compare subcommand with a product name, for example: python3 scripts/ecommerce.py compare "iPhone 16 Pro". You can narrow results with the --platforms flag to focus on specific marketplaces.

How to analyze product reviews and user reputation?

Use the review subcommand with the product name, such as python3 scripts/ecommerce.py review "Dyson hair dryer". It aggregates positive and negative feedback, common issues, and an overall score.

What credentials does the Baidu e-commerce skill need?

The script requires the APPBUILDER_TOKEN environment variable to authenticate with Baidu Qianfan AppBuilder. Without this token set, price comparison and review queries cannot be executed.

Can I get product recommendations within a budget?

Yes, use the recommend subcommand with a requirement description and the --budget flag. It returns 3-5 recommended options with pros and cons comparisons tailored to your stated needs.

Why does the ecommerce script fail to return results?

The most common cause is a missing or invalid APPBUILDER_TOKEN environment variable, which blocks access to the Baidu Qianfan AppBuilder API. Verify the token is set correctly before running any subcommand.