Skip to content

Intuned/skills

Repository files navigation

Intuned

Intuned browser automation for your coding agent.

Intuned Agent Plugin

The full Intuned automation agent, running locally in your own project: the workflow and capability skills, the browser MCP, and the CDP hooks. Use it to build, edit, test, and debug browser automations from the command line.

Requirements:

  • Intuned CLI, installed and signed in — the plugin drives it:

    npm install -g @intuned/cli
    intuned auth login
  • uv on your PATH — uv provides the Python the browser tooling needs and launches the MCP server via uvx intuned-agent-mcp. Install it with the uv installation guide.

Then open Claude Code and run these commands to add this repo as a marketplace and install the plugin:

/plugin marketplace add Intuned/skills
/plugin install intuned-agent-plugin@intuned-skills
/reload-plugins

Run /intuned:agent for an overview. See intuned-agent-plugin/ for what it provides and how it works.


Intuned Skills

A collection of agent skills for working with Intuned — authoring, migrating, deploying, and operating browser automations on the Intuned platform. Install them into Claude Code, Cursor, Codex, and any other skills.sh-compatible agent with one command.

All skills at once, via the skills CLI:

npx skills@latest add Intuned/skills

A single skill:

npx skills@latest add Intuned/skills --skill webwright-to-intuned

Update later with npx skills@latest update. No skills CLI? Run scripts/install-local.sh to symlink the skills straight into ~/.claude/skills/.

Available skills

Skill What it does
webwright-to-intuned Turn a Webwright "Crafted CLI" into a deployed, verified Intuned project. Includes 4 example crafts to port under examples/.

More skills coming.


Contributing

Want to add a skill? See CLAUDE.md for conventions.

License

MIT — see LICENSE.

About

Intuned agent skills, installable via skills.sh (npx skills add Intuned/skills). First skill: webwright-to-intuned.

Resources

License

Stars

7 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors