By Intuned
Build, edit, test, and debug Intuned browser-automation projects locally — create scrapers, crawlers, and RPAs with Playwright, handle auth, bypass bot detection, manage proxies, and debug failures via traces.
Entry point and user guide for the Intuned plugin: what Intuned is, what you can ask the agent to do, and recommended patterns. Use on any user request that is related to Intuned, including Creating Browser automation projects, Creating scrappers, crawlers, RPAs, or editing them. Also use when investigating and debugging Intuned related erros, like failed jobs, failed runs, incorrect data, and also use for user queries about bot detections, intuned proxies, stealth browsers or authenticated access.
How authentication works in Intuned projects — login flows, auth session APIs, CLI, and calling site backends after auth. Load when the task requires logging in, or the website has gated content, CSRF/API 403s, OAuth Login, SSO, or restricted resources.
Get past bot-detection blocks, IP restrictions, and CAPTCHAs: detect the block, pick the right lever (proxy / stealth mode / CAPTCHA solver), configure stealth and the CAPTCHA solver in Intuned.json, and wire the CAPTCHA wait helpers into automation code. Load whenever a page is blocked, shows a CAPTCHA, or returns bot-detection signals.
Start, stop, and manage the tabs of the persistent local browser that Intuned automations and the selector tools run against (`intuned dev browser`). Must Load when you need to start a browser or tab to work in, when creating separate tabs so parallel work doesn't collide, When no browser executable is found or when the browser is stuck and needs recovering.
Build reliable selectors for an Intuned API using the browser selector tools — never by hand. Load whenever you need selectors for a page before writing or fixing API code, including auth-session login flows.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Intuned browser automation for your coding agent.
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.
It drives the Intuned CLI, so install and sign in first:
npm install -g @intuned/cli
intuned auth login
Then add this repo as a marketplace and install the plugin:
/plugin marketplace add Intuned/skills
/plugin install intuned-agent-plugin@intuned-skills
Run /reload-plugins to activate, then /intuned:agent for an overview. See
intuned-agent-plugin/ for what it provides and how it
works.
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/.
| 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.
Want to add a skill? See CLAUDE.md for conventions.
MIT — see LICENSE.
npx claudepluginhub intuned/skillsNo description provided.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.