Search the web, fetch pages, interact with forms, download files, and save PDFs using aux4 browser commands.
Search, fetch, and interact with the web: $ARGUMENTS
| Command | Description |
|---|---|
aux4 copilot skills web search "<query>" | Search the web, returns structured results |
aux4 copilot skills web fetch "<url>" | Fetch a URL, extract main content |
aux4 copilot skills web open "<url>" | Open URL in headless browser, returns session ID |
aux4 copilot skills web fields "<session>" | Extract form fields from an open session |
aux4 copilot skills web interact --session <id> --instructions <file> | Execute a playbook |
aux4 copilot skills web download "<url>" --output <file> | Download a file |
aux4 copilot skills web save-pdf "<session>" --output <file> | Save page as PDF |
aux4 copilot skills web close "<session>" |
| Close browser session |
aux4 copilot skills web search "<query>"aux4 copilot skills web fetch "<url>"aux4 copilot skills web fetch "<url>"aux4 copilot skills web open "<url>" → get session IDaux4 copilot skills web fields "<session>"type "<value>" in "<field name>"
select "<option>" in "<field name>"
check "<checkbox name>"
click "<button text>"
secret:// references — NEVER type literal secrets:
type "secret://1password/<vault>/<item>/username" in "Username"
type "secret://1password/<vault>/<item>/password" in "Password"
type "secret://1password/<vault>/<item>/otp" in "One time code"
aux4 copilot skills web interact --session <id> --instructions <playbook>aux4 copilot skills web close "<session>"aux4 copilot skills web download "<url>" --output "<file>"aux4 copilot skills web open "<url>" → session IDaux4 copilot skills web save-pdf "<session>" --output "<file>" (optional: --format A4, --printBackground true)aux4 copilot skills web close "<session>"| Command | Description |
|---|---|
aux4 copilot skills web recipe list | List saved recipes |
aux4 copilot skills web recipe run "<name>" --input "<value>" | Run a recipe with input |
Recipe format (.recipe files):