StackMate Ultra is an AI-powered IT assistant designed to help helpdesk and MSP technicians troubleshoot issues faster and smarter.
This tool includes:
- 🔍 AI-powered ticket analysis with root cause, fix, user message, and internal notes
- 🧠 Context-aware recommendations (OS, domain joined, AV, etc.)
- 💻 PowerShell/CMD script generation
- 🔄 Alternate script suggestions
- 📚 Custom KB & internal script library (editable and downloadable)
- 🧾 Step-by-step troubleshooting instructions
- 📄 Export to TXT or download
.ps1scripts
Feed in vague or detailed issue reports and get:
- Root cause explanation
- Fix + detailed script
- Alternate solutions
- Internal and user-friendly messaging
- Save and organize internal how-tos, scripts, or notes
- Easily download saved scripts as
.ps1 - Persisted via CSV locally (future upgrade: database or shared repo)
cd stackmate-ultra-github-version
python -m venv venv
source venv/bin/activate # or venv\Scripts\activate on Windows
pip install -r requirements.txtCreate a .env file at the root with this line:
OPENROUTER_API_KEY=your-openrouter-key-herestreamlit run main.py- OpenRouter + LLaMA3
- Streamlit
- Python + dotenv + pandas
- GitHub-based syncing for scripts
- KB categories or tags
- Slack/Teams integration
- Endpoint-side agent
Built by Alexandra Mckinnon