What problem does it solve?
Embed alibaba/page-agent into your own web application — a pure-Javascript in-page GUI agent that ships as a single <script> tag or npm package and lets end-users of your site drive the UI with natural language ("click login, fill username as John"). No Python, no headless browser, no extension required. Use this skill when the user is a web developer who wants to add an AI copilot to their SaaS / admin panel / B2B tool, make a legacy web app accessible via natural language, or evaluate page-agent against a local (Ollama) or cloud (Qwen / OpenAI / OpenRouter) LLM. NOT for server-side browser automation — point those users to Argo' built-in browser tool instead.
Core Features & Use Cases
- In-page GUI agent runs inside your website and handles UI interactions using natural language commands.
- Pure client-side — host includes a script and passes an OpenAI-compatible LLM endpoint.
- Use cases include adding an AI copilot to SaaS dashboards, admin panels, or legacy apps, or evaluating page-agent against local or cloud LLMs.
Quick Start
Show the page-agent panel in your web app and drive the UI with natural language.