review
Open the Canary session viewer and triage a recorded session.
Automate a one-off browser task with Canary — navigate, click, scrape, screenshot — and return the result.
> /plugin marketplace add 0xnyn/canary > /plugin install canary@canary-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
/runContext preview
What this command does when you run it.
Automate a one-off browser task with Canary — navigate, click, scrape, screenshot — and return the result.
description: Automate a one-off browser task with Canary — navigate, click, scrape, screenshot — and return the result. argument-hint: "<what to automate>"
Delegate to the `automate-agent` subagent. Give it the task: **$ARGUMENTS**.
Ask it to write a Canary script (using the `canary-scripting` API), run it with `npx @usecanary/browser run`, and report the result. For a *recorded* run with a report instead of a one-off, use `/canary:session`.
QA harness built for Claude Code | E2E testing with screen recordings, console logs, network HARs, and Playwright traces
Repo: 0xnyn/canary
Open the Canary session viewer and triage a recorded session.
Record a verifiable QA session (trace, video, HAR, console) and render a report.
Turn a code change into a prioritized browser-QA plan with Canary, then optionally record the flows.