What problem does it solve?
Network controllers and web tools often expose reports, dialogs, or visualizations only through their GUI, with no REST API equivalent — and some tools have no API integration at all. This Skill drives a persistent, manually-authenticated Chrome session to read, search, and capture that GUI-only information without hardcoding any vendor-specific page knowledge.
Core Features & Use Cases
- GUI Gap-Filling: Pull reports or settings from a controller dashboard that its REST API doesn't expose, returning extracted values plus screenshots.
- Undocumented API Discovery: Load a dashboard feature, trigger an action, and capture the underlying network requests to reveal undocumented endpoints for future API-based skills.
- Watch Mode: Run any workflow in a visible Chrome window so an operator can watch the automation happen live.
- Use Case: Ask NetClaw to pull the bridge domain list from an ACI APIC tenant page that the API doesn't expose the way you need — it navigates with the authenticated profile, reads the table, and returns the values with a screenshot.
Quick Start
Ask NetClaw to open a specific controller dashboard URL and extract the information you need, for example: read the client list from my Meraki dashboard page and tell me what API calls the SSID filter triggers.