fix: replace broken markdown link refs in skills (#392)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user