Install, configure, verify, and troubleshoot JS Eyes browser automation for OpenClaw.
- **Host-neutral Skill Runtime V2**: the new public `@js-eyes/skill-contract`, `@js-eyes/skill-runtime`, and `@js-eyes/skill-worker` packages define static manifests, discovery, invocation, trust, and Worker execution independently of any host. - **CLI and MCP skill host**: invoke skills with `js-eyes skill call`; MCP clients can discover, describe, and call the same skills through `skill_list`, `skill_describe`, and `skill_call`. - **External-skill trust policy**: prompt and strict modes bind trust to a source digest and declared permissions, with explicit inspect, trust, and revoke flows. - **Optional OpenClaw adapter**: OpenClaw-specific configuration migration, routing, watchers, and registration now live in the plugin instead of the core runtime. - **Reliable hot reload**: linked skill directories and configuration changes rebuild the runtime; updated per-skill configuration reaches the replacement Worker. - **Static official manifests**: all eleven bundled skills expose V2 manifests and entries while retaining the V1 `createOpenClawAdapter` compatibility shim. - **Real-host validation**: the release was exercised through the CLI, MCP stdio, and OpenClaw 2026.6.10, including Worker isolation and plugin hot reload.