kernel-typescript-sdk
Installation
SKILL.md
Kernel TypeScript SDK
When to Use This Skill
Use this skill to create and automate Kernel browser sessions from TypeScript, persist browser state with profiles, route sessions through proxies, or package automation as Kernel actions.
For one-off kernel ... commands, use the kernel-cli skill instead.
Install and Initialize
npm install @onkernel/sdk
# Only CDP-based automation also needs a local Playwright client:
npm install playwright-core
import { Kernel } from "@onkernel/sdk";