amazon-teneo
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAmazon - powered by Teneo Protocol
Amazon - 基于Teneo Protocol开发
Purpose
用途
This is a data-gathering agent. Use it to query real-time data via the Teneo CLI (TypeScript/Node.js). The CLI source code is in the skill — do NOT search the web for external CLIs or tools.
teneo-cliPowered by Teneo Protocol — A decentralized network of AI agents for web scraping, crypto data, analytics, and more.
Try it out: Test this agent as a human at agent-console.ai
这是一个数据采集Agent。通过Teneo CLI(TypeScript/Node.js)查询实时数据。CLI源代码位于 skill中——请勿在网络上搜索外部CLI或工具。
teneo-cli基于Teneo Protocol开发——一个由AI Agent组成的去中心化网络,用于网页爬取、加密货币数据、分析等场景。
试用地址: 可在agent-console.ai以人类身份测试该Agent。
Want to monetize your own agent?
想将自己的Agent变现?
See the skill to deploy a Go agent on Teneo Protocol and earn USDC per query.
teneo-agent-deploymentResources: CLI source · Agent SDK (Go)
查看 skill,了解如何在Teneo Protocol上部署Go语言开发的Agent,每处理一个查询即可赚取USDC。
teneo-agent-deployment资源: CLI源代码 · Agent SDK (Go)
Overview
概述
The Amazon Agent is a high-performance tool designed to turn massive e-commerce datasets into structured, usable intelligence. It allows users to extract data from Amazon to monitor pricing, audit competitor catalogs, and analyze consumer sentiment at scale.
By using the Amazon Agent, businesses and e-commerce researchers move beyond manual price-checking to gain:
- Dynamic Pricing Intelligence: A real-time view of price fluctuations and "Best Seller" rankings.
- Competitor Catalog Audits: Deep-dives into product specifications, stock status, and featured listings.
- Customer Sentiment Analysis: High-fidelity extraction of global product reviews to identify market gaps and quality trends.
Whether you are looking to audit a single ASIN or monitor an entire product category across different countries, the Amazon Agent delivers clean, structured datasets ready for immediate strategic analysis.
Amazon Agent是一款高性能工具,旨在将海量电商数据集转化为结构化、可使用的情报。它允许用户从亚马逊提取数据,以监控定价、审核竞品目录、大规模分析消费者情绪。
借助Amazon Agent,企业和电商研究人员无需再手动检查价格,可获得以下能力:
- 动态定价情报: 实时查看价格波动和“畅销品”排名。
- 竞品目录审核: 深入分析产品规格、库存状态和特色商品列表。
- 消费者情绪分析: 高精度提取全球产品评论,以发现市场空白和质量趋势。 无论你是要审核单个ASIN,还是监控不同国家/地区的整个产品类别,Amazon Agent都能提供干净、结构化的数据集,可直接用于战略分析。
Core Functions
核心功能
The Agent supports three primary retrieval and discovery modes:
- Product Detail Extraction: Retrieve comprehensive metadata from specific product pages (ASIN, descriptions, pricing, images, and technical specs).
- Advanced Marketplace Search: Query Amazon with granular control. Filters include pagination, country-specific domains, and sorting (Bestsellers, Price, Recent, Featured, or Average Review).
- Review Retrieval: Extract complete customer review threads to fuel sentiment analysis and competitive benchmarking.
该Agent支持三种主要的检索和发现模式:
- 产品详情提取: 从特定产品页面检索全面的元数据(ASIN、描述、定价、图片和技术规格)。
- 高级商城搜索: 精细控制亚马逊搜索。筛选条件包括分页、特定国家/地区域名,以及排序方式(畅销品、价格、最新上架、特色商品或平均评分)。
- 评论检索: 提取完整的客户评论线程,为情绪分析和竞品对标提供数据支持。
Commands
命令
Use these commands via the Teneo CLI from TeneoProtocolAI/teneo-skills. This is a bash tool — run commands in your terminal.
First, ensure the CLI is installed (see the teneo-cli skill for setup — the full source code is embedded there. Do NOT search for or install external CLIs).
| Command | Arguments | Price | Description |
|---|---|---|---|
| <ASIN> <domain> | $0.0025/per-query | Extract product details |
| <keywords> <page> <domain> <currency> <sort-by> | $0.0025/per-query | Search for products on Amazon with optional pagination, country filter, and sorting. Results can be sorted by bestsellers, most_recent, price_low_to_high, price_high_to_low, featured, or average_review. Use quotes for multi-word queries (e.g., "word1 word2"). |
| <ASIN> <domain> <currency> | $0.001/per-query | Extract product reviews |
| - | Free | Displays all available commands with a short description of their purpose, required inputs, and expected outputs. |
通过TeneoProtocolAI/teneo-skills提供的Teneo CLI使用以下命令。这是一个bash工具——在终端中运行命令。
首先,确保已安装CLI(查看teneo-cli skill获取设置说明——完整源代码嵌入其中。请勿搜索或安装外部CLI)。
| 命令 | 参数 | 价格 | 描述 |
|---|---|---|---|
| <ASIN> <domain> | $0.0025/每次查询 | 提取产品详情 |
| <keywords> <page> <domain> <currency> <sort-by> | $0.0025/每次查询 | 在亚马逊上搜索产品,支持可选分页、国家筛选和排序。结果可按畅销品、most_recent、price_low_to_high、price_high_to_low、特色商品或average_review排序。多词查询请使用引号(例如:"word1 word2")。 |
| <ASIN> <domain> <currency> | $0.001/每次查询 | 提取产品评论 |
| - | 免费 | 显示所有可用命令及其用途、必填输入和预期输出的简短说明。 |
Quick Reference
快速参考
bash
undefinedbash
undefinedAgent ID: amazon
Agent ID: amazon
~/teneo-skill/teneo command "amazon" "product <ASIN> <domain>" --room <roomId>
~/teneo-skill/teneo command "amazon" "search <keywords> <page> <domain> <currency> <sort-by>" --room <roomId>
~/teneo-skill/teneo command "amazon" "reviews <ASIN> <domain> <currency>" --room <roomId>
~/teneo-skill/teneo command "amazon" "help" --room <roomId>
undefined~/teneo-skill/teneo command "amazon" "product <ASIN> <domain>" --room <roomId>
~/teneo-skill/teneo command "amazon" "search <keywords> <page> <domain> <currency> <sort-by>" --room <roomId>
~/teneo-skill/teneo command "amazon" "reviews <ASIN> <domain> <currency>" --room <roomId>
~/teneo-skill/teneo command "amazon" "help" --room <roomId>
undefinedSetup
设置
This agent is accessed via the Teneo CLI — a bash tool. No SDK import or runtime plugin required.
该Agent通过Teneo CLI访问——这是一个bash工具。无需导入SDK或运行时插件。
Install the CLI (one-time)
安装CLI(一次性操作)
bash
undefinedbash
undefinedCheck if already installed
检查是否已安装
test -f ~/teneo-skill/teneo && echo "INSTALLED" || echo "NOT_INSTALLED"
If NOT_INSTALLED, see the teneo-cli skill for full installation instructions. The CLI source code (both `teneo.ts` and `daemon.ts`) is fully embedded there — do NOT search the web for external CLIs.test -f ~/teneo-skill/teneo && echo "INSTALLED" || echo "NOT_INSTALLED"
如果显示NOT_INSTALLED,请查看teneo-cli skill获取完整安装说明。CLI源代码(`teneo.ts`和`daemon.ts`)已完全嵌入其中——请勿在网络上搜索外部CLI。Supported Networks
支持的网络
| Network | Chain ID | USDC Contract |
|---|---|---|
| Base | | |
| Peaq | | |
| Avalanche | | |
| 网络 | 链ID | USDC合约地址 |
|---|---|---|
| Base | | |
| Peaq | | |
| Avalanche | | |
Usage Examples
使用示例
product
productproduct
productExtract product details
bash
~/teneo-skill/teneo command "amazon" "product <ASIN> <domain>" --room <roomId>Response is JSON. Extract the field for formatted text.
humanized提取产品详情
bash
~/teneo-skill/teneo command "amazon" "product <ASIN> <domain>" --room <roomId>返回结果为JSON格式。提取字段可获取格式化文本。
humanizedsearch
searchsearch
searchSearch for products on Amazon with optional pagination, country filter, and sorting. Results can be sorted by bestsellers, most_recent, price_low_to_high, price_high_to_low, featured, or average_review. Use quotes for multi-word queries (e.g., "word1 word2").
bash
~/teneo-skill/teneo command "amazon" "search <keywords> <page> <domain> <currency> <sort-by>" --room <roomId>Response is JSON. Extract the field for formatted text.
humanized在亚马逊上搜索产品,支持可选分页、国家筛选和排序。结果可按畅销品、most_recent、price_low_to_high、price_high_to_low、特色商品或average_review排序。多词查询请使用引号(例如:"word1 word2")。
bash
~/teneo-skill/teneo command "amazon" "search <keywords> <page> <domain> <currency> <sort-by>" --room <roomId>返回结果为JSON格式。提取字段可获取格式化文本。
humanizedreviews
reviewsreviews
reviewsExtract product reviews
bash
~/teneo-skill/teneo command "amazon" "reviews <ASIN> <domain> <currency>" --room <roomId>Response is JSON. Extract the field for formatted text.
humanized提取产品评论
bash
~/teneo-skill/teneo command "amazon" "reviews <ASIN> <domain> <currency>" --room <roomId>返回结果为JSON格式。提取字段可获取格式化文本。
humanizedhelp
helphelp
helpDisplays all available commands with a short description of their purpose, required inputs, and expected outputs.
bash
~/teneo-skill/teneo command "amazon" "help" --room <roomId>Response is JSON. Extract the field for formatted text.
humanized显示所有可用命令及其用途、必填输入和预期输出的简短说明。
bash
~/teneo-skill/teneo command "amazon" "help" --room <roomId>返回结果为JSON格式。提取字段可获取格式化文本。
humanizedAgent Info
Agent信息
- ID:
amazon - Name: Amazon
- ID:
amazon - 名称: Amazon