← 返回 Skills 市场
tangjing

Token Efficient Web Operations en

作者 Jing Tang · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
225
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install page-js-operation-en
功能描述
Operate web page elements via CDP and Page JS Extension, save 95% Token (for UI automation testing ONLY, NOT a web browsing tool)
安全使用建议
This skill appears coherent for automated UI testing, but take these precautions before use: 1) Manually review the linked Page JS extension source code (https://github.com/TangJing/openclaw_access_web_page_js) before installing; 2) Only run the skill in controlled CI/test environments, never on banking, payment, healthcare, login or other sensitive pages; 3) Ensure your agent/LLM setup does not send raw DOM content or secrets to external services — prefer local LLMs or block outbound LLM calls during tests; 4) Audit the extension's sensitive-field filtering (covers non-INPUT or custom components?) and test edge cases; 5) If you need stronger guarantees, disable autonomous invocation for this skill or restrict it to manually triggered runs.
功能分析
Type: OpenClaw Skill Name: page-js-operation-en Version: 1.0.1 The skill enables browser automation via the Chrome DevTools Protocol (CDP) and requires the manual installation of a third-party Chrome extension from GitHub (https://github.com/TangJing/openclaw_access_web_page_js). It utilizes high-privilege `Runtime.evaluate` calls to execute arbitrary JavaScript on web pages, which is a significant security risk. Although the documentation in SKILL.md includes extensive privacy warnings and claims to skip sensitive fields like passwords during data collection, the reliance on external, unverified code and the potential for data exfiltration to LLM services warrant a suspicious classification.
能力评估
Purpose & Capability
Name/description, declared dependencies (Page JS Extension + CDP), and the SKILL.md instructions all focus on browser automation and element operations; there are no unrelated env vars, binaries, or installs requested.
Instruction Scope
Instructions are consistent with UI automation (exportData, searchElementsByKey, click, fill). The doc explicitly forbids sensitive sites and shows code to skip password/hidden/file inputs, which is appropriate. However, the agent-level guidance admits element keys/data may be sent to external LLMs — that creates a real exfiltration risk if the agent is misconfigured or the LLM call is not local. Also review whether the 'skip sensitive fields' logic covers all edge cases (non-INPUT elements, custom controls, attributes).
Install Mechanism
This is instruction-only (no install spec). The only install step is a manual extension install from a GitHub repo; that is reasonable for this purpose but requires the user to inspect the extension source before trusting it.
Credentials
No environment variables, secrets, or system paths are requested. The skill does not ask for unrelated credentials or persistent tokens.
Persistence & Privilege
always:false (normal). Model invocation is allowed (default), so the agent could autonomously run CDP commands that result in element data being sent to an LLM — this is expected for automated skills but increases blast radius; limit autonomous use in sensitive contexts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install page-js-operation-en
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /page-js-operation-en 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Clarified this Skill is exclusively for automation testing, not general web browsing or personal use. - Strengthened privacy field policy: password, hidden, and file fields are never collected or read; write access only by explicit user command. - Updated all usage recommendations and restrictions to emphasize the Skill is NOT for handling credentials or personal data. - Improved technical explanations and documentation structure to highlight the security model and explicit user responsibility. - No code or functional changes; documentation update only.
v1.0.0
Initial release of the Page JS CDP Web Operation Skill - Enables UI automation testing by controlling web pages via Chrome DevTools Protocol and a custom Chrome extension. - Significantly reduces token usage for page operations (up to 95% less). - Explicitly designed for testing and demo environments; not intended for production or sensitive data pages. - Includes strict privacy and security guidelines—prohibits use on banking, login, or any personal data pages. - Offers easy integration and clear API templates for common actions (click, fill input, select dropdown, etc.). - Requires manual installation of the accompanying Chrome extension and CDP-compatible environment.
元数据
Slug page-js-operation-en
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Token Efficient Web Operations en 是什么?

Operate web page elements via CDP and Page JS Extension, save 95% Token (for UI automation testing ONLY, NOT a web browsing tool). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 225 次。

如何安装 Token Efficient Web Operations en?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install page-js-operation-en」即可一键安装,无需额外配置。

Token Efficient Web Operations en 是免费的吗?

是的,Token Efficient Web Operations en 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Token Efficient Web Operations en 支持哪些平台?

Token Efficient Web Operations en 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Token Efficient Web Operations en?

由 Jing Tang(@tangjing)开发并维护,当前版本 v1.0.1。

💬 留言讨论