What problem does it solve? Web app users often must click through many screens to complete routine tasks, and teams lack a way to let users drive the UI with plain language. This Skill guides you through embedding alibaba/page-agent, an in-page GUI agent that reads the DOM as text and executes natural-language instructions against the current page. ## Core Features & Use Cases - In-page AI copilot: Add a floating panel to SaaS dashboards, admin panels, ERP, or CRM tools so users type instructions like "create invoice for Acme Corp" instead of navigating menus. - Three integration paths: 30-second CDN demo for evaluation, npm install wired to your own OpenAI-compatible LLM endpoint for production, or cloning the source repo to hack on the agent or browser extension. - Flexible LLM backends: Works with Qwen/DashScope, OpenAI, Ollama, OpenRouter, or any endpoint speaking /v1/chat/completions. - Use Case: A B2B SaaS team adds the page-agent panel to their dashboard, proxies LLM calls through their backend, and lets customers complete multi-step workflows by describing them in plain English. ## Quick Start Add the page-agent demo script tag to any HTML page and type a natural-language instruction into the panel that appears.