// bundled skills · 13
page-agent
Embed an in-page copilot in a web app that reads the DOM and follows natural-language UI instructions.
Metadata
params source bundled Installed by default in the Okami-Agent repository. path file skills/page-agent/SKILL.md triggers keywords page-agent, copilot, in-page, DOM, widget loaded by tool use_skill loads the full SKILL.md when the task matches.
When to use
- A SaaS/admin app needs an embedded assistant.
- The copilot must read DOM and act in UI.
- A backend proxy protects LLM keys.
When not to use
- Okami itself needs browser automation.
- Production without backend proxy.
- Sensitive actions without server validation.
Recommended workflow
- Choose CDN demo or npm package.
- Configure via backend LLM endpoint.
- Mount the widget.
- Validate DOM reading and actions.
Completion checks
- The workflow was followed.
- Relevant commands/tests/gates were run.
- The result cites real files or observable evidence when applicable.

