Amazon Product Search banner
luotwo luotwo

Amazon Product Search

Data community

Description

Amazon product search skill: Sorftime MCP data → Lark Base (飞书多维表格) + Dashboard visualization

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Amazon Product Search → Lark Base + Dashboard

通过 [Sorftime MCP](https://www.sorftime.com) 搜索亚马逊产品数据,自动创建 [飞书多维表格](https://www.feishu.cn/product/bitable) 并生成可视化仪表盘。

一句话完成:**亚马逊选品调研 → 数据采集 → 飞书报表 → 可视化仪表盘**,全程由 AI Agent 自动执行。

效果展示

输入一句提示词:

帮我搜索亚马逊上 wireless earbuds 的热销产品,生成飞书多维表格和仪表盘

Agent 自动完成:

  • 从美国亚马逊采集 50 条热销产品数据
  • 创建飞书多维表格(含产品名称、价格、销量、评分、品牌等 12 个字段)
  • 创建仪表盘(3 个统计卡片 + 品牌销量柱状图 + 配送方式饼图 + 价格评论散点图)
  • 返回飞书链接,打开即可查看

支持的站点

美国 (US) | 英国 (GB) | 德国 (DE) | 法国 (FR) | 日本 (JP) | 加拿大 (CA) | 西班牙 (ES) | 意大利 (IT) | 墨西哥 (MX) | 阿联酋 (AE) | 澳大利亚 (AU) | 巴西 (BR) | 沙特 (SA) | 印度 (IN)


9c8a457793e427a1226c7bd31d6ecf74 ac5d971a58affbca43a1dfc4f34b7962 adf0da809fae9c5c5c1e3cda1736aef2

安装教程(从零开始)

前提条件

  • Node.js v18+下载地址
  • Anthropic 账号:用于 Claude Code 登录
  • Sorftime 账号:用于获取亚马逊数据 API Key
  • 飞书企业账号:用于创建飞书应用和多维表格

第一步:安装 Claude Code

# 安装
npm install -g @anthropic-ai/claude-code

# 验证
claude --version

# 首次登录(按提示完成 OAuth 认证)
claude

详细文档:https://docs.anthropic.com/en/docs/claude-code

第二步:配置 Sorftime MCP Server

  1. 访问 [Sorftime 官网](https://www.sorftime.com) 注册并获取 API Key

  2. 在终端中添加 MCP Server:

claude mcp add sorftime -- npx -y @anthropic-ai/mcp-remote@latest https://mcp.sorftime.com/mcp?key=你的API_KEY

或手动编辑 `~/.claude/claude_desktop_config.json`:

{
  "mcpServers": {
    "sorftime": {
      "command": "npx",
      "args": [
        "-y",
        "@anthropic-ai/mcp-remote@latest",
        "https://mcp.sorftime.com/mcp?key=你的API_KEY"
      ]
    }
  }
}
  1. 验证 — 在 Claude Code 中输入:
帮我查一下 wireless earbuds 在美国亚马逊的