canary
01Plugin Claude Code
Plugin marketplace listing 1 plugin: canary.
Plugin Claude Code
Plugin marketplace listing 1 plugin: canary.
Plugin Claude Code
Canary browser automation + recorded QA sessions: a sandbox scripting reference, verify/automate/session/review skills, JTBD subagents, and /canary slash commands.
Instructions file CodexOpenCode
AGENTS.md instructions for 0xnyn/canary, covering agent orientation, what canary is, apps + packages, build flow and shared docs (skills + cli help + readme).
Instructions file
Claude Code instructions for 0xnyn/canary: See AGENTS.md for project orientation, architecture, and validation steps.
Agent
Drive a real browser for a one-off task with Canary — navigate, click, fill, scrape, screenshot — and return the result. Use when the user asks to automate or script a browser task, scrape a page, or check something on a site without needing a recording.
Agent
Open and triage recorded Canary sessions. Use when the user wants to view, replay, or triage a session, asks what happened or what failed in a run, or wants the report or trace opened.
Agent
Record a verifiable Canary QA session — explore a flow step by step against one persistent browser, each script a recorded step capturing trace/video/HAR/console, then render report.html. Use when the user wants to verify or QA a flow, capture a trace or video, or produce a shareable report of a browser run.
Agent
Turn a code change into a prioritized browser-QA plan with Canary — read the git diff, infer the affected user-facing workflows, and suggest concrete flows and the checks that must hold, then optionally record them as a session with a report. Use when the user asks what to test for a change, wants to QA a…
Command
Open the Canary session viewer and triage a recorded session.
Command
Automate a one-off browser task with Canary — navigate, click, scrape, screenshot — and return the result.
Command
Record a verifiable QA session (trace, video, HAR, console) and render a report.
Command
Turn a code change into a prioritized browser-QA plan with Canary, then optionally record the flows.
Cursor rule
Canary browser automation — when and how to use the canary skills and workflows.
Skill Claude CodeCodex
Drive a real browser for a one-off task with Canary — navigate, click, fill, scrape, screenshot — and return the result. Nothing is recorded. Use when the user asks to automate a browser task, scrape a page, fill a form, or check something on a site without needing a report. Trigger phrases — "go to X and get Y"…
Skill Claude CodeCodex
Open and triage recorded Canary sessions in the local viewer. Use when the user wants to look at, replay, compare, or triage a recorded session — or asks what happened in a run, to open the report, or to see the trace/video/screenshots. Trigger phrases — "open the canary viewer", "show me the last session", "what…
Skill Claude CodeCodex
The Canary sandbox scripting API for browser automation. Use when writing or debugging a Canary script — looking up how to open a page, click, fill, extract text, observe an unknown page with snapshotForAI, evaluate in the page, take a screenshot, persist data between steps, or understand sandbox limits (no imports…
Skill Claude CodeCodex
Record a verifiable QA session with Canary — explore a flow step by step against one persistent browser, each script a recorded step that captures a Playwright trace, video, network HAR, and console, then render a self-contained report.html. Use when the user wants to verify or QA a flow, produce evidence or a report…
Skill Claude CodeCodex
Turn a code change into a prioritized browser-QA plan with Canary — read the git diff, infer which user-facing workflows it touches, suggest the concrete flows and the checks that must hold, then optionally record those flows as a session with a report.html. Use when the user has changed code and asks what to test…