Skip to main content

Claude Code toolkit for creating high-quality SEO articles

Project description

SEOKit

PyPI version Python 3.10+ License: Proprietary

Claude Code toolkit for creating high-quality SEO articles.

Installation

Using pipx (Recommended)

# Install pipx if not already installed
sudo apt install pipx  # Ubuntu/Debian
# or: brew install pipx  # macOS

pipx install seokit
seokit setup  # Install slash commands to ~/.claude/commands/

Using pip with virtual environment

python3 -m venv ~/.seokit-venv
~/.seokit-venv/bin/pip install seokit
echo 'alias seokit="~/.seokit-venv/bin/seokit"' >> ~/.bashrc
source ~/.bashrc

Using pip (if no PEP 668 restriction)

pip install seokit

On modern Linux (Ubuntu 23.04+, Debian 12+)

pip install seokit --break-system-packages

Features

  • Search Intent Analysis - Understand user needs via Perplexity API
  • Competitor Research - Analyze top 10 ranking articles
  • Outline Creation - Structure content following Google E-E-A-T guidelines
  • Outline Optimization - Apply 80/20 content distribution rules
  • Article Writing - Generate full articles with DOCX export

Usage

After installation, SEOKit slash commands are available in Claude Code. Refer to the .claude/commands/ directory for detailed usage of each command.

Workflow

  1. /search-intent "keyword" - Analyze search intent
  2. /top-article "keyword" - Find top 10 competitor articles
  3. /create-outline - Create structured outline
  4. /optimize-outline - Optimize with 80/20 rule
  5. /write-seo - Generate full article + DOCX

Output Structure

your-project/
└── keyword-slug/           # Auto-created per keyword
    ├── search-intent.md
    ├── top-articles.md
    ├── outline.md
    ├── outline-optimized.md
    ├── article.md
    └── article.docx

Commands

Command Description
/search-intent [keyword] Analyze search intent
/top-article [keyword] Find top competitor articles
/create-outline Create article outline
/optimize-outline Optimize outline structure
/write-seo Write full article

CLI Commands

seokit --help                   # Show help
seokit setup                    # Install slash commands
seokit config                   # Configure API key
seokit uninstall                # Remove SEOKit data and slash commands

Environment Variables

Variable Default Description
SEOKIT_HOME ~/.claude/seokit Global installation path
SEOKIT_KEYWORD (empty) Output folder name
PERPLEXITY_API_KEY - API key (required)

Requirements

  • Python 3.10+
  • Claude Code CLI
  • Perplexity API key (get one here)

Troubleshooting

"PERPLEXITY_API_KEY not configured"

seokit config
# Or manually:
echo "PERPLEXITY_API_KEY=pplx-your-key" >> ~/.claude/seokit/.env

Commands not found

Run seokit setup to install slash commands:

seokit setup

This copies the slash command files to ~/.claude/commands/.

Update

pip install -U seokit

Uninstall

seokit uninstall      # Remove SEOKit data and slash commands
pip uninstall seokit  # Remove the pip package

# On modern Linux with PEP 668:
pip uninstall seokit --break-system-packages

Documentation

See docs/ folder for detailed documentation:

License

Proprietary - see LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

seokit-1.0.5.tar.gz (25.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

seokit-1.0.5-py3-none-any.whl (28.6 kB view details)

Uploaded Python 3

File details

Details for the file seokit-1.0.5.tar.gz.

File metadata

  • Download URL: seokit-1.0.5.tar.gz
  • Upload date:
  • Size: 25.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for seokit-1.0.5.tar.gz
Algorithm Hash digest
SHA256 54cb7c9b29b10f3c0ab938066e6ef0ccbf05030b4beb08553e3bde9c086624f3
MD5 1d1f8c2db06a3326189675069bf8dcfa
BLAKE2b-256 26bf1ab66e1a1815d7acf29e571f33e54c46d694722408cdd8c667e2ca7a7f9c

See more details on using hashes here.

File details

Details for the file seokit-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: seokit-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 28.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for seokit-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 36c28a534c5b633ffc473719846401447d5286a224200bd394aa22f8b00f4b2d
MD5 f24c53cf5008fa4230a5ac7f066d42e6
BLAKE2b-256 b091935fceb8ad3de0f4aaaee4fca8543a40b2da8918f8b9a3738eb9d5eb5656

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page