Wolf
Provides an AI-powered SEO toolkit with capabilities for generating keywords, optimizing meta tags, automating article workflows, and engaging in AI chat interfaces. Operates locally with privacy through Ollama integration and features a user-friendly Streamlit interface.
Author

KhuKhusokha
The Unlicense
Quick Info
Tools 1
Last Updated 6/4/2025
Actions
Tags
seo ai ollama seo toolkit powered seo ai chat
Wolfgang AI SEO Tools (Streamlit + Ollama)
A powerful SEO toolkit powered by AI, featuring keyword generation, meta tag optimization, article workflow automation, and AI chat - all running locally with Ollama.
Features
- 🔍 Keyword Generator: Get SEO-optimized keyword suggestions
- 📝 Meta Tag Creator: Generate perfect title tags & meta descriptions
- ✍️ Article Workflow: Generate → Humanize → Tidy content pipeline
- 🤖 AI Chat: Conversational interface with your Ollama models
- 🛠️ Local-First: Runs entirely on your machine with Ollama
Prerequisites
- Python 3.9+
- Ollama installed and running
- Streamlit (
pip install streamlit
)
Installation
- Clone the repository:
git clone https://github.com/khukhusokha/wolf.git cd wolf pip install -r requiurements.txt streamlit run streamlit_app.py