kernel-cli
Installation
SKILL.md
Kernel CLI
The Kernel CLI provides command-line access to Kernel's cloud browser platform for browser automation, serverless app deployment, and infrastructure management.
Installation
- Homebrew:
brew install kernel/tap/kernel(>=v0.13.4) - npm:
npm install -g @onkernel/cli(>=v0.13.4)
Authentication
- Preferred: Set
KERNEL_API_KEYenvironment variable - Fallback: Run
kernel loginfor interactive OAuth
Quick Start
# Authenticate
export KERNEL_API_KEY=your_api_key