iris
AI-powered browser automation. Navigate, act, extract, and screenshot any web page via Iris — a Cloudflare Worker backed by Stagehand and Browser Run.
/plugin install iris@odyssey
Skills
| Skill | Description |
|---|---|
browser-navigate | Navigate a remote Cloudflare Browser Run session to a URL. Use when the user asks to open a page, visit a URL, load a website, or go to an address in an automated browser. |
browser-act | Execute a natural-language browser action on the current page via Stagehand's act() method, routed through the Slipgate iris server. Use when the user asks to click, fill in, submit, select, scroll, or interact with a page element using plain English. |
browser-extract | Extract structured data from the current browser page via Stagehand's extract() method, routed through the Slipgate iris server. Use when the user wants to scrape, read, pull out, or collect data from a loaded web page. |
browser-screenshot | Take a screenshot of the current remote browser session via the Slipgate iris server. Use when the user asks to see the page, capture a screenshot, show what the browser looks like, or verify visual state during an automated workflow. |
Prerequisites
- The slipgate plugin must be installed and active — iris declares it as a dependency and routes all browser tools through the Slipgate gateway.
- The
irisserver must be enabled in Slipgate. If the iris tools are unavailable, enable the server via theportal_toggle_single_servertool withid: "iris".