js-eyes
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseJS Eyes
JS Eyes
This compatibility skill exists so OpenClaw can resolve as the parent skill required by JS Eyes extension skills.
js-eyesThe actual JS Eyes bundle root is the directory that contains this folder. The OpenClaw plugin path to register is .
skills/<bundle-root>/openclaw-pluginA complete OpenClaw deployment also needs and (or an equivalent entry), because the plugin registers optional tools.
plugins.entries["js-eyes"].enabled = truetools.alsoAllow: ["js-eyes"]tools.allowThis 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 , , or from .
./lib/..../scripts/..../references/...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 tools after installing JS Eyes extensions.
js_eyes_*
This directory is intentionally documentation-only.
The runnable OpenClaw plugin lives in the main bundle's directory.
openclaw-pluginFor source-repo development, is the repository root, and you should run there before loading the plugin from .
<bundle-root>npm install<bundle-root>/openclaw-pluginExecutable extension logic lives in concrete child skill directories under , for example:
<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/
此兼容性技能的存在是为了让OpenClaw能够将解析为JS Eyes扩展技能所需的父技能。
js-eyes实际的JS Eyes包根目录是包含此文件夹的目录。需要注册的OpenClaw插件路径为。
skills/<bundle-root>/openclaw-plugin完整的OpenClaw部署还需要设置以及(或等效的配置项),因为该插件注册了可选工具。
plugins.entries["js-eyes"].enabled = truetools.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-pluginnpm 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/