@schuttdev/kon
v0.6.0
Published
Lightweight kond client for Claude code execution
Downloads
2,466
Readme
@schuttdev/kon
Lightweight client CLI for Kon — gives Claude access to tools on your machine from any platform.
Runs inside Claude's code execution sandbox and proxies commands over HTTPS to a kond server on your machine.
Install
npm install -g @schuttdev/konUsage
kon connect # establish session with kond server
kon list # list available tools
kon help <tool-name> # show tool usage
kon <tool-name> [args...] # execute a tool
kon status # connection info
kon connect <server-name> # switch between serversAny unrecognized subcommand is treated as a tool name:
kon read ~/notes.txt
kon bash git status
kon grep "TODO" ~/project
kon obsidian search-notes "meeting"Setup
This package is installed automatically when you pair with a kond server. See the full documentation for setup instructions.
License
MIT
