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, an in-page 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 existing web application. ## Core Features & Use Cases - In-page AI copilot: Add a floating panel to SaaS dashboards, admin panels, ERP, or CRM tools so end users type instructions instead of navigating menus. - Legacy modernization without rewrites: Drop the agent on top of an existing DOM — no frontend refactoring required. - Flexible LLM backends: Works with any OpenAI-compatible endpoint including Qwen/DashScope, OpenAI, Ollama, and OpenRouter. - Use Case: A B2B invoicing tool embeds page-agent so users can type "create invoice for Acme Corp and email it" instead of clicking through five screens. ## Quick Start Add the page-agent demo CDN script tag to any HTML page to see the copilot panel appear, then follow the npm install path with your own OpenAI-compatible LLM endpoint for production use.