From e4e2fe8633be35e2e4567a464604e6a314e74279 Mon Sep 17 00:00:00 2001 From: Marshall Sun <910204019@qq.com> Date: Tue, 7 Apr 2026 14:29:01 +0800 Subject: [PATCH] fix(skill): correct duplicate Option numbering in auth section (#1161) --- skills/agent-browser/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/agent-browser/SKILL.md b/skills/agent-browser/SKILL.md index 8989e61..eaa5f5c 100644 --- a/skills/agent-browser/SKILL.md +++ b/skills/agent-browser/SKILL.md @@ -93,7 +93,7 @@ agent-browser close # State auto-saved agent-browser --session-name myapp open https://app.example.com/dashboard ``` -**Option 4: Auth vault (credentials stored encrypted, login by name)** +**Option 5: Auth vault (credentials stored encrypted, login by name)** ```bash echo "$PASSWORD" | agent-browser auth save myapp --url https://app.example.com/login --username user --password-stdin @@ -102,7 +102,7 @@ agent-browser auth login myapp `auth login` navigates with `load` and then waits for login form selectors to appear before filling/clicking, which is more reliable on delayed SPA login screens. -**Option 5: State file (manual save/load)** +**Option 6: State file (manual save/load)** ```bash # After logging in: