Communityv2.9.0

Js Eyes

Install, configure, verify, and troubleshoot JS Eyes browser automation for OpenClaw.

2.3kdownloadsJS
View on ClawHubBack to Skills

Skill Details

Slug
js-eyes
Latest Version
2.9.0
Author
JS
Published
Feb 25, 2026
Updated
Jul 24, 2026
Total Versions
24

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Js Eyes.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v2.9.0

- **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.