Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@kernel.chat/kbot

Package Overview
Dependencies
Maintainers
1
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Potential malware was recently detected in this package.

Affected versions:

3.58.13.59.03.60.03.60.13.61.0
+81 more

@kernel.chat/kbot

K:BOT — Open-source terminal AI agent. 37 specialists, 119 tools, 19 providers, local-first.

Source
npmnpm
Version
2.8.0
Version published
Weekly downloads
412
-0.48%
Maintainers
1
Weekly downloads
 
Created
Source

K:BOT
Open-source terminal AI agent. 37 specialists, 85 tools, 19 providers, local-first.

npm version npm downloads MIT License kernel.chat

Why K:BOT?

  • 19 providers, zero lock-in — Claude, GPT, Gemini, Mistral, Grok, DeepSeek, SambaNova, Cerebras, OpenRouter, and more
  • Runs fully offlinekbot ollama for $0 local AI, no data leaves your machine
  • Learns your patterns — remembers what worked, gets faster over time
  • 37 specialist agents — auto-routes to the right expert for each task
  • MCP server built in — plug kbot into any IDE as a tool provider

Quick Start

# Install globally
npm install -g @kernel.chat/kbot

# Set up with your API key (auto-detects provider)
kbot auth

# Or use a local model (no API key needed)
kbot ollama

# Start chatting
kbot

One-Shot Mode

kbot "fix the auth bug in src/auth.ts"
kbot "create a react component for user profiles"
kbot "deploy to production"
kbot -p "generate a migration for user roles" > migration.sql

Specialists (37)

Auto-routed or manual with kbot --agent <name>:

Core: kernel, researcher, coder, writer, analyst Extended: aesthete, guardian, curator, strategist, infrastructure, quant, investigator, oracle, chronist, sage, communicator, adapter Domain: physicist, mathematician, biologist, economist, psychologist, engineer, medic, linguist, ethicist, educator, diplomat Systems: session, scholar, auditor, benchmarker, synthesizer, debugger

Features

  • 60+ Tools — File ops, bash, git, GitHub, web search, Jupyter, Docker sandbox, browser, MCP client
  • Local-First — File reads, git, grep run instantly without an API call
  • Learning Engine — Patterns, solutions, and user preferences cached across sessions
  • Mimic Matrix — Code like Claude Code, Cursor, Copilot, Next.js, React, Rust, Python
  • Autonomous Planner — Complex tasks get broken into steps, executed, and verified
  • Subagent System — Parallel workers for research, coding, and analysis
  • Hooks & Plugins — Pre/post tool hooks and custom plugins
  • Sessions — Save, resume, and share conversations

Providers

ProviderCostSetup
Anthropic (Claude)$3-15/M tokensANTHROPIC_API_KEY
OpenAI (GPT)$2-8/M tokensOPENAI_API_KEY
Google (Gemini)$1.25-10/M tokensGOOGLE_API_KEY
Mistral$2-6/M tokensMISTRAL_API_KEY
xAI (Grok)$3-15/M tokensXAI_API_KEY
DeepSeek$0.27-1.10/M tokensDEEPSEEK_API_KEY
Groq$0.59-0.79/M tokensGROQ_API_KEY
Together AI$0.88/M tokensTOGETHER_API_KEY
Fireworks AI$0.90/M tokensFIREWORKS_API_KEY
Perplexity$3-15/M tokensPERPLEXITY_API_KEY
Cohere$2.5-10/M tokensCOHERE_API_KEY
NVIDIA NIM$0.80-1.20/M tokensNVIDIA_API_KEY
SambaNova$0.50-1/M tokensSAMBANOVA_API_KEY
Cerebras$0.60/M tokensCEREBRAS_API_KEY
OpenRoutervaries by modelOPENROUTER_API_KEY
Ollama (Local)Freeollama serve
LM Studio (Local)FreeOpen LM Studio → Start Server
Jan (Local)FreeOpen Jan → Enable API Server
OpenClaw (Local)Freeopenclaw-cmd start

All 19 providers auto-detected via env vars. Or run kbot auth for interactive setup.

MCP Server (IDE Integration)

{
  "mcp": {
    "servers": {
      "kbot": { "command": "kbot", "args": ["ide", "mcp"] }
    }
  }
}

Works with Claude Code, Cursor, VS Code, Windsurf, Zed, Neovim. Exposes 14 tools including kbot_chat, kbot_plan, kbot_bash, kbot_read_file, kbot_edit_file, kbot_search, kbot_github, and more.

HTTP Server

kbot serve --port 7437 --token mysecret

REST API exposing all 60+ tools for any LLM or automation pipeline.

Commands

CommandDescription
kbotInteractive REPL
kbot "prompt"One-shot execution
kbot authConfigure API key
kbot ollamaSet up local Ollama
kbot serveStart HTTP server
kbot ide mcpStart MCP server
/agent <name>Switch specialist
/mimic <profile>Adopt a coding style
/plan <task>Autonomous plan + execute
/save / /resumeSession management

Security

  • API keys encrypted at rest (AES-256-CBC)
  • Destructive operations require confirmation
  • Bash tool blocks dangerous commands
  • Tool execution timeout (5 min)
  • Config restricted to owner (chmod 600)

Web Companion

kernel.chat — same 37 agents with a visual interface. Free (20 msgs/day).

License

MITAntigravity Group

Keywords

ai

FAQs

Package last updated on 13 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts