Skip to main content
Run the Intuned agent locally in your own coding agent instead of the hosted agent. The Intuned Agent Plugin gives it the same skills and browser tooling the hosted agent uses, so you can build, edit, test, and debug automations from your own terminal and IDE. Supported in Claude Code and Codex, with support for more coding agents coming soon.

Requirements

  • Node.js and npm — used to install the Intuned CLI.
  • uv and Python on your PATH — the browser tooling launches via uvx intuned-agent-mcp.

Install

Install the Intuned CLI and sign in:
Add the marketplace and install the Intuned Agent Plugin:
Open Claude Code and run these commands:
Then run the following for a guided overview of what the agent can do:

Use it

Once installed, the agent loads its skills automatically from plain-English requests, so you don’t have to name them. Describe what you want and it picks the right workflow. You can also invoke a skill directly (skills are namespaced under intuned).
  • Create a new automation for a site.
  • Edit, fix, or extend an existing project.
  • Run and test automations.
  • Diagnose and fix failing runs, including Playwright traces.

Works with Connected projects

The external agent works on the same project files as local development. Connect a project locally with the CLI, then let the agent build and edit it in place — version control, your IDE, and your own tools all stay in the loop. When the project is ready, deploy it with the CLI.

Intuned Agent overview

The hosted agent and what it can do

Local development

Build Connected projects with the local CLI

Using the agent

Workflows and prompt examples

CLI reference

Complete CLI command documentation