← 返回 Skills 市场
229
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install page-js-operation
功能描述
通过 CDP 和 Page JS Extension 操作网页元素,节省 95% Token(仅用于 UI 自动化测试)
安全使用建议
This skill is internally consistent for UI automation, but it depends on a third-party Chrome extension you must trust. Before installing: (1) review the extension repo and manifest.json for any network or background permissions (host_permissions, webRequest, remote code loads); (2) load the extension into an isolated Chrome profile used only for testing; (3) restrict which domains the extension can access; (4) ensure your AI agent is configured so it will not send element keys to untrusted external LLM endpoints (or disable network access during tests); (5) avoid using the skill on any page with sensitive data. If you cannot or will not review the extension source, treat the extension as untrusted and do not install it in a profile with real accounts or sensitive data.
功能分析
Type: OpenClaw Skill
Name: page-js-operation
Version: 1.0.2
The skill facilitates browser automation by interfacing with a third-party Chrome extension via the Chrome DevTools Protocol (CDP). While it includes extensive safety warnings and explicitly prohibits use on sensitive sites, it introduces high-risk capabilities including the execution of arbitrary JavaScript and the requirement to install external code from a GitHub repository (TangJing/openclaw_access_web_page_js). Furthermore, the skill's core logic involves extracting DOM metadata (including innerText) and sending it to the LLM, which presents a significant risk of data exposure if the agent is used on pages containing sensitive information.
能力评估
Purpose & Capability
The skill's name/description (token-efficient web operations for UI automation) matches what it asks for: a Page JS Chrome extension and CDP access. There are no unrelated env vars, binaries, or hidden requirements.
Instruction Scope
SKILL.md confines actions to using ElementCollector via CDP (exporting element keys, searching, clicking, filling non-sensitive inputs). It explicitly warns against sensitive pages and discloses that element keys may include innerText. Note: the extension can be manipulated via native DOM APIs to write to non-indexed fields (e.g., password/hidden/file), and the agent may send element keys to external LLMs — so follow the prohibition on sensitive pages and ensure agent behaviour is constrained.
Install Mechanism
Instruction-only skill (no automated install). The extension must be manually downloaded from an external GitHub repo and loaded unpacked. That reduces platform-level risk, but the extension repo is unverified: you must review manifest.json and source for network calls/remote code before loading. No automated downloads or extraction are performed by the skill itself.
Credentials
Skill declares no credentials, env vars, or config paths — appropriate for a local browser automation helper. The only data flow risk is that element keys (which may contain page text) could be sent by the AI agent to LLM services; the skill flags this, but protecting that requires agent configuration.
Persistence & Privilege
No elevated persistence is requested (always:false). The skill does not modify other skills or system configs. Autonomous invocation is enabled by default on the platform, which is normal; consider restricting autonomous runs if you want tighter control.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install page-js-operation - 安装完成后,直接呼叫该 Skill 的名称或使用
/page-js-operation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
修改隐私协议,并修改隐私规范,增加英文版本
v1.0.1
- 增加了“隐私说明”板块,强调所有插件运行及数据处理均在本地浏览器进行,无数据传出或隐私泄露风险
- 说明插件的本地运行、无网络请求、内存数据特性,并阐明设计初衷是为节省 LLM Token
- 明确指出插件代码完全开源,用户可自由下载源码安装
v1.0.0
must install chrome extensions;
元数据
常见问题
Token Efficient Web Operations 是什么?
通过 CDP 和 Page JS Extension 操作网页元素,节省 95% Token(仅用于 UI 自动化测试). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 229 次。
如何安装 Token Efficient Web Operations?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install page-js-operation」即可一键安装,无需额外配置。
Token Efficient Web Operations 是免费的吗?
是的,Token Efficient Web Operations 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Token Efficient Web Operations 支持哪些平台?
Token Efficient Web Operations 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Token Efficient Web Operations?
由 Jing Tang(@tangjing)开发并维护,当前版本 v1.0.2。
推荐 Skills