Sellersprite Rpa Skills — Development skill for Claude Code
基于浏览器 RPA + 数据分析的项目,覆盖 sellersprite.com(亚马逊卖家精灵).
How to install Sellersprite Rpa Skills
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open liangdabiao/sellersprite-rpa-skills and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Sellersprite Rpa Skills does
基于浏览器 RPA + 数据分析的项目,覆盖 **sellersprite.com**(亚马逊卖家精灵)。捆绑 5 个核心亚马逊数据分析模块的 skill:产品排行、关键词选品、市场分析、ABA 搜索频率、竞品查询。 每个 skill 是一个独立的 Python 工具,通过 BrowserSkill 驱动用户已登录的 sellersprite 会话——无需 API token、无需 Selenium。多站点对比报告从生成的 CSV 自动产出。适合普通amazon卖家,不想付费,先不愿意付费api和mcp,
Alternatives in Development
- MCP Python SDK — Python SDK for building MCP servers 22.3k ★
- Pyright Lsp — Python /plugin install pyright-lsp@claude-plugins-official 14k ★
- Lamda — The most powerful Android RPA agent framework, next generation mobile automation 7.7k ★
README
sellersprite-rpa
基于浏览器 RPA + 数据分析的项目,覆盖 **sellersprite.com**(亚马逊卖家分析)。捆绑 5 个核心亚马逊数据分析模块的 skill:产品排行、关键词选品、市场分析、ABA 搜索频率、竞品查询。
每个 skill 是一个独立的 Python 工具,通过 BrowserSkill(bsk,腾讯开源的浏览器自动化 CLI)驱动用户已登录的真实浏览器访问 sellersprite——无需 API token、无需 Selenium、无常驻 daemon。多站点对比报告从生成的 CSV 自动产出。
**统一入口(2026-08-18 起)**:5 个板块已合并为单一技能 `sellersprite-rpa`,一个 CLI 搞定全部抓取与报告(见下方快速开始)。下列 5 个独立技能保留作备份与参考。
英文版本见 [README.en.md](README.en.md)。中文为主版本。
项目意义
sellersprite 的 UI 功能完备,但跨站点手动分析很繁琐。本项目将其 5 个核心模块封装为可脚本化的抓取器,CLI 形态统一(`--station US,JP,GB --out X.csv`),并配套报告生成器(`analyze.py`),让原本 30 分钟的手工点击变成 30 秒脚本。
5 个 skill 覆盖 sellersprite 的**亚马逊数据分析核心**:
| # | Skill | sellersprite 模块 | 返回内容 |
|---|---|---|---|
| 0 | sellersprite-rpa(统一) |
全部 5 个模块 | 单入口 CLI:fetch/analyze --section |
| 1 | sellersprite-products |
选产品 | 各站点 + 类目下的热销 ASIN |
| 2 | sellersprite-keywords |
关键词选品 | 各站点关键词搜索/点击/PPC 数据 |
| 3 | sellersprite-markets |
选市场 | 细分市场规模 + 集中度 |
| 4 | sellersprite-aba |
ABA数据选品 | 亚马逊 Brand Analytics 关键词搜索频率排行 |
| 5 | sellersprite-competitors |
查竞品 | 按关键词/品牌/卖家/ASIN 反查竞品 |
外观专利、全球商标库模块**不在范围内**——它们是 IP 查询,不属于亚马逊数据分析。
环境要求
- BrowserSkill (bsk) CLI( https://github.com/Tencent/BrowserSkill )已安装,且浏览器扩展已连接:
bsk status # 期望:browsers connected >= 1 - 同一浏览器内已登录 sellersprite(免费会员可用,付费会员解锁更多页数/数据)
- Python 3.10+(无第三方依赖)
快速开始
# 验证 bsk 通道
bsk status
RPA="python .claude/skills/sellersprite-rpa/scripts/sellersprite_rpa.py"
# 统一 CLI — 任意板块单站点/多站点抓取
$RPA fetch --section products --station US,JP,GB --pages 2 --out data/by_station.csv
$RPA fetch --section keywords --station US --keyword flashlight --out data/keywords.csv
$RPA fetch --section markets --station US --keyword led --out data/markets.csv
$RPA fetch --section aba --station US --query "yoga mat" --out data/aba.csv
$RPA fetch --section competitors --station US --keyword "yoga mat" --out data/comp.csv
# 报告生成
$RPA analyze --section products --input data/by_station.csv --out-md reports/b
Related Skills
Claude Code Token Usage
Where your Claude Code tokens and dollars go — per project, then inside a single session. Local-only, stdlib P
StatsPAI
StatsPAI is the first Agent-native Python library for causal inference and applied econometrics — unified API,
Alan Code Agent
Open-source Python implementation of a Claude-Code-like agent (Gemini CLI, Codex, Copilot...). Usable in CLI,
n8n CLI
Zero-dependency Python CLI for the n8n REST API. 80+ commands for workflows, executions, credentials, nodes, w
Claude Launchpad
A clear, beginner-friendly guide to the Claude developer ecosystem — Claude API, Claude Desktop, Claude Code,
News Briefing
A daily news briefing where every citation is checked against its source corpus. Python stdlib core; use Claud
Related Agents
CSRF Hunter
CSRF specialist (H1 #57). Use for testing state-changing actions without proper token validation, SameSite coo
API Cost Scanner
Scans codebase for AI/API cost optimization opportunities including model usage, token estimates, caching stra
API Platform Reviewer
API platform / dev-API pre-implementation reviewer. Specialises in rate-limit design (token-bucket / sliding-w