KonsolScript Kookbook

KonsolScript's project cookbook - real-world app ideas you can build with the built-in modules and plugins. Each entry lists the key pieces from the lego set that make it possible.

Built-in modules · Plugins


Beginner Projects

CLI Tools & Automation

Full guide with inline scripts

Data & Text Processing

Full guide with inline scripts

Games & Interactive Apps

Full guide with inline scripts

Web & Network

Full guide with inline scripts

Database-Backed Apps

Full guide with inline scripts

Security & Encoding

Full guide with inline scripts

File & Archive Utilities

Full guide with inline scripts


Advanced Projects - AI Orchestration

KonsolScript is a capable AI orchestration scripting language. The kse_curl plugin paired with the JSON module connects to any LLM REST API - OpenAI, Anthropic Claude, Google Gemini, Ollama, or any self-hosted model. From there you can build full AI orchestration pipelines: route prompts across models, cache responses, annotate datasets, index knowledge bases, and automate LLM-driven workflows - all in a clean, readable .ks script with no boilerplate.

AI API Integration

Full guide with inline scripts

Data + AI

Full guide with inline scripts

DevOps + AI

Full guide with inline scripts

Infrastructure

Full guide with inline scripts

AI-Driven Live Scripting

Full working demo

The demo_ai_bridge ships with minks as a complete, runnable example of the most powerful thing KonsolScript enables: an AI that writes and executes code inside a running application - without touching the binary.

The pattern generalizes to any domain: replace DemoGame: with your own module, replace the game host with your application, replace game_master.ks with any trigger - a cron job, a webhook, another AI. Multiple hosts on different machines can each run their own engine and be orchestrated from a single .ks script.