What problem does it solve? Web app users often click through many screens to complete routine tasks. This Skill guides you through embedding alibaba/page-agent, a client-side TypeScript GUI agent that reads the DOM as text and executes natural-language instructions like "click the login button, then fill username as John" directly inside your webpage. ## 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 instead of navigating menus. - Three integration paths: 30-second CDN demo for evaluation, npm install with your own OpenAI-compatible LLM endpoint (Qwen, OpenAI, Ollama, OpenRouter) for production, or cloning the monorepo to hack on the source and browser extension. - Security guidance: Proxy LLM calls through your backend to avoid shipping API keys in client bundles, and use allowlist/data-masking hooks to lock down agent behavior. - Use Case: Modernize a legacy web app without rewriting the frontend by dropping page-agent on top of the existing DOM, letting users type "create invoice for Acme Corp and email it" instead of clicking through five screens. ## Quick Start Add the page-agent CDN script tag to any HTML page and type a natural-language instruction into the panel that appears.