π¦
Stobo CLI
Stobo CLI β AI-powered SEO & AEO audit tool for your terminal
0 installs
Trust: 59 β Fair
Devtools
Installation
npx stobo-cliAsk AI about Stobo CLI
Powered by Claude Β· Grounded in docs
I know everything about Stobo CLI. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Stobo CLI
AI-powered SEO/AEO audit tool for the terminal. Audit websites, extract brand voice, generate llms.txt files, and optimize content β all from the command line.
Install
pip install stobo
Quick Start
# Run a full site audit (free β no key needed)
stobo audit site https://example.com
# Run an article-level audit (free)
stobo audit run https://example.com/blog/my-post
# Authenticate for paid features
stobo auth login
# Or non-interactively:
stobo auth login --api-key sk_your_api_key
# Extract brand voice (500 credits)
stobo tone extract https://blog.example.com
# Generate llms.txt (500 credits)
stobo llms generate https://example.com
# Full optimization pipeline (1,000 credits)
stobo optimize run https://example.com/blog/my-post
# Check credit balance
stobo credits
# JSON output (any command)
stobo --json audit site https://example.com
Commands
Free (no API key required)
| Command | Description |
|---|---|
stobo audit site <url> | Full site audit: 30 SEO + 7 AEO checks + blog detection + sitemap discovery |
stobo audit run <url> | Article-level SEO + AEO audit |
stobo audit run <url> --seo-only | SEO-only audit |
stobo audit run <url> --aeo-only | AEO-only audit |
stobo freshness run <sitemap> | Sitemap schema freshness audit |
Paid (API key + credits)
| Command | Credits | Description |
|---|---|---|
stobo tone extract <blog> | 500 | Extract brand voice profile from blog |
stobo llms generate <url> | 500 | Generate llms.txt for AI discoverability |
stobo optimize run <url> | 1,000 | Full audit + tone + rewrite pipeline |
stobo export run <cid> <type> | 200 | Generate markdown report |
Management
| Command | Description |
|---|---|
stobo auth login | Save and validate API key (prompts securely) |
stobo auth status | Show current auth status |
stobo auth logout | Clear stored API key |
stobo credits | Check credit usage and balance |
stobo audit list | List recent audits |
stobo tone list | List brand voice profiles |
stobo tone get <cid> | Get a specific profile |
stobo tone delete <cid> | Delete a profile |
stobo optimize status <id> | Check optimization job status |
stobo optimize preview <id> | Show before/after preview |
stobo optimize jobs | List optimization jobs |
stobo export get <cid> <type> | Get cached export |
Global Options
--api-keyβ Override stored API key--base-urlβ Override API base URL--jsonβ Raw JSON output--versionβ Show version
What's New in 0.2.0
stobo audit siteβ full website audit with rich output (SEO categories, AEO checklist, blog detection, sitemap discovery, recommendations)stobo llms generateβ generate llms.txt files for AI discoverabilitystobo creditsβ view credit usage with breakdown table- Credit display after paid operations
- Security: config file permissions hardened to 600
Get an API Key
- Sign up at trystobo.com
- Go to Settings > API Keys
- Create a new key:
stobo auth login
License
MIT
