kernel-python-sdk

Installation
SKILL.md

When to Use This Skill

Use this skill to write Python that creates and controls Kernel browser sessions. Prefer it for:

  • Server-side Playwright execution in the browser VM
  • Client-side Playwright over CDP
  • Persistent profiles and explicit proxy routing
  • Browser pools or deployed Python actions

Use the kernel-cli skill for shell commands and quick one-off sessions.

Setup

uv pip install -U kernel
# Add this only for client-side CDP:
uv pip install playwright
Installs
292
Repository
kernel/skills
GitHub Stars
9
First Seen
Jan 30, 2026
kernel-python-sdk — kernel/skills