kabot Skill
kabot is a Python AI agent skill for ChatGPT with uvx/pip, docker, git clone. Next-Gen Autonomous AI Engineer. Ditch the stateless chatbots. Kabot brings Stateful Hybrid Memory, zero-hallucination workflows, and persistent multi-agent orchestration to your local machine. ๐ฆ๐๐ก๏ธ
How to use kabot Skill
Install or run
pip install kabotClient configuration
**Windows (PowerShell)**
```powershell
iwr -useb https://raw.githubusercontent.com/kaivyy/kabot/main/install.ps1 | iex
```
### 2) First Setup (Required Once)
```bash
kabot config
```
In wizard:
- choose your AI provider,
- paste API key/token,
- save config.
Notes:
- `Google Suite` in setup wizard is Kabot's native Google auth path. It does not require npm, Node.js, or `gog`.
- `Skills` in setup wizard manages skill config, env keys, and manual dependency install plans. It does not auto-run npm/brew installs for you.
- `MCP` is now a first-class runtime capability. Use config plus `kabot mcp ...` commands to inspect what is really available instead of relying on prompt-only assumptions.
- When setup wizard syncs built-in skills, it is copying skill definitions (`SKILL.md`) into the workspace. That is separate from installing third-party runtimes or logging into external services.
### 3) Start Kabot
```bash
kabot gateway
```
### 4) Test Quickly
```bash
kabot agent -m "Hello Kabot"
```
### 4 Commands You Should Remember
```bash
kabot config # open setup wizard
kabot gateway # run the bot gateway
kabot doctor --fix # auto-diagnose and repair common issues
kabot doCompatible clients
What is kabot Skill?
kabot is a Python AI agent skill for ChatGPT with uvx/pip, docker, git clone. Next-Gen Autonomous AI Engineer. Ditch the stateless chatbots. Kabot brings Stateful Hybrid Memory, zero-hallucination workflows, and persistent multi-agent orchestration to your local machine. ๐ฆ๐๐ก๏ธ This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Browser use support
- File editing support
- Document generation support
- OpenAI provider support
Technical details
Install or run kabot using uvx/pip. Check kaivyy/kabot for the latest setup command.
- Built for Python
- Built for Node.js
- Built for Docker
- Built for Rust
- Install or run with uvx/pip
- Install or run with docker
- Install or run with git clone
- Works with ChatGPT
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use kabot Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for chatgpt users.
Built with
Explore related resources
Frequently asked questions
What is kabot?
kabot is a Python AI agent skill for ChatGPT with uvx/pip, docker, git clone. Next-Gen Autonomous AI Engineer. Ditch the stateless chatbots. Kabot brings Stateful Hybrid Memory, zero-hallucination workflows, and persistent multi-agent orchestration to your local machine. ๐ฆ๐๐ก๏ธ
Who is kabot best for?
kabot is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, chatgpt users.
How do I install kabot?
Install or run kabot using uvx/pip. Check kabot for the latest setup command.
Is kabot actively maintained?
kabot may need a closer maintenance check before production use.