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";
Installs
327
Repository
kernel/skills
GitHub Stars
9
First Seen
Jan 30, 2026
kernel-typescript-sdk — kernel/skills