Introduction
Quick start
From zero to your first agent run in about three minutes.
- 1
Install the xgoose extension
Grab the extension for your browser from the xgoose repo. Safari and Chrome are supported; the Firefox build is in preview. On iPhone and iPad, grab it from the App Store. The extension ships with a small set of built-in skills so you can verify the install before pulling anything from the registry.
- 2
- 3
Pair the extension with your account
Open the xgoose extension popup and click Connect to xgoose.org. It will show a short user code and open /account in a new tab so you can approve it. This is a standard OAuth 2.0 device authorization. Once approved, the extension can talk to the registry and the AI gateway as you.
- 4
Install a skill
Browse /skills and pick one whose
@matchpattern fits the site you want to automate. Click Install in xgoose. The button opens the canonical.xgs.jssource URL — the extension's install banner intercepts that navigation and shows a confirmation screen with the parsed header and per-function summaries. Confirm to save it underwindow.xgoose.skills.See Browse and install for what the install banner shows and how versioning works on re-install.
- 5
Run the agent
Navigate to a page the skill matches, open the xgoose popup, and type a task — for example, “extract the top 10 results into a table.” The agent will pick the right skill from its tool list, call its functions, and stream the result back. Chat completions go through the free AI gateway by default — you do not need an API key to start.