
Company News
Andrew Becherer Joins Socket as Chief Information Security Officer
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.
@kernel.chat/kbot
Advanced tools
K:BOT — Open-source terminal AI agent. 17 specialists, 60+ tools, 14 providers, local-first.
Open-source terminal AI agent. 17 specialists, 60+ tools, 14 providers, local-first.
# 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
kbot "fix the auth bug in src/auth.ts"
kbot "create a react component for user profiles"
kbot "deploy to production"
| Provider | Cost | Setup |
|---|---|---|
| Anthropic (Claude) | $3-15/M tokens | ANTHROPIC_API_KEY |
| OpenAI (GPT) | $2.5-10/M tokens | OPENAI_API_KEY |
| Google (Gemini) | $0.15-0.60/M tokens | GOOGLE_API_KEY |
| Ollama (Local) | Free | ollama serve |
| OpenClaw (Local) | Free | openclaw-cmd start |
Set any provider's env var and K:BOT auto-detects it. Or run kbot auth for interactive setup.
| Command | Description |
|---|---|
kbot | Interactive REPL |
kbot "prompt" | One-shot execution |
kbot auth | Configure API key |
kbot ollama | Set up local Ollama |
kbot usage | Show usage stats |
/save | Save current session |
/resume | Resume a saved session |
/matrix | Manage custom agents |
/plugins | Manage plugins |
/compact | Compress conversation history |
User Message
│
├─ Local-first check (file reads, git, grep → instant, $0)
│
├─ Complexity detection → Autonomous planner (multi-step)
│
└─ Provider API call → Tool execution loop
│
├─ Permission check (destructive ops require confirmation)
├─ Pre/post hooks
├─ Tool execution (local, with timeout)
└─ Learning (async, patterns + solutions + profile)
MIT — Antigravity Group
FAQs
Open-source terminal AI agent. 100+ specialist skills + audit-grade finance infra via @kernel.chat/kbot-finance. Content-addressed envelopes, hash-chained audit log, jurisdiction-aware regulatory verifier. The AI Intelligence Layer never produces the numb
The npm package @kernel.chat/kbot receives a total of 37 weekly downloads. As such, @kernel.chat/kbot popularity was classified as not popular.
We found that @kernel.chat/kbot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.