Built for Claude Code

AI visibility fromyour terminal

One command to install. No config files, no dependencies. Monitor your brand, track competitors, and optimize for AI search — straight from the CLI.

Pair it with GEO/SEO Skills and let Claude Code run full AEO audits, optimize pages, and find content gaps — all from your terminal.

Terminal

# Install xSeek CLI

curl -fsSL https://cli.xseek.io/install.sh | sh

# Set your API key

export XSEEK_API_KEY=your_api_key

# Use it directly or let Claude Code call it

xseek scan robots yoursite.com

Why a CLI?

Dashboards are for looking. The CLI is for doing.

Zero Friction

One curl command. No Node, no Python, no Docker. Runs natively on your machine in under 5 seconds.

Scriptable

Pipe output to jq, feed it into CI/CD, cron it for weekly reports. The CLI fits your workflow — not the other way around.

Secure by Default

API key stored locally. All requests over HTTPS. No browser sessions, no cookies, no attack surface.

Built for Claude Code

The xSeek CLI is a native tool that Claude Code can call directly. Pair it with GEO/SEO Skills for fully autonomous AI visibility workflows.

Claude Code calls xSeek directly

Install the CLI and Claude Code can use it as a tool — no MCP config, no JSON-RPC, no server. Just a binary on your PATH that works.

$ claude

> Run an AEO audit for my website

Running xseek leaderboard...

Running xseek opportunities...

Running xseek sources...

Analyzing results...

Works with GEO/SEO Skills

Our Claude Code skills use the CLI under the hood. Type /aeo-audit and Claude pulls leaderboard data, finds content gaps, and delivers a prioritized action list.

$ claude

> /aeo-audit

AI Visibility Score: Medium

Leaderboard: #3

Content gaps: 12 queries with no content

Top action: Create comparison page for...

What You Can Do

Every xSeek feature, available as a command.

Scan Robots.txt

Check which AI bots are allowed or blocked on any domain. Instant results.

xseek scan robots yoursite.com

Generate LLMs.txt

Create an AI-friendly site description that helps models understand your content.

xseek generate llms-txt yoursite.com

Track Brand Mentions

See how often AI models mention your brand vs competitors. Leaderboard, mention counts, prompt results.

xseek track mentions --website yoursite.com

Export Reports

Pull JSON data for any metric. Pipe it to jq, save to file, or feed into your own scripts.

xseek report leaderboard --format json | jq '.top5'

Install in 30 Seconds

Two steps. That's it.

1

Install

Run the install script. Works on macOS, Linux, and WSL.

curl -fsSL https://cli.xseek.io/install.sh | sh
2

Set Your API Key and Go

Export your API key and start running commands. Get a key from Settings if you don't have one. Add it to your shell profile to persist it.

export XSEEK_API_KEY=your_api_key

# Start using it

xseek scan robots yoursite.com

xseek track mentions --website yoursite.com

xseek generate llms-txt yoursite.com

Full xSeek, No Browser

Every feature from the dashboard, available in your terminal.

Robots.txt Scanner

Check which AI bots can access any website

LLMs.txt Generator

Create AI-friendly site maps that help models understand your content

Brand Monitoring

Leaderboard, mention counts, and competitor analysis

Prompt Management

Create, list, and manage prompts that track your brand

JSON Output

Every command supports --format json for scripting and automation

CI/CD Ready

Run in GitHub Actions, GitLab CI, or any pipeline with XSEEK_API_KEY

Ready to Try It?

Install the CLI and run your first scan in under a minute. No credit card required.

curl -fsSL https://cli.xseek.io/install.sh | sh