js-eyes

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

JS Eyes

JS Eyes

This compatibility skill exists so OpenClaw can resolve
js-eyes
as the parent skill required by JS Eyes extension skills.
The actual JS Eyes bundle root is the directory that contains this
skills/
folder. The OpenClaw plugin path to register is
<bundle-root>/openclaw-plugin
.
A complete OpenClaw deployment also needs
plugins.entries["js-eyes"].enabled = true
and
tools.alsoAllow: ["js-eyes"]
(or an equivalent
tools.allow
entry), because the plugin registers optional tools.
This skill is a marker only. It does not ship runnable supporting files, scripts, reference files, or implementation modules under this directory.
Do not resolve relative implementation paths such as
./lib/...
,
./scripts/...
, or
./references/...
from
skills/js-eyes/
.
Use this skill when:
  • Verifying that the main JS Eyes plugin is installed for extension skills.
  • Locating the main OpenClaw plugin path for JS Eyes.
  • Troubleshooting missing
    js_eyes_*
    tools after installing JS Eyes extensions.
This directory is intentionally documentation-only.
The runnable OpenClaw plugin lives in the main bundle's
openclaw-plugin
directory.
For source-repo development,
<bundle-root>
is the repository root, and you should run
npm install
there before loading the plugin from
<bundle-root>/openclaw-plugin
.
Executable extension logic lives in concrete child skill directories under
<bundle-root>/skills/<child-skill-id>/
, for example:
  • <bundle-root>/skills/js-browser-ops-skill/
  • <bundle-root>/skills/js-zhihu-ops-skill/
  • <bundle-root>/skills/js-x-ops-skill/
  • <bundle-root>/skills/js-wechat-ops-skill/
此兼容性技能的存在是为了让OpenClaw能够将
js-eyes
解析为JS Eyes扩展技能所需的父技能。
实际的JS Eyes包根目录是包含此
skills/
文件夹的目录。需要注册的OpenClaw插件路径为
<bundle-root>/openclaw-plugin
完整的OpenClaw部署还需要设置
plugins.entries["js-eyes"].enabled = true
以及
tools.alsoAllow: ["js-eyes"]
(或等效的
tools.allow
配置项),因为该插件注册了可选工具。
此技能仅作为标记使用。该目录下不包含可运行的支持文件、脚本、参考文件或实现模块。
请勿从
skills/js-eyes/
解析相对实现路径,例如
./lib/...
./scripts/...
./references/...
在以下场景使用此技能:
  • 验证主JS Eyes插件是否已为扩展技能安装。
  • 定位JS Eyes对应的主OpenClaw插件路径。
  • 安装JS Eyes扩展后排查缺失的
    js_eyes_*
    工具问题。
此目录仅用于存放文档。
可运行的OpenClaw插件位于主包的
openclaw-plugin
目录中。
对于源码仓库开发,
<bundle-root>
即为仓库根目录,在从
<bundle-root>/openclaw-plugin
加载插件之前,应先在该目录下运行
npm install
可执行的扩展逻辑位于
<bundle-root>/skills/<child-skill-id>/
下的具体子技能目录中,例如:
  • <bundle-root>/skills/js-browser-ops-skill/
  • <bundle-root>/skills/js-zhihu-ops-skill/
  • <bundle-root>/skills/js-x-ops-skill/
  • <bundle-root>/skills/js-wechat-ops-skill/