telekit install
telekit daemon status
telekit daemon run          # foreground; the service execs this
telekit restart
telekit uninstall
telekit inbox [--json]      # debug; does not consume the daemon offset
telekit config show
telekit config timeout --idle 15m --max 3h
telekit init-skill          # claude-code | opencode | path:/dir
install renders and loads the LaunchAgent (macOS) or systemd user unit (Linux). It pins a small allowlist of env vars from the installing shell (TELEKIT_WORKING_DIR, harness bins, timeouts). Later reinstalls keep those pins unless you set them again. restart bootouts and bootstraps the existing plist. Refuses if not loaded. inbox is a one-shot getUpdates for debugging. The live daemon has its own offset; do not run inbox against a running bot if you can avoid it. Logs: ~/.telekit/bridge.log (LaunchAgent stdout/err). init-skill installs the harness how-to skill into ~/.claude/skills/telekit/ (or OpenCode). That is separate from bot skill packs under ~/.telekit/skills/.