// 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.
  1. Choose CDN demo or npm package.
  2. Configure via backend LLM endpoint.
  3. Mount the widget.
  4. 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.

Open this page in the interactive docs