brew
for the Kernel CLInpm
or pnpm
to generate a sample Kernel appNote: You can also deploy and invoke apps using the Kernel MCP server from AI assistants (Cursor, Goose, Claude, etc.).
npx @onkernel/create-kernel-app
:
Template | Description | Framework | Query Parameters |
---|---|---|---|
sample-app | Returns the page title of a specified URL | Playwright | { url } |
browser-use | Completes a specified task | Browser Use | { task } |
stagehand | Returns the first result of a specified Google search | Stagehand | { query } |
advanced-sample | Implements sample apps using advanced Kernel configs | Playwright | n/a |
computer-use | Implements an Anthropic Computer Use prompt loop | Anthropic Computer Use API | { query } |
cua | Implements an OpenAI CUA prompt loop | OpenAI CUA API | { task } |