From 5a5266b687a75188702fdd365727362f6c321f4d Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sun, 25 Jan 2026 11:58:36 +0100 Subject: [PATCH] Add CLI quick start step to README installation --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51037a2..e397f19 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,13 @@ 2. Click extension icon on a tab → turns green when connected -3. Add skill to your agent: +3. Start automating the browser: + ```bash + npm i -g playwriter + playwriter -s 1 -e "await page.goto('https://example.com')" + ``` + +4. Add skill to your agent: ```bash npx -y skills add remorses/playwriter ```