Browse and extract text content, titles, and partial HTML from webpages using a local browser service.
Use this skill when the agent needs to:
The agent can call the local browser service: Example command (replace URL with the target webpage):
curl -s -X POST http://127.0.0.1:3088/browse \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com"}'
The response returns JSON containing:
The agent should extract useful information from the "text" field.
ZIP package — ready to use