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/openaiThis targets the specific openai variant directly.
Source
https://github.com/kernel/stripe-projects-templates
Pinned ref: e789346adcc83aa2c75dac8b3a2b2e927df4d791
Setup
Install command
uv syncNext steps
Add your OpenAI key to .env
echo 'OPENAI_API_KEY=sk-...' >> .envRun 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 .envOther variants
Browse the other stacks published under kernel/computer-use-agent.
Kernel cloud browser • OpenAI computer use • Default