fix: replace broken markdown link refs in skills (#392)

This commit is contained in:
Trevin Chow
2026-03-26 11:57:19 -07:00
committed by GitHub
parent daddb7d72f
commit 506ad01b4f
10 changed files with 150 additions and 94 deletions

View File

@@ -102,7 +102,7 @@ agent-browser state load ./auth.json
agent-browser open https://app.example.com/dashboard
```
See [references/authentication.md](references/authentication.md) for OAuth, 2FA, cookie-based auth, and token refresh patterns.
See `references/authentication.md` for OAuth, 2FA, cookie-based auth, and token refresh patterns.
## Essential Commands
@@ -639,15 +639,15 @@ Priority (lowest to highest): `~/.agent-browser/config.json` < `./agent-browser.
## Deep-Dive Documentation
| Reference | When to Use |
| -------------------------------------------------------------------- | --------------------------------------------------------- |
| [references/commands.md](references/commands.md) | Full command reference with all options |
| [references/snapshot-refs.md](references/snapshot-refs.md) | Ref lifecycle, invalidation rules, troubleshooting |
| [references/session-management.md](references/session-management.md) | Parallel sessions, state persistence, concurrent scraping |
| [references/authentication.md](references/authentication.md) | Login flows, OAuth, 2FA handling, state reuse |
| [references/video-recording.md](references/video-recording.md) | Recording workflows for debugging and documentation |
| [references/profiling.md](references/profiling.md) | Chrome DevTools profiling for performance analysis |
| [references/proxy-support.md](references/proxy-support.md) | Proxy configuration, geo-testing, rotating proxies |
| Reference | When to Use |
| --------- | ----------- |
| `references/commands.md` | Full command reference with all options |
| `references/snapshot-refs.md` | Ref lifecycle, invalidation rules, troubleshooting |
| `references/session-management.md` | Parallel sessions, state persistence, concurrent scraping |
| `references/authentication.md` | Login flows, OAuth, 2FA handling, state reuse |
| `references/video-recording.md` | Recording workflows for debugging and documentation |
| `references/profiling.md` | Chrome DevTools profiling for performance analysis |
| `references/proxy-support.md` | Proxy configuration, geo-testing, rotating proxies |
## Browser Engine Selection
@@ -673,11 +673,11 @@ Lightpanda does not support `--extension`, `--profile`, `--state`, or `--allow-f
## Ready-to-Use Templates
| Template | Description |
| ------------------------------------------------------------------------ | ----------------------------------- |
| [templates/form-automation.sh](templates/form-automation.sh) | Form filling with validation |
| [templates/authenticated-session.sh](templates/authenticated-session.sh) | Login once, reuse state |
| [templates/capture-workflow.sh](templates/capture-workflow.sh) | Content extraction with screenshots |
| Template | Description |
| -------- | ----------- |
| `templates/form-automation.sh` | Form filling with validation |
| `templates/authenticated-session.sh` | Login once, reuse state |
| `templates/capture-workflow.sh` | Content extraction with screenshots |
```bash
./templates/form-automation.sh https://example.com/form