explaingit

ebrahimelbagory/claude-fba

Analysis updated 2026-07-26

11HTMLAudience · pm founderComplexity · 3/5Setup · moderate

TLDR

A toolkit that lets Amazon sellers run store audits, request reviews, and fix listings from the terminal using an AI assistant. It connects to Amazon's official API to safely automate daily operations.

Mindmap

mindmap
  root((repo))
    What it does
      Store audits
      Review automation
      Listing guard
      Impact tracking
    Tech stack
      Claude Code
      Python
      HTML
      Amazon SP-API
    Safety
      Read only by default
      Draft and approval
      Backups and undo
    Use cases
      Audit product listings
      Send review requests
      Fix mislabeled listings
    Audience
      Amazon sellers
      Terminal users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Audit all your Amazon product listings for quality, keywords, and stock levels.

USE CASE 2

Automatically send official review requests to every eligible customer.

USE CASE 3

Safely edit live listing text with draft approval and one-command undo.

USE CASE 4

Track traffic and conversion changes weekly after fixing your listings.

What is it built with?

PythonClaude CodeAmazon SP-APIHelium 10HTML

How does it compare?

ebrahimelbagory/claude-fba1000sbin/moa-goods-makerbrunosimon/esin-e1-p2026
Stars111111
LanguageHTMLHTMLHTML
Last pushed2022-05-15
MaintenanceDormant
Setup difficultymoderateeasyeasy
Complexity3/51/51/5
Audiencepm foundergeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires setting up a self-authorized Amazon SP-API app and Claude Code, Helium 10 is optional for keyword research.

In plain English

claude-fba is a toolkit for Amazon sellers who want to run their store operations from the terminal. It pairs Claude Code, an AI assistant that works in the command line, with Amazon's official Selling Partner API and optionally Helium 10, a paid market research service. The author built it while running his own real store and reports concrete results from day one: a full audit of 19 products in roughly 25 API calls, 437 review requests sent through Amazon's official system, and a mislabeled listing fixed that was converting at 2.7% while similar products hit 10 to 14%. The project is organized around five skills, each handling one part of an audit, fix, and measure loop. The store audit skill checks every listing for quality, keywords, rank, reviews, and stock, then compares against the previous audit to show what changed. Review automation sends Amazon's official review request for every eligible order and keeps doing it daily. Listing guard lets you edit live listing text safely, requiring your approval on exact wording and saving old versions for one-command undo. Impact tracker captures a baseline before changes and checks traffic, conversion, and revenue weekly afterward. Keyword research shows what competitors rank for that you do not, sorted by how affordable each keyword is to win. Setup involves cloning the repository, copying the skills into a .claude directory, filling in your API credentials, and verifying authentication with a Python script. You need Claude Code, Python 3.9 or higher, and a self-authorized SP-API app that takes about 30 minutes to set up. Helium 10 is optional and only needed for keyword and competitor data. The Python scripts use only the standard library, so there are no pip installs. Safety is a central concern since the tool touches a live store with real money. Everything is read-only by default. Any change visible to buyers goes through a draft, your approval, and execution, with backups before and verification after. All actions use official APIs, nothing is scraped, and the author says nothing violates Amazon's terms of service.

Copy-paste prompts

Prompt 1
Using claude-fba, write a prompt for Claude Code that runs a full store audit on my Amazon listings and summarizes what changed since the last audit.
Prompt 2
Using claude-fba, help me set up the Listing Guard skill so I can safely edit my live Amazon listing title with a draft and approval workflow.
Prompt 3
Using claude-fba, create a prompt that sends Amazon review requests to all eligible orders from the last 7 days and reports how many were sent.
Prompt 4
Using claude-fba, generate a prompt that compares my product conversions against a baseline and shows the weekly impact after listing fixes.

Frequently asked questions

What is claude-fba?

A toolkit that lets Amazon sellers run store audits, request reviews, and fix listings from the terminal using an AI assistant. It connects to Amazon's official API to safely automate daily operations.

What language is claude-fba written in?

Mainly HTML. The stack also includes Python, Claude Code, Amazon SP-API.

How hard is claude-fba to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is claude-fba for?

Mainly pm founder.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.