Skip to content

pingagi-web

Browse and extract text content, titles, and partial HTML from webpages using a local browser service.

23 downloads
Free
Reviewed

Web Browser Skill

Use this skill when the agent needs to:

  • open a webpage
  • extract webpage text
  • browse websites
  • retrieve webpage content

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:

  • page title
  • page text
  • partial HTML
  • optional screenshot (base64)

The agent should extract useful information from the "text" field.

Download

ZIP package — ready to use

Skill Info

Creator
PingAGI
Downloads
23
Published
Mar 15, 2026
Updated
Mar 16, 2026