← 返回 Skills 市场
xueyetianya

Browser Devtools

作者 bytesagain4 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
391
总下载
0
收藏
4
当前安装
8
版本数
在 OpenClaw 中安装
/install browser-devtools
功能描述
Chrome Dev Editor is a developer tool for building apps on the Chrome platform - Chrome Apps and Web browser-devtools.
使用说明 (SKILL.md)

Chromedeveditor

Chrome Dev Editor is a developer tool for building apps on the Chrome platform - Chrome Apps and Web Apps, in JavaScript or Dart. (NO LONGER IN ACTIVE DEVELOPMENT) ## Commands

  • help - Help
  • run - Run
  • info - Info
  • status - Status

Features

  • Core functionality from googlearchive/browser-devtools

Usage

Run any command: browser-devtools \x3Ccommand> [args]

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Examples

# Show help
browser-devtools help

# Run
browser-devtools run
  • Run browser-devtools help for all commands

Output

Results go to stdout. Save with browser-devtools run > output.txt.

Output

Results go to stdout. Save with browser-devtools run > output.txt.

安全使用建议
This skill appears coherent and low-risk: it does not request credentials, does not perform network I/O, and only writes logs/data under a user data directory (~/.local/share/browser-devtools by default). Two notes: (1) the implementation is mostly a stub (the run command is unimplemented), so expect limited functionality; (2) if you plan to run it, inspect the scripts yourself and note where data is stored. If you are concerned about any write activity, run it in a restricted or disposable account/environment.
功能分析
Type: OpenClaw Skill Name: browser-devtools Version: 2.0.0 The skill bundle consists of basic shell scripts (chromedeveditor.sh and script.sh) that act as simple local logging and data management utilities. There is no evidence of network activity, data exfiltration, or malicious execution; the scripts primarily manage a local text-based log in the user's data directory and contain placeholders for future development.
能力评估
Purpose & Capability
The name/description claim a Chrome Dev Editor developer tool. The included scripts and SKILL.md are coherent with that goal (a CLI named browser-devtools / chromedeveditor). However, the implementation is mostly a lightweight stub: scripts explicitly echo 'TODO: Implement main functionality' and provide simple local data/log management rather than a full-fledged devtool. This is not dangerous but is an overstatement of capability.
Instruction Scope
SKILL.md only instructs running the CLI commands (help/run/info/status). The instructions do not ask the agent to read unrelated files, access external endpoints, or exfiltrate data. The runtime guidance is limited and scoped to the tool's commands and stdout.
Install Mechanism
No install specification is provided (instruction-only). Two small shell scripts are included in the repo; there is no network install, no archive extraction, and no external package fetch — low-risk.
Credentials
The skill declares no required environment variables or credentials. The scripts do create and write to a data directory under $BROWSER_DEVTOOLS_DIR or $XDG_DATA_HOME or $HOME/.local/share/browser-devtools, which is proportionate for a local CLI utility that stores data/logs.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide configuration, and only writes files under the user's data directory. This is normal for a local CLI tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install browser-devtools
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /browser-devtools 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.6
yaml-fix+quality
v1.0.5
yaml-fix+quality
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
Standards compliance: unique content, no template text
v1.0.1
Quality update: docs, examples, standards compliance
v1.0.0
Initial release
元数据
Slug browser-devtools
版本 2.0.0
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 8
常见问题

Browser Devtools 是什么?

Chrome Dev Editor is a developer tool for building apps on the Chrome platform - Chrome Apps and Web browser-devtools. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 391 次。

如何安装 Browser Devtools?

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

Browser Devtools 是免费的吗?

是的,Browser Devtools 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Browser Devtools 支持哪些平台?

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

谁开发了 Browser Devtools?

由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.0.0。

💬 留言讨论