kernel Developer Tool Other Default variant

Kernel Computer-Use Agent

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

Variant: kernel/computer-use-agent/openai

KEkernel/project

Build command

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

This targets the specific openai variant directly.

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

Other variants

Browse the other stacks published under kernel/computer-use-agent.

View all variants
Kernel cloud browser • OpenAI computer use • Default