build-kernel-ts-sdk

Build and automate Kernel browser sessions with TypeScript using @onkernel/sdk.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/yigitkonur/skills-by-yigitkonur-secondary --skill build-kernel-ts-sdk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-kernel-ts-sdk
Source: https://github.com/yigitkonur/skills-by-yigitkonur-secondary/tree/main/skills/build-kernel-ts-sdk
Command: npx skills add https://github.com/yigitkonur/skills-by-yigitkonur-secondary --skill build-kernel-ts-sdk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Build robust TypeScript tooling to create and automate Kernel browser work, enabling you to orchestrate browsers, apps, and auth flows with a typed SDK.

Core Features & Use Cases

  • Kernel browser lifecycle management (create/use/terminate) with TypeScript.
  • Build Kernel Apps, deployments, and invocations from TS, with Playwright and Stagehand integration.
  • Manage profiles, browser pools, and Managed Auth flows to scale automation.

Quick Start

Install the kernel-sdk, pin compatible versions, and bootstrap a minimal embedded example to start building with the Kernel TS SDK.

Frequently Asked Questions about build-kernel-ts-sdk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate browser sessions with TypeScript and Playwright?

To automate browser sessions with TypeScript, this Skill guides you in using the Kernel TS SDK to manage browser lifecycle and integrate Playwright for orchestration. It provides patterns to create, use, and terminate browser work programmatically.

What is the best way to manage browser pools and auth profiles in a TypeScript automation project?

Managing browser pools and auth profiles in a TypeScript automation project is handled by the Kernel TS SDK through Managed Auth flows. This Skill demonstrates how to scale automation by orchestrating profiles and browser sessions robustly.

Does the Kernel TS SDK work with Stagehand for browser automation?

Yes, the Kernel TS SDK works with Stagehand for browser automation. This Skill provides implementation patterns to build Kernel Apps, deployments, and invocations that integrate Stagehand directly within your TypeScript projects.

How do I set up the Kernel SDK in a Node.js project?

To set up the Kernel SDK in a Node.js project, you must install the kernel-sdk and pin compatible versions of related tooling. This Skill provides a quick start guide to bootstrap a minimal embedded example for your TypeScript environment.

Can I build and deploy Kernel Apps using TypeScript?

You can build and deploy Kernel Apps using TypeScript through the @onkernel/sdk. This Skill covers how to manage deployments and invocations, enabling you to orchestrate typed automation tooling and browser sessions effectively.