Skip to content
Testing
Command

/run

Automate a one-off browser task with Canary — navigate, click, scrape, screenshot — and return the result.

From plugin
canary
4604 skills4 agents4 commands
Install
> /plugin marketplace add 0xnyn/canary
> /plugin install canary@canary-marketplace

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/run

Context 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.

Command definition

run.md
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`.

Ships withcanary

QA harness built for Claude Code | E2E testing with screen recordings, console logs, network HARs, and Playwright traces

Get the whole plugin