kernel Developer Tool Other 1 variant

Kernel Computer-Use Agent

A natural-language computer-use agent that drives a real Kernel cloud browser (needs an OPENAI_API_KEY)

KEkernel/project
Computer UseBrowser AutomationAI AgentOpenAIKernel

Default build command

stripe projects build my-app --template kernel/computer-use-agent

This uses the registry’s default variant for kernel/computer-use-agent. Use the variant-specific commands below to target a particular stack.

Default openai

Kernel cloud browser • OpenAI computer use

Template selector: kernel/computer-use-agent/openai

Build command

stripe projects build my-app --template kernel/computer-use-agent/openai
KEkernel/project

Source

https://github.com/kernel/stripe-projects-templates

Pinned ref: e789346adcc83aa2c75dac8b3a2b2e927df4d791

Setup

Install command

uv sync

Next steps

Add your OpenAI key to .env

echo 'OPENAI_API_KEY=sk-...' >> .env

Run locally

uv run run_local.py --task "Open news.ycombinator.com and summarize the top story"

Deploy to Kernel

kernel deploy main.py --env-file .env