From 2e9c6e8176bc4714554067eec39f0032456723c0 Mon Sep 17 00:00:00 2001 From: dprevoznik <58714078+dprevoznik@users.noreply.github.com> Date: Tue, 28 Jul 2026 03:35:29 +0000 Subject: [PATCH 1/7] Add integrations/claude section with Claude Code + Desktop page Group the Claude integration pages under integrations/claude/ (mirroring integrations/vercel), move the existing Agent SDK and Managed Agents pages into it, and add an overview plus a new Claude Code and Desktop page. The new page includes a copy-pasteable marketplace-plugin setup for Claude Code and the remote MCP server steps. Redirects preserve the old URLs. Co-Authored-By: Claude Opus 4.8 --- changelog.mdx | 6 +- docs.json | 14 ++++- .../{ => claude}/claude-agent-sdk.mdx | 0 .../claude/claude-code-and-desktop.mdx | 57 +++++++++++++++++++ .../{ => claude}/claude-managed-agents.mdx | 2 +- integrations/claude/overview.mdx | 52 +++++++++++++++++ integrations/overview.mdx | 5 +- 7 files changed, 128 insertions(+), 8 deletions(-) rename integrations/{ => claude}/claude-agent-sdk.mdx (100%) create mode 100644 integrations/claude/claude-code-and-desktop.mdx rename integrations/{ => claude}/claude-managed-agents.mdx (96%) create mode 100644 integrations/claude/overview.mdx diff --git a/changelog.mdx b/changelog.mdx index fe1ff1a0..6dbafd48 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -90,7 +90,7 @@ For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-n ## Product updates -- Released the [Kernel × Claude Managed Agents cookbook](https://github.com/kernel/claude-managed-agents-kernel), a public recipe for running parallel computer-use agent swarms with [Claude Managed Agents](/integrations/claude-managed-agents) on Kernel cloud browsers, with API keys secured via Vaults. +- Released the [Kernel × Claude Managed Agents cookbook](https://github.com/kernel/claude-managed-agents-kernel), a public recipe for running parallel computer-use agent swarms with [Claude Managed Agents](/integrations/claude/claude-managed-agents) on Kernel cloud browsers, with API keys secured via Vaults. - Shipped a `kernel-browser-harness` [skill](https://github.com/kernel/skills) for setting up Kernel browser sessions inside Claude Code with persistent session IDs across calls. - Extended `kernel browsers acquire` in the [CLI](https://github.com/kernel/cli) with `name` and `tags` parameters, so pooled browsers can be labeled at acquisition time alongside `browsers create`. - Made browser [telemetry](/browsers/telemetry) categories opt-in. The `--telemetry` flag (and `telemetry` request config) now records only the categories you list; enabling telemetry without specifying categories ships a small default set instead of every category. @@ -98,7 +98,7 @@ For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-n ## Documentation updates - Published a new [browser telemetry](/browsers/telemetry) guide covering categories, the stream API, and event shapes. -- Wrote a [Claude Managed Agents](/integrations/claude-managed-agents) integration guide with a link to the public cookbook. +- Wrote a [Claude Managed Agents](/integrations/claude/claude-managed-agents) integration guide with a link to the public cookbook. - Documented the org-wide default [per-project concurrency cap](/info/projects) on the Projects page. - Expanded the [CLI reference](/reference/cli) to include several previously missing subcommands. @@ -438,7 +438,7 @@ For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-n - Introduced a new [Hobbyist plan](https://www.kernel.sh/#pricing), which provides affordable access to features like session replays, uploading and downloading files, and using custom Chrome extensions. - Updated the Gemini [Computer Use template](/integrations/computer-use/gemini) to [use](https://github.com/kernel/cli) Stagehand V3, resolving compatibility issues. - Added support for Actor and Thinker [OpenAGI models](https://github.com/kernel/kernel-oagi), with guidance on when to use each approach. -- Added new [Claude Agent SDK templates](/integrations/claude-agent-sdk) for TypeScript and Python that demonstrate browser automation using Kernel's Playwright execution API. +- Added new [Claude Agent SDK templates](/integrations/claude/claude-agent-sdk) for TypeScript and Python that demonstrate browser automation using Kernel's Playwright execution API. ## Documentation updates - Added documentation for the OpenAGI Lux [integration](/integrations/computer-use/openagi) using the `kernel create` method, including examples for both `AsyncDefaultAgent` and `TaskerAgent`. diff --git a/docs.json b/docs.json index 9c781c5a..b8c3d974 100644 --- a/docs.json +++ b/docs.json @@ -12,6 +12,9 @@ { "source": "/auth/agent/faq", "destination": "/auth/faq" }, { "source": "/browsers/hardware-acceleration", "destination": "/browsers/gpu-acceleration" }, { "source": "/integrations/computer-use", "destination": "/integrations/computer-use/overview" }, + { "source": "/integrations/claude", "destination": "/integrations/claude/overview" }, + { "source": "/integrations/claude-agent-sdk", "destination": "/integrations/claude/claude-agent-sdk" }, + { "source": "/integrations/claude-managed-agents", "destination": "/integrations/claude/claude-managed-agents" }, { "source": "/browsers/create-a-browser", "destination": "/introduction/create" }, { "source": "/browsers/pools/scaling", "destination": "/introduction/scale" }, { "source": "/introduction", "destination": "/" }, @@ -206,8 +209,15 @@ "integrations/agent-browser", "integrations/browser-use", "integrations/hermes-agent", - "integrations/claude-agent-sdk", - "integrations/claude-managed-agents", + { + "group": "Claude", + "pages": [ + "integrations/claude/overview", + "integrations/claude/claude-agent-sdk", + "integrations/claude/claude-managed-agents", + "integrations/claude/claude-code-and-desktop" + ] + }, { "group": "Computer Use", "pages": [ diff --git a/integrations/claude-agent-sdk.mdx b/integrations/claude/claude-agent-sdk.mdx similarity index 100% rename from integrations/claude-agent-sdk.mdx rename to integrations/claude/claude-agent-sdk.mdx diff --git a/integrations/claude/claude-code-and-desktop.mdx b/integrations/claude/claude-code-and-desktop.mdx new file mode 100644 index 00000000..90858e84 --- /dev/null +++ b/integrations/claude/claude-code-and-desktop.mdx @@ -0,0 +1,57 @@ +--- +title: "Claude Code and Desktop" +description: "Give Claude Code and Claude Desktop a Kernel cloud browser" +--- + +Connect the Claude apps you already use to Kernel. There are two ways to bring Kernel into [Claude Code](https://www.claude.com/product/claude-code): + +- **Marketplace plugin** — load Kernel's CLI and SDK skills directly into Claude Code so it knows how to manage cloud browsers, write automations, and generate videos. +- **Remote MCP server** — connect Claude Code to Kernel's [MCP server](/reference/mcp-server/overview) to create and manage cloud browsers from chat. + +## Marketplace plugin (Claude Code) + +Kernel publishes an [official skills marketplace](https://github.com/kernel/skills) for Claude Code. Installing it loads best-practice skills for the Kernel CLI, the TypeScript and Python SDKs, and more into your coding agent. + +Paste these commands into the Claude Code REPL: + +```bash +# Add the Kernel skills marketplace +/plugin marketplace add kernel/skills + +# Install the CLI skill (includes kernel-auth) +/plugin install kernel-cli + +# Install the SDK skills (TypeScript & Python) +/plugin install kernel-sdks + +# Install the video generation skill +/plugin install generate-video +``` + +See the [skills repo](https://github.com/kernel/skills#claude-code) for the full list of available plugins. + +## Remote MCP server (Claude Code) + +Add Kernel's remote MCP server to manage cloud browsers from Claude Code. + +**Using the Kernel CLI (recommended):** + +```bash +kernel mcp install --target claude-code +# Then in the REPL run once to authenticate: +/mcp +``` + +**Manual setup:** + +```bash +claude mcp add --transport http kernel https://mcp.onkernel.com/mcp +# Then in the REPL run once to authenticate: +/mcp +``` + +For the full MCP setup — including Claude.ai and Claude Desktop — see the [MCP server client guide for Claude](/reference/mcp-server/clients/claude). + +## Claude Desktop + +A dedicated Kernel plugin for Claude Desktop is coming soon. In the meantime, connect Claude Desktop to Kernel's remote MCP server by following the [Claude client guide](/reference/mcp-server/clients/claude). diff --git a/integrations/claude-managed-agents.mdx b/integrations/claude/claude-managed-agents.mdx similarity index 96% rename from integrations/claude-managed-agents.mdx rename to integrations/claude/claude-managed-agents.mdx index 703625da..e3e15e73 100644 --- a/integrations/claude-managed-agents.mdx +++ b/integrations/claude/claude-managed-agents.mdx @@ -9,7 +9,7 @@ The browsers are provisioned and controlled through the [Kernel CLI](/reference/ This integration combines Claude's hosted agent runtime with Kernel's cloud browsers. Claude Managed Agents owns the **runtime** — it runs the agent loop in an Anthropic-managed sandbox with bash, file tools, and any custom tools you declare. Kernel owns the **browser** — a fresh, isolated, stealth Chromium session per run that the agent drives to load, read, and act on real pages. Each side handles what it's best at, and you operate neither. -This is different from the [Claude Agent SDK](/integrations/claude-agent-sdk) integration. The **Agent SDK** is a library you run on your own machine or deploy as a Kernel app. **Managed Agents** is Anthropic's *hosted* harness — agents, sessions, environments, and vaults all live on Anthropic's side, and the agent reaches Kernel over the network. Use this page when you want Anthropic to host the agent loop. +This is different from the [Claude Agent SDK](/integrations/claude/claude-agent-sdk) integration. The **Agent SDK** is a library you run on your own machine or deploy as a Kernel app. **Managed Agents** is Anthropic's *hosted* harness — agents, sessions, environments, and vaults all live on Anthropic's side, and the agent reaches Kernel over the network. Use this page when you want Anthropic to host the agent loop. diff --git a/integrations/claude/overview.mdx b/integrations/claude/overview.mdx new file mode 100644 index 00000000..730eb410 --- /dev/null +++ b/integrations/claude/overview.mdx @@ -0,0 +1,52 @@ +--- +title: "Overview" +description: "Give Claude a Kernel cloud browser — across the Agent SDK, Managed Agents, Claude Code, and Claude Desktop" +--- + +## Claude + Kernel + +Kernel gives Claude a real, cloud-hosted browser to work in, so your agents can load pages, read rendered content, and act on the web without you running any browser infrastructure. There are a few ways to connect Claude to Kernel depending on where your agent runs: + +### Claude Agent SDK + +The [Claude Agent SDK](https://platform.claude.com/docs/en/agent-sdk/overview) is a library you run yourself — on your own machine or deployed as a Kernel app. Pair it with Kernel's Playwright Execution API to build agents that browse the web and interact with websites on cloud browsers. + +[Learn more about the Claude Agent SDK →](/integrations/claude/claude-agent-sdk) + +### Claude Managed Agents + +[Claude Managed Agents](https://platform.claude.com/docs/en/managed-agents/overview) is Anthropic's hosted agent harness: define an agent once, then start as many cloud sessions as you need. Claude runs the agent loop in an Anthropic-managed sandbox; Kernel provisions a fresh, isolated Chromium session per run that the agent drives. You operate neither. + +[Learn more about Claude Managed Agents →](/integrations/claude/claude-managed-agents) + +### Claude Code and Claude Desktop + +Connect the Claude apps you already use to Kernel. Add Kernel's [remote MCP server](/reference/mcp-server/clients/claude) to manage cloud browsers from Claude Code or Claude Desktop, or install the [Kernel marketplace plugin](https://github.com/kernel/skills#claude-code) in Claude Code to load Kernel's CLI and SDK skills directly into your coding agent. + +[Set up Claude Code and Desktop →](/integrations/claude/claude-code-and-desktop) + +## Next Steps + + + + Run Agent SDK automations on cloud browsers + + + Run Anthropic's hosted agent harness against cloud browsers + + + Give the Claude apps a Kernel browser + + diff --git a/integrations/overview.mdx b/integrations/overview.mdx index 5b74ce27..58e76e05 100644 --- a/integrations/overview.mdx +++ b/integrations/overview.mdx @@ -30,8 +30,9 @@ Kernel provides detailed guides for popular agent frameworks: - **[Agent Browser](/integrations/agent-browser)** - Browser automation CLI for AI agents - **[Browser Use](/integrations/browser-use)** - AI browser agent framework - **[Hermes Agent](/integrations/hermes-agent)** - Run Hermes browser tools on Kernel cloud browsers -- **[Claude Agent SDK](/integrations/claude-agent-sdk)** - Run Claude Agent SDK automations in cloud browsers -- **[Claude Managed Agents](/integrations/claude-managed-agents)** - Run Anthropic's hosted agent harness against cloud browsers +- **[Claude Agent SDK](/integrations/claude/claude-agent-sdk)** - Run Claude Agent SDK automations in cloud browsers +- **[Claude Managed Agents](/integrations/claude/claude-managed-agents)** - Run Anthropic's hosted agent harness against cloud browsers +- **[Claude Code and Desktop](/integrations/claude/claude-code-and-desktop)** - Give the Claude apps a Kernel browser via the marketplace plugin or MCP - **[Stagehand](/integrations/stagehand)** - AI browser automation with natural language - **[Computer Use (Anthropic)](/integrations/computer-use/anthropic)** - Claude's computer use capability - **[Computer Use (OpenAI)](/integrations/computer-use/openai)** - OpenAI's computer use capability From d864e0ae71e608e2c78b2450a9a0c331ad26d89b Mon Sep 17 00:00:00 2001 From: dprevoznik <58714078+dprevoznik@users.noreply.github.com> Date: Tue, 28 Jul 2026 03:39:02 +0000 Subject: [PATCH 2/7] Drop coming-soon note from Claude Desktop section Co-Authored-By: Claude Opus 4.8 --- integrations/claude/claude-code-and-desktop.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/claude/claude-code-and-desktop.mdx b/integrations/claude/claude-code-and-desktop.mdx index 90858e84..d4ceac5a 100644 --- a/integrations/claude/claude-code-and-desktop.mdx +++ b/integrations/claude/claude-code-and-desktop.mdx @@ -54,4 +54,4 @@ For the full MCP setup — including Claude.ai and Claude Desktop — see the [M ## Claude Desktop -A dedicated Kernel plugin for Claude Desktop is coming soon. In the meantime, connect Claude Desktop to Kernel's remote MCP server by following the [Claude client guide](/reference/mcp-server/clients/claude). +Connect Claude Desktop to Kernel's remote MCP server by following the [Claude client guide](/reference/mcp-server/clients/claude). From 505dc094ea80db5c0ff363566ab7a6d1ecce4498 Mon Sep 17 00:00:00 2001 From: dprevoznik <58714078+dprevoznik@users.noreply.github.com> Date: Tue, 28 Jul 2026 03:45:14 +0000 Subject: [PATCH 3/7] Fix MCP server link and tighten Claude Code setup steps --- .../claude/claude-code-and-desktop.mdx | 27 +++++++++---------- integrations/claude/overview.mdx | 6 ++--- 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/integrations/claude/claude-code-and-desktop.mdx b/integrations/claude/claude-code-and-desktop.mdx index d4ceac5a..aa68b246 100644 --- a/integrations/claude/claude-code-and-desktop.mdx +++ b/integrations/claude/claude-code-and-desktop.mdx @@ -5,30 +5,29 @@ description: "Give Claude Code and Claude Desktop a Kernel cloud browser" Connect the Claude apps you already use to Kernel. There are two ways to bring Kernel into [Claude Code](https://www.claude.com/product/claude-code): -- **Marketplace plugin** — load Kernel's CLI and SDK skills directly into Claude Code so it knows how to manage cloud browsers, write automations, and generate videos. -- **Remote MCP server** — connect Claude Code to Kernel's [MCP server](/reference/mcp-server/overview) to create and manage cloud browsers from chat. +- **Marketplace plugin** — load Kernel's skills directly into Claude Code so it knows how to manage cloud browsers, write automations, and generate videos. +- **Remote MCP server** — connect Claude Code to Kernel's [MCP server](/reference/mcp-server) to create and manage cloud browsers from chat. ## Marketplace plugin (Claude Code) -Kernel publishes an [official skills marketplace](https://github.com/kernel/skills) for Claude Code. Installing it loads best-practice skills for the Kernel CLI, the TypeScript and Python SDKs, and more into your coding agent. +Kernel publishes an [official skills marketplace](https://github.com/kernel/skills) for Claude Code. Installing a plugin from it loads Kernel's best-practice skills into your coding agent. -Paste these commands into the Claude Code REPL: +Run these in the Claude Code REPL, one line at a time: ```bash -# Add the Kernel skills marketplace /plugin marketplace add kernel/skills - -# Install the CLI skill (includes kernel-auth) /plugin install kernel-cli - -# Install the SDK skills (TypeScript & Python) /plugin install kernel-sdks - -# Install the video generation skill /plugin install generate-video ``` -See the [skills repo](https://github.com/kernel/skills#claude-code) for the full list of available plugins. +Each plugin bundles a set of skills: + +- **`kernel-cli`** — managing browsers, apps, profiles, and proxies from the CLI, plus managed auth, session debugging, and bot-detection profiling. +- **`kernel-sdks`** — building browser automation with the TypeScript and Python SDKs. +- **`generate-video`** — rendering smooth MP4s from a browser session with CDP frame-stepping and ffmpeg. + +See the [skills repo](https://github.com/kernel/skills#claude-code) for the current list. ## Remote MCP server (Claude Code) @@ -50,8 +49,6 @@ claude mcp add --transport http kernel https://mcp.onkernel.com/mcp /mcp ``` -For the full MCP setup — including Claude.ai and Claude Desktop — see the [MCP server client guide for Claude](/reference/mcp-server/clients/claude). - ## Claude Desktop -Connect Claude Desktop to Kernel's remote MCP server by following the [Claude client guide](/reference/mcp-server/clients/claude). +Claude Desktop reaches Kernel through the same remote MCP server, added as a custom connector under **Settings → Connectors**. The [Claude client guide](/reference/mcp-server/clients/claude) has the steps, and covers Claude.ai as well. diff --git a/integrations/claude/overview.mdx b/integrations/claude/overview.mdx index 730eb410..ee95887c 100644 --- a/integrations/claude/overview.mdx +++ b/integrations/claude/overview.mdx @@ -15,19 +15,19 @@ The [Claude Agent SDK](https://platform.claude.com/docs/en/agent-sdk/overview) i ### Claude Managed Agents -[Claude Managed Agents](https://platform.claude.com/docs/en/managed-agents/overview) is Anthropic's hosted agent harness: define an agent once, then start as many cloud sessions as you need. Claude runs the agent loop in an Anthropic-managed sandbox; Kernel provisions a fresh, isolated Chromium session per run that the agent drives. You operate neither. +[Claude Managed Agents](https://platform.claude.com/docs/en/managed-agents/overview) is Anthropic's hosted agent harness: define an agent once, then start as many cloud sessions as you need. Claude runs the agent loop in an Anthropic-managed sandbox; Kernel provisions a fresh, isolated Chromium session per run that the agent drives. You run neither the agent loop nor the browser. [Learn more about Claude Managed Agents →](/integrations/claude/claude-managed-agents) ### Claude Code and Claude Desktop -Connect the Claude apps you already use to Kernel. Add Kernel's [remote MCP server](/reference/mcp-server/clients/claude) to manage cloud browsers from Claude Code or Claude Desktop, or install the [Kernel marketplace plugin](https://github.com/kernel/skills#claude-code) in Claude Code to load Kernel's CLI and SDK skills directly into your coding agent. +Connect the Claude apps you already use to Kernel. Add Kernel's [remote MCP server](/reference/mcp-server) to manage cloud browsers from Claude Code or Claude Desktop, or install the [marketplace plugin](https://github.com/kernel/skills#claude-code) to load Kernel's CLI and SDK skills into Claude Code. [Set up Claude Code and Desktop →](/integrations/claude/claude-code-and-desktop) ## Next Steps - + Date: Tue, 28 Jul 2026 12:55:08 +0000 Subject: [PATCH 4/7] Drop generate-video from Claude Code plugin setup --- integrations/claude/claude-code-and-desktop.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/integrations/claude/claude-code-and-desktop.mdx b/integrations/claude/claude-code-and-desktop.mdx index aa68b246..a65be829 100644 --- a/integrations/claude/claude-code-and-desktop.mdx +++ b/integrations/claude/claude-code-and-desktop.mdx @@ -5,7 +5,7 @@ description: "Give Claude Code and Claude Desktop a Kernel cloud browser" Connect the Claude apps you already use to Kernel. There are two ways to bring Kernel into [Claude Code](https://www.claude.com/product/claude-code): -- **Marketplace plugin** — load Kernel's skills directly into Claude Code so it knows how to manage cloud browsers, write automations, and generate videos. +- **Marketplace plugin** — load Kernel's skills directly into Claude Code so it knows how to manage cloud browsers and write automations. - **Remote MCP server** — connect Claude Code to Kernel's [MCP server](/reference/mcp-server) to create and manage cloud browsers from chat. ## Marketplace plugin (Claude Code) @@ -18,14 +18,12 @@ Run these in the Claude Code REPL, one line at a time: /plugin marketplace add kernel/skills /plugin install kernel-cli /plugin install kernel-sdks -/plugin install generate-video ``` Each plugin bundles a set of skills: - **`kernel-cli`** — managing browsers, apps, profiles, and proxies from the CLI, plus managed auth, session debugging, and bot-detection profiling. - **`kernel-sdks`** — building browser automation with the TypeScript and Python SDKs. -- **`generate-video`** — rendering smooth MP4s from a browser session with CDP frame-stepping and ffmpeg. See the [skills repo](https://github.com/kernel/skills#claude-code) for the current list. From d581617585d4ee5d9afcada90441bb7386a92e12 Mon Sep 17 00:00:00 2001 From: dprevoznik <58714078+dprevoznik@users.noreply.github.com> Date: Tue, 28 Jul 2026 13:00:42 +0000 Subject: [PATCH 5/7] Lead the Claude overview with Claude Code and Desktop --- integrations/claude/overview.mdx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/integrations/claude/overview.mdx b/integrations/claude/overview.mdx index ee95887c..b660e0eb 100644 --- a/integrations/claude/overview.mdx +++ b/integrations/claude/overview.mdx @@ -1,12 +1,18 @@ --- title: "Overview" -description: "Give Claude a Kernel cloud browser — across the Agent SDK, Managed Agents, Claude Code, and Claude Desktop" +description: "Give Claude a Kernel cloud browser — across Claude Code, Claude Desktop, the Agent SDK, and Managed Agents" --- ## Claude + Kernel Kernel gives Claude a real, cloud-hosted browser to work in, so your agents can load pages, read rendered content, and act on the web without you running any browser infrastructure. There are a few ways to connect Claude to Kernel depending on where your agent runs: +### Claude Code and Claude Desktop + +Connect the Claude apps you already use to Kernel. Add Kernel's [remote MCP server](/reference/mcp-server) to manage cloud browsers from Claude Code or Claude Desktop, or install the [marketplace plugin](https://github.com/kernel/skills#claude-code) to load Kernel's CLI and SDK skills into Claude Code. + +[Set up Claude Code and Desktop →](/integrations/claude/claude-code-and-desktop) + ### Claude Agent SDK The [Claude Agent SDK](https://platform.claude.com/docs/en/agent-sdk/overview) is a library you run yourself — on your own machine or deployed as a Kernel app. Pair it with Kernel's Playwright Execution API to build agents that browse the web and interact with websites on cloud browsers. @@ -19,15 +25,16 @@ The [Claude Agent SDK](https://platform.claude.com/docs/en/agent-sdk/overview) i [Learn more about Claude Managed Agents →](/integrations/claude/claude-managed-agents) -### Claude Code and Claude Desktop - -Connect the Claude apps you already use to Kernel. Add Kernel's [remote MCP server](/reference/mcp-server) to manage cloud browsers from Claude Code or Claude Desktop, or install the [marketplace plugin](https://github.com/kernel/skills#claude-code) to load Kernel's CLI and SDK skills into Claude Code. - -[Set up Claude Code and Desktop →](/integrations/claude/claude-code-and-desktop) - ## Next Steps + + Give the Claude apps a Kernel browser + Run Anthropic's hosted agent harness against cloud browsers - - Give the Claude apps a Kernel browser - From 66aeb4d92c385112b93c900ac27f70998be21cf3 Mon Sep 17 00:00:00 2001 From: dprevoznik <58714078+dprevoznik@users.noreply.github.com> Date: Tue, 28 Jul 2026 13:20:19 +0000 Subject: [PATCH 6/7] Order Claude Code and Desktop first in nav and integrations list --- docs.json | 4 ++-- integrations/overview.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.json b/docs.json index b8c3d974..ad1519e1 100644 --- a/docs.json +++ b/docs.json @@ -213,9 +213,9 @@ "group": "Claude", "pages": [ "integrations/claude/overview", + "integrations/claude/claude-code-and-desktop", "integrations/claude/claude-agent-sdk", - "integrations/claude/claude-managed-agents", - "integrations/claude/claude-code-and-desktop" + "integrations/claude/claude-managed-agents" ] }, { diff --git a/integrations/overview.mdx b/integrations/overview.mdx index 58e76e05..273f1902 100644 --- a/integrations/overview.mdx +++ b/integrations/overview.mdx @@ -30,9 +30,9 @@ Kernel provides detailed guides for popular agent frameworks: - **[Agent Browser](/integrations/agent-browser)** - Browser automation CLI for AI agents - **[Browser Use](/integrations/browser-use)** - AI browser agent framework - **[Hermes Agent](/integrations/hermes-agent)** - Run Hermes browser tools on Kernel cloud browsers +- **[Claude Code and Desktop](/integrations/claude/claude-code-and-desktop)** - Give the Claude apps a Kernel browser via the marketplace plugin or MCP - **[Claude Agent SDK](/integrations/claude/claude-agent-sdk)** - Run Claude Agent SDK automations in cloud browsers - **[Claude Managed Agents](/integrations/claude/claude-managed-agents)** - Run Anthropic's hosted agent harness against cloud browsers -- **[Claude Code and Desktop](/integrations/claude/claude-code-and-desktop)** - Give the Claude apps a Kernel browser via the marketplace plugin or MCP - **[Stagehand](/integrations/stagehand)** - AI browser automation with natural language - **[Computer Use (Anthropic)](/integrations/computer-use/anthropic)** - Claude's computer use capability - **[Computer Use (OpenAI)](/integrations/computer-use/openai)** - OpenAI's computer use capability From ad7ea309cb4aad3a72ccc851edd347503793129b Mon Sep 17 00:00:00 2001 From: dprevoznik <58714078+dprevoznik@users.noreply.github.com> Date: Tue, 28 Jul 2026 13:31:22 +0000 Subject: [PATCH 7/7] Point skills list link to #available-skills anchor --- integrations/claude/claude-code-and-desktop.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/claude/claude-code-and-desktop.mdx b/integrations/claude/claude-code-and-desktop.mdx index a65be829..e8401b5e 100644 --- a/integrations/claude/claude-code-and-desktop.mdx +++ b/integrations/claude/claude-code-and-desktop.mdx @@ -25,7 +25,7 @@ Each plugin bundles a set of skills: - **`kernel-cli`** — managing browsers, apps, profiles, and proxies from the CLI, plus managed auth, session debugging, and bot-detection profiling. - **`kernel-sdks`** — building browser automation with the TypeScript and Python SDKs. -See the [skills repo](https://github.com/kernel/skills#claude-code) for the current list. +See the [skills repo](https://github.com/kernel/skills#available-skills) for the current list. ## Remote MCP server (Claude Code)