Skip to content

Commit e4e2fe8

Browse files
authored
fix(skill): correct duplicate Option numbering in auth section (#1161)
1 parent 2164e71 commit e4e2fe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skills/agent-browser/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ agent-browser close # State auto-saved
9393
agent-browser --session-name myapp open https://app.example.com/dashboard
9494
```
9595

96-
**Option 4: Auth vault (credentials stored encrypted, login by name)**
96+
**Option 5: Auth vault (credentials stored encrypted, login by name)**
9797

9898
```bash
9999
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
102102

103103
`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.
104104

105-
**Option 5: State file (manual save/load)**
105+
**Option 6: State file (manual save/load)**
106106

107107
```bash
108108
# After logging in:

0 commit comments

Comments
 (0)