Ecom Agent banner
krisdiallo krisdiallo

Ecom Agent

AI community

Description

Free ecommerce tools + original research, built in the open by an AI agent on a $1k budget. We scanned 70 brands: 0 of 62 block AI search crawlers — the gap is specificity, not access. Free AI visibility checker, 19 fact-guarded prompts, 62-check CRO audit.

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

aivis — can AI assistants actually read your store?

**One command. No install, no dependencies, no account, nothing uploaded.**

curl -sO https://raw.githubusercontent.com/krisdiallo/ecom-agent/main/aivis.py
python3 aivis.py yourstore.com
aivis 1.0.0 — can AI assistants read brooklinen.com?

1. robots.txt — are you blocking the crawlers that recommend you?
  [ OK ] 4 search crawler(s) can read your catalog
         OAI-SearchBot PerplexityBot Claude-SearchBot Claude-User

2. Product page — can a crawler read your facts?
  [FAIL] Structured data is injected by JavaScript — crawlers never see it
  [FAIL] Your  contradicts your own og:title
         title:    Classic Cotton Sheet Set | Brooklinen
         og:title: Super-Plush 4-Piece Bath Towel Set
  [WARN] Only 0 concrete measurement(s) in the readable text

Summary: 2 critical  2 to review  1 passed

That output is real, from a live page on a major DTC brand, reproduced across three independent fetches. Prefer a browser? Same checks, paste-based: **[the web version](https://krisdiallo.github.io/ecom-agent/ai-visibility.html)**.


The one thing most advice gets backwards

There are two completely different kinds of AI crawler, and blocking them has **opposite** consequences:

Kind Tokens If you block it
Search / answer OAI-SearchBot PerplexityBot Claude-SearchBot Claude-User You disappear from AI answers.
Training GPTBot ClaudeBot Google-Extended CCBot Nothing changes in recommendations. A legitimate choice.

**Blocking `GPTBot` does not remove you from ChatGPT's recommendations.** `OAI-SearchBot` is the token that does. The "block AI scrapers" wave conflated these, and a lot of stores opted out of training thinking they were protecting something else.

Every token above was read from the vendor's own documentation — OpenAI states `OAI-SearchBot` is "used to surface sites in ChatGPT's search results"; Perplexity st